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

source_changes at macosforge.org source_changes at macosforge.org
Mon Jun 8 15:09:18 PDT 2009


Revision: 1806
          http://trac.macosforge.org/projects/ruby/changeset/1806
Author:   lsansonetti at apple.com
Date:     2009-06-08 15:09:17 -0700 (Mon, 08 Jun 2009)
Log Message:
-----------
tagged specs that fail on 10.6 (and should fail on 10.5 too)

Modified Paths:
--------------
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/element_reference_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/eql_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/equal_value_tags.txt
    MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/initialize_tags.txt

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

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/element_reference_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/element_reference_tags.txt	2009-06-08 21:53:40 UTC (rev 1805)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/element_reference_tags.txt	2009-06-08 22:09:17 UTC (rev 1806)
@@ -1 +1,2 @@
 fails:Hash#[] compares key with found hash code via eql?
+fails:Hash#[] compares keys with eql? semantics

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/eql_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/eql_tags.txt	2009-06-08 21:53:40 UTC (rev 1805)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/eql_tags.txt	2009-06-08 22:09:17 UTC (rev 1806)
@@ -1,3 +1,4 @@
 critical:Hash#eql? computes equality for complex recursive hashes
 critical:Hash#eql? computes equality for recursive hashes & arrays
 fails:Hash#eql? compares keys with matching hash codes via eql?
+fails:Hash#eql? compares keys with eql? semantics

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/equal_value_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/equal_value_tags.txt	2009-06-08 21:53:40 UTC (rev 1805)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/equal_value_tags.txt	2009-06-08 22:09:17 UTC (rev 1806)
@@ -1,3 +1,4 @@
 critical:Hash#== computes equality for complex recursive hashes
 critical:Hash#== computes equality for recursive hashes & arrays
 fails:Hash#== compares keys with matching hash codes via eql?
+fails:Hash#== compares keys with eql? semantics

Modified: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/initialize_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/initialize_tags.txt	2009-06-08 21:53:40 UTC (rev 1805)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/initialize_tags.txt	2009-06-08 22:09:17 UTC (rev 1806)
@@ -1,2 +1,3 @@
 fails:Hash#initialize raises a TypeError if called on a frozen instance
 fails:Hash#initialize raises a RuntimeError if called on a frozen instance
+fails:Hash#initialize is private

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-08 22:09:17 UTC (rev 1806)
@@ -0,0 +1 @@
+fails:Hash#keys returns an array with the keys in the order they were inserted
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090608/603cf207/attachment-0001.html>


More information about the macruby-changes mailing list