Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Created April 5, 2010 19:29
Show Gist options
  • Select an option

  • Save BanzaiMan/356755 to your computer and use it in GitHub Desktop.

Select an option

Save BanzaiMan/356755 to your computer and use it in GitHub Desktop.
[java] MSPEC: {:compile_mode=>"OFF", :spec_config=>"/Users/asari/Development/src/jruby/spec/jruby.1.8.mspec", :jit_threshold=>20, :jit_max=>-1, :objectspace_enabled=>true, :thread_pooling=>false, :reflection=>false, :compat=>"RUBY1_8"}
[java] JAVA options: {:failonerror=>"false", :dir=>"/Users/asari/Development/src/jruby", :resultproperty=>"spec.status.OFF", :fork=>"true", :classname=>"org.jruby.Main", :maxmemory=>"512M"}
[java] jruby 1.5.0.dev (ruby 1.8.7 patchlevel 249) (2010-04-05 0773a78) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_17) [x86_64-java]
[java]
[java]
[java] 1)
[java] String#to_f creates special float values from string representations FAILED
[java] Expected false
[java] to equal true
[java]
[java] /Users/asari/Development/src/jruby/spec/ruby/core/string/to_f_spec.rb:27
[java] /Users/asari/Development/src/jruby/spec/ruby/core/string/to_f_spec.rb:6
[java] /Users/asari/Development/src/jruby/spec/ruby/core/string/to_f_spec.rb:56:in `load'
[java]
[java] Finished in 67.620000 seconds
[java]
[java] 2719 files, 11051 examples, 37838 expectations, 1 failure, 0 errors
[java] Java Result: 1
$ git bisect bad99a65891dc976fe29a0211c5fd015d172213580a is the first bad commit
commit 99a65891dc976fe29a0211c5fd015d172213580a
Author: Thomas E. Enebo <tom.enebo@gmail.com>
Date: Mon Apr 5 13:47:50 2010 -0500
JRUBY-3709: The 'adapted' Sun code in util/Convert.java
:040000 040000 f3b6845b8a859cebaf4a6a1c594a07c5835ebc4c 02eada536e16bbc5735e98d41a2249d24105595f M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment