Guest User

Untitled

a guest
May 23rd, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. euler:rubinius brian$ rm spec/core/bignum/*.rbc
  2. euler:rubinius brian$ bin/mspec spec/core/bignum/
  3. rubinius 0.10.0 (ruby 1.8.6 compatible) (6c295735c) (12/31/2009) [i686-apple-darwin9.5.0]
  4. ....
  5.  
  6. Finished in 0.432626 seconds
  7.  
  8. 2 files, 4 examples, 14 expectations, 0 failures, 0 errors
  9. euler:rubinius brian$ bin/mspec spec/core/bignum/
  10. rubinius 0.10.0 (ruby 1.8.6 compatible) (6c295735c) (12/31/2009) [i686-apple-darwin9.5.0]
  11. ...F
  12.  
  13. 1)
  14. Bignum#coerce returns [Float, Float] if other is not a Bignum or Fixnum FAILED
  15. Expected 9.22337203685478e+18 to be within +/- 3.0e-05 of 9.22337203685478e+18
  16. #<Object:0x5e>.__script__ {} at ./spec/core/bignum//coerce_spec.rb:13
  17. Kernel(Object)#instance_eval at kernel/common/eval.rb:110
  18. Enumerable(Array)#all? {} at kernel/common/enumerable.rb:462
  19. Array#each at kernel/common/array.rb:572
  20. Enumerable(Array)#all? at kernel/common/enumerable.rb:462
  21. Array#each at kernel/common/array.rb:574
  22. main.__script__ at ./spec/core/bignum//coerce_spec.rb:3
  23. CompiledMethod#activate_as_script at kernel/common/compiled_method.rb:253
  24. CompiledMethod#as_script at kernel/common/compiled_method.rb:246
  25. Compile.single_load at kernel/common/compile.rb:247
  26. Compile.unified_load {} at kernel/common/compile.rb:146
  27. Array#each at kernel/common/array.rb:572
  28. Compile.unified_load at kernel/common/compile.rb:110
  29. Kernel.load at kernel/common/compile.rb:397
  30. Kernel(Object)#instance_eval at kernel/common/eval.rb:110
  31. Array#each at kernel/common/array.rb:574
  32. CompiledMethod#activate_as_script at kernel/common/compiled_method.rb:253
  33. CompiledMethod#as_script at kernel/common/compiled_method.rb:246
  34. Compile.single_load at kernel/common/compile.rb:241
  35. Compile.load_from_extension at kernel/common/compile.rb:319
  36. Object#__script__ at kernel/loader.rb:210
  37.  
  38. Finished in 0.017897 seconds
  39.  
  40. 2 files, 4 examples, 10 expectations, 1 failure, 0 errors
Add Comment
Please, Sign In to add comment