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

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


Revision: 1650
          http://trac.macosforge.org/projects/ruby/changeset/1650
Author:   eloy.de.enige at gmail.com
Date:     2009-05-30 08:30:42 -0700 (Sat, 30 May 2009)
Log Message:
-----------
Tagged a few IO examples as failing.

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

Added Paths:
-----------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/each_byte_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/getc_tags.txt

Removed Paths:
-------------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/putc_tags.txt

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/each_byte_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/each_byte_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/each_byte_tags.txt	2009-05-30 15:30:42 UTC (rev 1650)
@@ -0,0 +1,2 @@
+fails:IO#each_byte yields each byte
+fails:IO#each_byte returns an Enumerator when passed no block
\ No newline at end of file

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/getc_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/getc_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/getc_tags.txt	2009-05-30 15:30:42 UTC (rev 1650)
@@ -0,0 +1 @@
+fails:IO#getc returns the next character from the stream
\ No newline at end of file

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/return_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/return_tags.txt	2009-05-30 15:30:27 UTC (rev 1649)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/return_tags.txt	2009-05-30 15:30:42 UTC (rev 1650)
@@ -2,3 +2,5 @@
 fails:The return keyword within a block causes lambda to return nil if invoked without any arguments
 fails:The return keyword within a block causes lambda to return nil if invoked with an empty expression
 fails:The return keyword within a block causes lambda to return the value passed to return
+fails:The return keyword within a block returns from the lexically enclosing method even in case of chained calls(in yield)
+fails:The return keyword within two blocks causes the method that lexically encloses the block to return
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090530/fc933cb6/attachment-0001.html>


More information about the macruby-changes mailing list