Skip to content

Commit

Permalink
Revert "[Truffle] Untagged passing Hash specs."
Browse files Browse the repository at this point in the history
This reverts commit 0d190d7.
  • Loading branch information
nirvdrum committed Feb 20, 2015
1 parent 0d190d7 commit c7d8428
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/truffle/tags/core/hash/eql_tags.txt
Expand Up @@ -3,6 +3,7 @@ fails:Hash#eql? returns false when the numbers of keys differ without comparing
fails:Hash#eql? first compares keys via hash
fails:Hash#eql? does not compare keys with different hash codes via eql?
fails:Hash#eql? computes equality for complex recursive hashes
fails:Hash#eql? computes equality for recursive hashes & arrays
fails:Hash#eql? compares values when keys match
fails:Hash#eql? compares keys with eql? semantics
fails:Hash#eql? returns true iff other Hash has the same number of keys and each key-value pair matches
Expand Down
4 changes: 4 additions & 0 deletions spec/truffle/tags/core/hash/equal_value_tags.txt
Expand Up @@ -2,12 +2,16 @@ fails:Hash#== does not compare values when keys don't match
fails:Hash#== returns false when the numbers of keys differ without comparing any elements
fails:Hash#== first compares keys via hash
fails:Hash#== does not compare keys with different hash codes via eql?
fails:Hash#== computes equality for recursive hashes
fails:Hash#== doesn't call to_hash on objects
fails:Hash#== computes equality for complex recursive hashes
fails:Hash#== computes equality for recursive hashes & arrays
fails:Hash#== compares values when keys match
fails:Hash#== compares keys with eql? semantics
fails:Hash#== returns true iff other Hash has the same number of keys and each key-value pair matches
fails:Hash#== does not call to_hash on hash subclasses
fails:Hash#== ignores hash class differences
fails:Hash#== compares keys with matching hash codes via eql?
fails:Hash#== compares the values in self to values in other hash
fails:Hash#== returns true if other Hash has the same number of keys and each key-value pair matches, even though the default-value are not same
fails:Hash#== compares values with == semantics

0 comments on commit c7d8428

Please sign in to comment.