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

source_changes at macosforge.org source_changes at macosforge.org
Sun Jun 7 15:35:26 PDT 2009


Revision: 1800
          http://trac.macosforge.org/projects/ruby/changeset/1800
Author:   eloy.de.enige at gmail.com
Date:     2009-06-07 15:35:26 -0700 (Sun, 07 Jun 2009)
Log Message:
-----------
Removed more tags of passing examples.

Modified Paths:
--------------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/merge_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/reject_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/bytes_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/chars_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/Float_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/caller_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/open_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/p_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/test_tags.txt

Removed Paths:
-------------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/select_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/to_a_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/to_io_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/taint_tags.txt

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/merge_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/merge_tags.txt	2009-06-07 22:35:00 UTC (rev 1799)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/merge_tags.txt	2009-06-07 22:35:26 UTC (rev 1800)
@@ -1,4 +1,3 @@
 fails:Hash#merge returns subclass instance for subclasses
-fails:Hash#merge processes entries with same order as each()
 fails:Hash#merge! raises a RuntimeError if called on a non-empty, frozen instance
-fails:Hash#merge! raises a RuntimeError if called on a frozen instance
\ No newline at end of file
+fails:Hash#merge! raises a RuntimeError if called on a frozen instance

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/reject_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/reject_tags.txt	2009-06-07 22:35:00 UTC (rev 1799)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/reject_tags.txt	2009-06-07 22:35:26 UTC (rev 1800)
@@ -1,6 +1,2 @@
 fails:Hash#reject returns subclass instance for subclasses
-fails:Hash#reject returns an Enumerator if called on a non-empty hash without a block
-fails:Hash#reject returns an Enumerator if called on an empty hash without a block
 fails:Hash#reject! raises a TypeError if called on a frozen instance
-fails:Hash#reject! returns an Enumerator when called on a non-empty hash without a block
-fails:Hash#reject! returns an Enumerator when called on an empty hash without a block

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/select_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/select_tags.txt	2009-06-07 22:35:00 UTC (rev 1799)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/select_tags.txt	2009-06-07 22:35:26 UTC (rev 1800)
@@ -1,2 +0,0 @@
-fails:Hash#select returns an Enumerator when called on a non-empty hash without a block
-fails:Hash#select returns an Enumerator when called on an empty hash without a block

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/to_a_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/to_a_tags.txt	2009-06-07 22:35:00 UTC (rev 1799)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/to_a_tags.txt	2009-06-07 22:35:26 UTC (rev 1800)
@@ -1 +0,0 @@
-fails:Hash#to_a returns a list of [key, value] pairs with same order as each()

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/bytes_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/bytes_tags.txt	2009-06-07 22:35:00 UTC (rev 1799)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/bytes_tags.txt	2009-06-07 22:35:26 UTC (rev 1800)
@@ -1,3 +1,2 @@
 fails:IO#bytes returns an enumerator of the next bytes from the stream
-fails:IO#bytes ignores a block
 fails:IO#bytes raises IOError on closed stream

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/chars_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/chars_tags.txt	2009-06-07 22:35:00 UTC (rev 1799)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/chars_tags.txt	2009-06-07 22:35:26 UTC (rev 1800)
@@ -1,3 +1,2 @@
 fails:IO#chars returns an enumerator of the next chars from the stream
-fails:IO#chars ignores a block
 fails:IO#chars raises IOError on closed stream

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/to_io_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/to_io_tags.txt	2009-06-07 22:35:00 UTC (rev 1799)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/io/to_io_tags.txt	2009-06-07 22:35:26 UTC (rev 1800)
@@ -1 +0,0 @@
-fails:IO#to_io returns self for open stream

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/Float_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/Float_tags.txt	2009-06-07 22:35:00 UTC (rev 1799)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/Float_tags.txt	2009-06-07 22:35:26 UTC (rev 1800)
@@ -25,4 +25,4 @@
 fails:Kernel.Float is a private method
 fails:Kernel#Float is a private method
 fails:Kernel.Float raises a TypeError if #to_f is not provided
-fails:Kernel#Float raises a TypeError if #to_f is not provided
+fails:Kernel#Float raises a TypeError if #to_f is not provided
\ No newline at end of file

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/caller_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/caller_tags.txt	2009-06-07 22:35:00 UTC (rev 1799)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/caller_tags.txt	2009-06-07 22:35:26 UTC (rev 1800)
@@ -8,4 +8,3 @@
 fails:Kernel#caller in a Proc or eval begins with (eval) for caller(0) in eval
 fails:Kernel#caller in a Proc or eval begins with the eval's sender's sender for caller(1) in eval
 fails:Kernel#caller in a Proc or eval shows the current line in the calling block twice when evaled
-fails:Kernel#caller defaults to omitting one frame

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/open_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/open_tags.txt	2009-06-07 22:35:00 UTC (rev 1799)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/open_tags.txt	2009-06-07 22:35:26 UTC (rev 1800)
@@ -1,5 +1,3 @@
 fails:Kernel#open is a private method
 fails:Kernel#open calls #to_open on argument
 fails:Kernel#open opens a file when given a valid filename
-fails:Kernel#open opens an io when path starts with a pipe
-fails:Kernel#open opens an io when called with a block

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/p_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/p_tags.txt	2009-06-07 22:35:00 UTC (rev 1799)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/p_tags.txt	2009-06-07 22:35:26 UTC (rev 1800)
@@ -1,4 +1,3 @@
 fails:Kernel#p is a private method
 fails:Kernel#p prints obj.inspect followed by system record separator for each argument given
 fails:Kernel#p is not affected by setting $\, $/ or $,
-fails:Kernel#p flushes output if receiver is a File

Deleted: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/taint_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/taint_tags.txt	2009-06-07 22:35:00 UTC (rev 1799)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/taint_tags.txt	2009-06-07 22:35:26 UTC (rev 1800)
@@ -1 +0,0 @@
-fails:Kernel#taint has no effect on immediate values

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/test_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/test_tags.txt	2009-06-07 22:35:00 UTC (rev 1799)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/test_tags.txt	2009-06-07 22:35:26 UTC (rev 1800)
@@ -1,4 +1,4 @@
 fails:Kernel#test is a private method
 fails:Kernel#test returns true when passed ?f if the argument is a regular file
 fails:Kernel#test returns true when passed ?e if the argument is a file
-fails:Kernel#test returns true when passed ?d if the argument is a directory
\ No newline at end of file
+fails:Kernel#test returns true when passed ?d if the argument is a directory
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090607/d2053245/attachment.html>


More information about the macruby-changes mailing list