[macruby-changes] [1704] MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash
source_changes at macosforge.org
source_changes at macosforge.org
Tue Jun 2 17:35:44 PDT 2009
Revision: 1704
http://trac.macosforge.org/projects/ruby/changeset/1704
Author: lsansonetti at apple.com
Date: 2009-06-02 17:35:44 -0700 (Tue, 02 Jun 2009)
Log Message:
-----------
tagging more specs as failing: spec:ci should now run green on 10.6
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
Added Paths:
-----------
MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/invert_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-03 00:18:52 UTC (rev 1703)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/element_reference_tags.txt 2009-06-03 00:35:44 UTC (rev 1704)
@@ -1 +1,2 @@
+fails:Hash#[] compares keys with eql? semantics
fails:Hash#[] compares key with found hash code via eql?
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-03 00:18:52 UTC (rev 1703)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/eql_tags.txt 2009-06-03 00:35:44 UTC (rev 1704)
@@ -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-03 00:18:52 UTC (rev 1703)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/equal_value_tags.txt 2009-06-03 00:35:44 UTC (rev 1704)
@@ -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
Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/invert_tags.txt
===================================================================
--- MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/invert_tags.txt (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/core/hash/invert_tags.txt 2009-06-03 00:35:44 UTC (rev 1704)
@@ -0,0 +1 @@
+fails:Hash#invert compares new keys with eql? semantics
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090602/b5fc4c73/attachment.html>
More information about the macruby-changes
mailing list