Sha256: 9b09d8f5af91aed1a396ff54e21eeff575e0b3bf1b93ba52556829b9f96f457c

Contents?: true

Size: 813 Bytes

Versions: 12

Compression:

Stored size: 813 Bytes

Contents

opal_filter "Hash" do
  fails "Hash#== compares keys with eql? semantics" # spec relies on integer and float being different
  fails "Hash#== computes equality for complex recursive hashes"
  fails "Hash#== computes equality for recursive hashes & arrays"
  fails "Hash#eql? compares keys with eql? semantics" # spec relies on integer and float being different
  fails "Hash#eql? computes equality for complex recursive hashes"
  fails "Hash#eql? computes equality for recursive hashes & arrays"
  fails "Hash#invert compares new keys with eql? semantics" # spec relies on integer and float being different
  fails "Hash#[] compares keys with eql? semantics" # spec relies on integer and float being different
  fails "Hash#[] does not create copies of the immediate default value" # spec uses mutable string
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
opal-0.10.6 spec/filters/bugs/hash.rb
opal-0.10.6.beta spec/filters/bugs/hash.rb
opal-0.10.5 spec/filters/bugs/hash.rb
opal-0.10.4 spec/filters/bugs/hash.rb
opal-0.10.3 spec/filters/bugs/hash.rb
opal-0.10.2 spec/filters/bugs/hash.rb
opal-0.10.1 spec/filters/bugs/hash.rb
opal-0.10.0 spec/filters/bugs/hash.rb
opal-0.10.0.rc2 spec/filters/bugs/hash.rb
opal-0.10.0.rc1 spec/filters/bugs/hash.rb
opal-0.10.0.beta5 spec/filters/bugs/hash.rb
opal-0.10.0.beta4 spec/filters/bugs/hash.rb