Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/rindex_tags.txt (1915 => 1916)
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/rindex_tags.txt 2009-06-21 02:05:32 UTC (rev 1915)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/array/rindex_tags.txt 2009-06-22 22:00:25 UTC (rev 1916)
@@ -1 +1,2 @@
+critical:Array#rindex does not fail when removing elements from block
fails:Array#rindex returns the first index backwards from the end where element == to object
Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/keys_tags.txt (0 => 1916)
--- 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-22 22:00:25 UTC (rev 1916)
@@ -0,0 +1 @@
+fails:Hash#keys returns an array with the keys in the order they were inserted