Rubinius core/fixnum_spec failures
----------------------------------

                 Key: JRUBY-1059
                 URL: http://jira.codehaus.org/browse/JRUBY-1059
             Project: JRuby
          Issue Type: Bug
            Reporter: Charles Oliver Nutter
            Assignee: Thomas E Enebo


{noformat}
1)
'Fixnum instance method % should coerce fixnum and return self modulo other' 
FAILED
expected "0.199999999999995", got "0.19999999999999485" (using ==)
./test/externals/rubinius/spec/core/fixnum_spec.rb:14:

2)
'Fixnum instance method / should coerce fixnum and return self divided by 
other' FAILED
expected "-0.0198412698412698", got "-0.01984126984126984" (using ==)
./test/externals/rubinius/spec/core/fixnum_spec.rb:112:

3)
'Fixnum instance method modulo should be a synonym for %' FAILED
expected "0.199999999999995", got "0.19999999999999485" (using ==)
./test/externals/rubinius/spec/core/fixnum_spec.rb:281:

4)
'Fixnum instance method quo should return the floating-point result of self 
divided by other' FAILED
expected "1.04773789668636e-08", got "1.0477378966863588e-8" (using ==)
./test/externals/rubinius/spec/core/fixnum_spec.rb:298:
{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