Revision: 3499 http://trac.macosforge.org/projects/ruby/changeset/3499 Author: lsansonetti@apple.com Date: 2010-02-11 18:53:17 -0800 (Thu, 11 Feb 2010) Log Message: ----------- untag specs that now pass Modified Paths: -------------- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/eql_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/hash/equal_value_tags.txt Removed Paths: ------------- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/flatten_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/hash/inspect_tags.txt MacRuby/trunk/spec/frozen/tags/macruby/core/hash/to_s_tags.txt Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/eql_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/eql_tags.txt 2010-02-12 02:40:11 UTC (rev 3498) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/eql_tags.txt 2010-02-12 02:53:17 UTC (rev 3499) @@ -1,4 +1,3 @@ -critical:Hash#eql? computes equality for complex recursive hashes -critical:Hash#eql? computes equality for recursive hashes & arrays +fails: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 \ No newline at end of file +fails:Hash#eql? compares keys with eql? semantics Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/equal_value_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/equal_value_tags.txt 2010-02-12 02:40:11 UTC (rev 3498) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/equal_value_tags.txt 2010-02-12 02:53:17 UTC (rev 3499) @@ -1,4 +1,2 @@ -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 \ No newline at end of file +fails:Hash#== compares keys with eql? semantics Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/flatten_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/flatten_tags.txt 2010-02-12 02:40:11 UTC (rev 3498) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/flatten_tags.txt 2010-02-12 02:53:17 UTC (rev 3499) @@ -1,6 +0,0 @@ -# DO NOT remove me, this spec may pass on some systems but fail on others. -fails:Hash#flatten sets each even index of the Array to a key of the Hash -fails:Hash#flatten sets each odd index of the Array to the value corresponding to the previous element -fails:Hash#flatten does not recursively flatten Array values when called without arguments -fails:Hash#flatten recursively flattens Array values when called with an argument >= 2 -fails:Hash#flatten recursively flattens Array values to the given depth Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/inspect_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/inspect_tags.txt 2010-02-12 02:40:11 UTC (rev 3498) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/inspect_tags.txt 2010-02-12 02:53:17 UTC (rev 3499) @@ -1 +0,0 @@ -critical:Hash#inspect handles hashes with recursive values \ No newline at end of file Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/to_s_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/to_s_tags.txt 2010-02-12 02:40:11 UTC (rev 3498) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/to_s_tags.txt 2010-02-12 02:53:17 UTC (rev 3499) @@ -1 +0,0 @@ -critical:Hash#to_s handles hashes with recursive values \ No newline at end of file
participants (1)
-
source_changes@macosforge.org