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

source_changes at macosforge.org source_changes at macosforge.org
Tue Jun 2 17:18:52 PDT 2009


Revision: 1703
          http://trac.macosforge.org/projects/ruby/changeset/1703
Author:   lsansonetti at apple.com
Date:     2009-06-02 17:18:52 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
tagging more failing specs

Modified Paths:
--------------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/open_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/module/remove_method_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/language/magic_comment_tags.txt

Added Paths:
-----------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/keys_tags.txt

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/keys_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/keys_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/keys_tags.txt	2009-06-03 00:18:52 UTC (rev 1703)
@@ -0,0 +1 @@
+fails:Hash#keys returns an array with the keys in the order they were inserted

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-03 00:14:03 UTC (rev 1702)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/kernel/open_tags.txt	2009-06-03 00:18:52 UTC (rev 1703)
@@ -2,3 +2,5 @@
 fails:Kernel#open calls #to_open on argument
 fails:An exception occurred during: before :each
 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/module/remove_method_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/module/remove_method_tags.txt	2009-06-03 00:14:03 UTC (rev 1702)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/module/remove_method_tags.txt	2009-06-03 00:18:52 UTC (rev 1703)
@@ -1,2 +1,3 @@
+fails:Module#remove_method removes the method from a class
 fails:Module#remove_method removes method from subclass, but not parent
 fails:Module#remove_method raises a NameError when attempting to remove method further up the inheritance tree

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/magic_comment_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/magic_comment_tags.txt	2009-06-03 00:14:03 UTC (rev 1702)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/magic_comment_tags.txt	2009-06-03 00:18:52 UTC (rev 1703)
@@ -1,3 +1,4 @@
+fails:Magic comment must be at the first of line
 fails:Magic comment determines __ENCODING__
 fails:Magic comment is case-insensitive
 fails:Magic comment must be at the first line
@@ -3,3 +4,3 @@
 fails:Magic comment can be after the shebang
 fails:Magic comment can take Emacs style
-fails:Magic comment can take vim style
\ No newline at end of file
+fails:Magic comment can take vim style
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090602/9df00e99/attachment-0001.html>


More information about the macruby-changes mailing list