Rubinius core/math_spec failures
--------------------------------

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


These appear to be issues with the spec library features Rubinius's specs 
expect to be there...

{noformat}
1)
NoMethodError in 'Math constants Constant PI should approximate the value of pi'
undefined method `should_be_close' for 3.141592653589793:Float
./test/externals/rubinius/spec/core/math_spec.rb:19:

2)
NoMethodError in 'Math constants Constant E should approximate the value of 
Napier's constant'
undefined method `should_be_close' for 2.718281828459045:Float
./test/externals/rubinius/spec/core/math_spec.rb:23:

3)
'Math methods sqrt should return the square root of parameter' FAILED
expected "123456789.123457", got "1.2345678912345734e+8" (using ==)
./test/externals/rubinius/spec/core/math_spec.rb:31:

4)
NoMethodError in 'Math included in another object should make the Math::E 
constant available to the object'
undefined method `should_be_close' for 2.718281828459045:Float
./test/externals/rubinius/spec/core/math_spec.rb:41:

5)
NoMethodError in 'Math included in another object should make the Math::PI 
constant available to the object'
undefined method `should_be_close' for 3.141592653589793:Float
./test/externals/rubinius/spec/core/math_spec.rb:45:
{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