Skip to content

Commit

Permalink
[Truffle] Untagged passing Hash specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Feb 20, 2015
1 parent d45b55c commit 0d190d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion spec/truffle/tags/core/hash/eql_tags.txt
Expand Up @@ -3,7 +3,6 @@ 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: 0 additions & 4 deletions spec/truffle/tags/core/hash/equal_value_tags.txt
Expand Up @@ -2,16 +2,12 @@ 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 0d190d7

Please sign in to comment.