Rubinius bignum_spec failures
-----------------------------
Key: JRUBY-1051
URL: http://jira.codehaus.org/browse/JRUBY-1051
Project: JRuby
Issue Type: Bug
Reporter: Charles Oliver Nutter
Assignee: Thomas E Enebo
{noformat}
1)
'Bignum instance method % should return self modulo other' FAILED
expected "0.419999905491539", got "0.41999990549153887" (using ==)
./test/externals/rubinius/spec/core/bignum_spec.rb:22:
2)
'Bignum instance method * should return self multiplied by other' FAILED
expected "105871019965.6", got "1.0587101996559999e+11" (using ==)
./test/externals/rubinius/spec/core/bignum_spec.rb:47:
3)
'Bignum instance method / should return self divided by other' FAILED
expected "66280364.9382716", got "6.6280364938271604e+7" (using ==)
./test/externals/rubinius/spec/core/bignum_spec.rb:80:
4)
'Bignum instance method div should be a synonym for /' FAILED
expected "6.6282928765432104e+7", got "66282928" (using ==)
./test/externals/rubinius/spec/core/bignum_spec.rb:188:
5)
FloatDomainError in 'Bignum instance method div should NOT raise
ZeroDivisionError if other is zero and is a Float'
Infinity
6)
'Bignum instance method divmod should return an [quotient, modulus] from
dividing self by other' FAILED
expected "[70640913, 1.40000005019339]", got "[70640913, 1.4000000501933876]"
(using ==)
./test/externals/rubinius/spec/core/bignum_spec.rb:204:
7)
'Bignum instance method modulo should be a synonym for %' FAILED
expected "0.419999905491539", got "0.41999990549153887" (using ==)
./test/externals/rubinius/spec/core/bignum_spec.rb:230:
8)
'Bignum instance method quo should return the floating-point result of self
divided by other' FAILED
expected "82595525.1538462", got "1073741827/13" (using ==)
./test/externals/rubinius/spec/core/bignum_spec.rb:248:
9)
'Bignum instance method remainder should return the remainder of dividing self
by other' FAILED
expected "75.16000001254", got "75.16000001253997" (using ==)
./test/externals/rubinius/spec/core/bignum_spec.rb:264:
10)
'Bignum instance method coerce should return [Bignum, Bignum] if other is a
Bignum' FAILED
expected [Bignum, Bignum], got [Fixnum, Fixnum] (using ==)
./test/externals/rubinius/spec/core/bignum_spec.rb:311:
{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