[macruby-changes] [1649] MacRuby/branches/experimental

source_changes at macosforge.org source_changes at macosforge.org
Sat May 30 08:30:28 PDT 2009


Revision: 1649
          http://trac.macosforge.org/projects/ruby/changeset/1649
Author:   eloy.de.enige at gmail.com
Date:     2009-05-30 08:30:27 -0700 (Sat, 30 May 2009)
Log Message:
-----------
Added a failing test about assinging nil to a ENV var. Updated name of example tagged as failing.

Modified Paths:
--------------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/predefined_tags.txt
    MacRuby/branches/experimental/test_vm/known_bugs.rb

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/predefined_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/predefined_tags.txt	2009-05-30 15:30:15 UTC (rev 1648)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/predefined_tags.txt	2009-05-30 15:30:27 UTC (rev 1649)
@@ -2,4 +2,4 @@
 fails:Predefined global $stdout raises TypeError error if assigned to object that doesn't respond to #write
 fails:Predefined global $_ is set to the last line read by e.g. StringIO#gets
 fails:Predefined global $_ is set at the method-scoped level rather than block-scoped
-fails:Execution variable $: does not include on the taint check level > 1
\ No newline at end of file
+fails:Execution variable $: does not include '.' when the taint check level > 1
\ No newline at end of file

Modified: MacRuby/branches/experimental/test_vm/known_bugs.rb
===================================================================
--- MacRuby/branches/experimental/test_vm/known_bugs.rb	2009-05-30 15:30:15 UTC (rev 1648)
+++ MacRuby/branches/experimental/test_vm/known_bugs.rb	2009-05-30 15:30:27 UTC (rev 1649)
@@ -34,3 +34,4 @@
   p Foo.new.respond_to?(:object_id)
 }
 
+assert "nil", "p(ENV['FOO'] = nil)"
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090530/fb61f523/attachment.html>


More information about the macruby-changes mailing list