[macruby-changes] [3509] MacRuby/trunk/spec/frozen/tags/macruby

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 11 22:03:16 PST 2010


Revision: 3509
          http://trac.macosforge.org/projects/ruby/changeset/3509
Author:   lsansonetti at apple.com
Date:     2010-02-11 22:03:16 -0800 (Thu, 11 Feb 2010)
Log Message:
-----------
untag specs that now pass

Modified Paths:
--------------
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/element_set_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/eql_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/store_tags.txt

Removed Paths:
-------------
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/assoc_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/compare_by_identity_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/default_proc_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/equal_value_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/has_key_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/include_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/invert_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/key_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/keys_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/member_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/merge_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/rassoc_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/reject_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/shift_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/core/hash/update_tags.txt
    MacRuby/trunk/spec/frozen/tags/macruby/language/hash_tags.txt

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/assoc_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/assoc_tags.txt	2010-02-12 06:02:55 UTC (rev 3508)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/assoc_tags.txt	2010-02-12 06:03:16 UTC (rev 3509)
@@ -1 +0,0 @@
-fails:Hash#assoc only returns the first matching key-value pair for identity hashes

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/compare_by_identity_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/compare_by_identity_tags.txt	2010-02-12 06:02:55 UTC (rev 3508)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/compare_by_identity_tags.txt	2010-02-12 06:03:16 UTC (rev 3509)
@@ -1,7 +0,0 @@
-fails:Hash#compare_by_identity causes future comparisons on the receiver to be made by identity
-fails:Hash#compare_by_identity causes #compare_by_identity? to return true
-fails:Hash#compare_by_identity uses the semantics of BasicObject#equal? to determine key identity
-fails:Hash#compare_by_identity regards #dup'd objects as having different identities
-fails:Hash#compare_by_identity regards #clone'd objects as having different identities
-fails:Hash#compare_by_identity? returns true once #compare_by_identity has been invoked on self
-fails:Hash#compare_by_identity? returns true when called multiple times on the same ident hash

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/default_proc_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/default_proc_tags.txt	2010-02-12 06:02:55 UTC (rev 3508)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/default_proc_tags.txt	2010-02-12 06:03:16 UTC (rev 3509)
@@ -1,5 +0,0 @@
-fails:Hash#default_proc= replaces the block passed to Hash.new
-fails:Hash#default_proc= uses :to_proc on its argument
-fails:Hash#default_proc= overrides the static default
-fails:Hash#default_proc= raises an error if passed stuff not convertible to procs
-fails:Hash#default_proc= raises a TypeError if passed a lambda with an arity other than 2

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/element_set_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/element_set_tags.txt	2010-02-12 06:02:55 UTC (rev 3508)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/element_set_tags.txt	2010-02-12 06:03:16 UTC (rev 3509)
@@ -1,3 +1 @@
-fails:Hash#[]= duplicates string keys using dup semantics
 fails:Hash#[]= stores unequal keys that hash to the same value
-fails:Hash#[]= duplicates and freezes string keys

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 06:02:55 UTC (rev 3508)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/eql_tags.txt	2010-02-12 06:03:16 UTC (rev 3509)
@@ -1,3 +1 @@
 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

Deleted: 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 06:02:55 UTC (rev 3508)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/equal_value_tags.txt	2010-02-12 06:03:16 UTC (rev 3509)
@@ -1,2 +0,0 @@
-fails:Hash#== compares keys with matching hash codes via eql?
-fails:Hash#== compares keys with eql? semantics

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/has_key_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/has_key_tags.txt	2010-02-12 06:02:55 UTC (rev 3508)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/has_key_tags.txt	2010-02-12 06:03:16 UTC (rev 3509)
@@ -1 +0,0 @@
-fails:Hash#has_key? returns false for objects with the same hash

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/include_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/include_tags.txt	2010-02-12 06:02:55 UTC (rev 3508)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/include_tags.txt	2010-02-12 06:03:16 UTC (rev 3509)
@@ -1 +0,0 @@
-fails:Hash#include? returns false for objects with the same hash

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/invert_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/invert_tags.txt	2010-02-12 06:02:55 UTC (rev 3508)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/invert_tags.txt	2010-02-12 06:03:16 UTC (rev 3509)
@@ -1 +0,0 @@
-fails:Hash#invert compares new keys with eql? semantics

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/key_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/key_tags.txt	2010-02-12 06:02:55 UTC (rev 3508)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/key_tags.txt	2010-02-12 06:03:16 UTC (rev 3509)
@@ -1 +0,0 @@
-fails:Hash#key? returns false for objects with the same hash

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/keys_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/keys_tags.txt	2010-02-12 06:02:55 UTC (rev 3508)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/keys_tags.txt	2010-02-12 06:03:16 UTC (rev 3509)
@@ -1 +0,0 @@
-fails:Hash#keys returns an array with the keys in the order they were inserted

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/member_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/member_tags.txt	2010-02-12 06:02:55 UTC (rev 3508)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/member_tags.txt	2010-02-12 06:03:16 UTC (rev 3509)
@@ -1 +0,0 @@
-fails:Hash#member? returns false for objects with the same hash

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/merge_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/merge_tags.txt	2010-02-12 06:02:55 UTC (rev 3508)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/merge_tags.txt	2010-02-12 06:03:16 UTC (rev 3509)
@@ -1,2 +0,0 @@
-fails:Hash#merge returns subclass instance for subclasses
-fails:Hash#merge! raises a RuntimeError if called on a frozen instance

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/rassoc_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/rassoc_tags.txt	2010-02-12 06:02:55 UTC (rev 3508)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/rassoc_tags.txt	2010-02-12 06:03:16 UTC (rev 3509)
@@ -1 +0,0 @@
-fails:Hash#rassoc only returns the first matching key-value pair

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/reject_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/reject_tags.txt	2010-02-12 06:02:55 UTC (rev 3508)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/reject_tags.txt	2010-02-12 06:03:16 UTC (rev 3509)
@@ -1 +0,0 @@
-fails:Hash#reject returns subclass instance for subclasses

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/shift_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/shift_tags.txt	2010-02-12 06:02:55 UTC (rev 3508)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/shift_tags.txt	2010-02-12 06:03:16 UTC (rev 3509)
@@ -1 +0,0 @@
-fails:Hash#shift raises a RuntimeError if called on a frozen instance

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/store_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/store_tags.txt	2010-02-12 06:02:55 UTC (rev 3508)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/store_tags.txt	2010-02-12 06:03:16 UTC (rev 3509)
@@ -1,3 +1 @@
-fails:Hash#store duplicates string keys using dup semantics
 fails:Hash#store stores unequal keys that hash to the same value
-fails:Hash#store duplicates and freezes string keys

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/core/hash/update_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/hash/update_tags.txt	2010-02-12 06:02:55 UTC (rev 3508)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/hash/update_tags.txt	2010-02-12 06:03:16 UTC (rev 3509)
@@ -1 +0,0 @@
-fails:Hash#update raises a RuntimeError if called on a frozen instance

Deleted: MacRuby/trunk/spec/frozen/tags/macruby/language/hash_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/language/hash_tags.txt	2010-02-12 06:02:55 UTC (rev 3508)
+++ MacRuby/trunk/spec/frozen/tags/macruby/language/hash_tags.txt	2010-02-12 06:03:16 UTC (rev 3509)
@@ -1 +0,0 @@
-fails:Hash literal freezes string keys on initialization
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100211/72b4d22e/attachment-0001.html>


More information about the macruby-changes mailing list