[macruby-changes] [1465] MacRuby/branches/experimental/spec/frozen/tags/macruby

source_changes at macosforge.org source_changes at macosforge.org
Wed Apr 22 15:11:45 PDT 2009


Revision: 1465
          http://trac.macosforge.org/projects/ruby/changeset/1465
Author:   eloy.de.enige at gmail.com
Date:     2009-04-22 15:11:45 -0700 (Wed, 22 Apr 2009)
Log Message:
-----------
Made spec:ci green again by updating failing tags

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

Added Paths:
-----------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/syswrite_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/file_tags.txt

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/syswrite_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/syswrite_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/syswrite_tags.txt	2009-04-22 22:11:45 UTC (rev 1465)
@@ -0,0 +1,2 @@
+fails:IO#syswrite coerces the argument to a string using to_s
+fails:IO#syswrite invokes to_s on non-String argument
\ No newline at end of file

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/file_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/file_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/file_tags.txt	2009-04-22 22:11:45 UTC (rev 1465)
@@ -0,0 +1,3 @@
+fails:The __FILE__ constant equals a relative path when required using a relative path
+fails:The __FILE__ constant equals the full path when required using a full path
+fails:The __FILE__ constant equals the full path to the file when required
\ No newline at end of file

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/predefined_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/predefined_tags.txt	2009-04-22 22:11:30 UTC (rev 1464)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/predefined_tags.txt	2009-04-22 22:11:45 UTC (rev 1465)
@@ -1,5 +1,6 @@
 fails:Predefined global $~ is set at the method-scoped level rather than block-scoped
 fails:Predefined global $stdout is the same as $DEFAULT_OUTPUT from 'English' library
+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

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/regexp_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/regexp_tags.txt	2009-04-22 22:11:30 UTC (rev 1464)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/regexp_tags.txt	2009-04-22 22:11:45 UTC (rev 1465)
@@ -6,3 +6,4 @@
 fails:Literal Regexps supports \B (non-word-boundary)
 fails:Literal Regexps supports /o (once)
 fails:Literal Regexps invokes substitutions for /o only once
+fails:Literal Regexps will not clobber capture variables across threads
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090422/725a1fd4/attachment.html>


More information about the macruby-changes mailing list