RubySpec: Hash failures "computes equality for complex recursive hashes"
------------------------------------------------------------------------

                 Key: JRUBY-3653
                 URL: http://jira.codehaus.org/browse/JRUBY-3653
             Project: JRuby
          Issue Type: Bug
          Components: RubySpec
    Affects Versions: JRuby 1.3
            Reporter: Charles Oliver Nutter


{noformat}
1)
Hash#eql? computes equality for complex recursive hashes FAILED
Expected false
 to equal true

/Users/headius/projects/jruby/spec/mspec/lib/mspec/expectations/expectations.rb:15:in
 `fail_with'
/Users/headius/projects/jruby/spec/mspec/lib/mspec/matchers/base.rb:9:in `=='
/Users/headius/projects/jruby/spec/ruby/core/hash/shared/eql.rb:70
...
/Users/headius/projects/jruby/spec/ruby/core/hash/eql_spec.rb:8
/Users/headius/projects/jruby/spec/ruby/core/hash/eql_spec.rb:55:in `load'

2)
Hash#eql? computes equality for recursive hashes & arrays FAILED
Expected false
 to equal true

/Users/headius/projects/jruby/spec/mspec/lib/mspec/expectations/expectations.rb:15:in
 `fail_with'
/Users/headius/projects/jruby/spec/mspec/lib/mspec/matchers/base.rb:9:in `=='
/Users/headius/projects/jruby/spec/ruby/core/hash/shared/eql.rb:91
...
/Users/headius/projects/jruby/spec/ruby/core/hash/eql_spec.rb:8
/Users/headius/projects/jruby/spec/ruby/core/hash/eql_spec.rb:55:in `load'

3)
Hash#== computes equality for complex recursive hashes ERROR
SystemStackError: stack level too deep
/Users/headius/projects/jruby/spec/ruby/core/hash/shared/eql.rb:70
...
/Users/headius/projects/jruby/spec/ruby/core/hash/equal_value_spec.rb:5
/Users/headius/projects/jruby/spec/ruby/core/hash/equal_value_spec.rb:55:in 
`load'

4)
Hash#== computes equality for recursive hashes & arrays FAILED
Expected false
 to equal true

/Users/headius/projects/jruby/spec/mspec/lib/mspec/expectations/expectations.rb:15:in
 `fail_with'
/Users/headius/projects/jruby/spec/mspec/lib/mspec/matchers/base.rb:9:in `=='
/Users/headius/projects/jruby/spec/ruby/core/hash/shared/eql.rb:91
...
/Users/headius/projects/jruby/spec/ruby/core/hash/equal_value_spec.rb:5
/Users/headius/projects/jruby/spec/ruby/core/hash/equal_value_spec.rb:55:in 
`load'
{noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to