Created
July 15, 2011 12:49
-
-
Save halostatue/1084614 to your computer and use it in GitHub Desktop.
JRuby failure (in 1.9 mode) on text-hyphen test/test_bugs.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3335 text-hyphen ‣ jruby -v --1.9 -Ilib test/test_bugs.rb | |
jruby 1.6.3 (ruby-1.9.2-p136) (2011-07-07 965162f) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_26) [darwin-x86_64-java] | |
Loaded suite test/test_bugs | |
Started | |
.F | |
Finished in 2.454000 seconds. | |
1) Failure: | |
test_rubyforge_9807_28498(TestTextHyphen) [test/test_bugs.rb:14]: | |
<[5, 11, 17, 19, 21, 25, 28, 31, 34, 37, 40, 44]> expected but was | |
<[5, 11, 17, 19, 25, 28, 31, 34, 37, 40, 44]>. | |
2 tests, 3 assertions, 1 failures, 0 errors, 0 skips | |
Test run options: --seed 41195 | |
jruby -v --1.9 -Ilib test/test_bugs.rb 7.10s user 0.46s system 73% cpu 10.328 total |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment