Created
May 17, 2010 19:03
-
-
Save BanzaiMan/404097 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| run-junit-interpreted-short: | |
| [echo] compile=OFF, jit.threshold=20, jit.maxsize=1000000000, jit.max=-1, objectspace=true threadpool=false reflection=false version=ruby1_8 | |
| [junit] Testsuite: org.jruby.test.ScriptTestSuite | |
| [junit] Tests run: 73, Failures: 0, Errors: 0, Time elapsed: 20.904 sec | |
| [junit] | |
| [junit] Testsuite: org.jruby.test.JRubyTestSuite | |
| [junit] Tests run: 18, Failures: 1, Errors: 0, Time elapsed: 44.005 sec | |
| [junit] | |
| [junit] Testcase: test_command_line_switches(org.jruby.test.TestUnitTestSuite$ScriptTest): FAILED | |
| [junit] Faults encountered running test/test_command_line_switches, complete output follows: | |
| [junit] Failure: | |
| [junit] test_server_vm_option(TestCommandLineSwitches) [./test/test_command_line_switches.rb:218]: | |
| [junit] <0> expected but was | |
| [junit] <1>. | |
| [junit] | |
| [junit] junit.framework.AssertionFailedError: Faults encountered running test/test_command_line_switches, complete output follows: | |
| [junit] Failure: | |
| [junit] test_server_vm_option(TestCommandLineSwitches) [./test/test_command_line_switches.rb:218]: | |
| [junit] <0> expected but was | |
| [junit] <1>. | |
| [junit] | |
| [junit] at org.jruby.test.TestUnitTestSuite$ScriptTest.runTest(TestUnitTestSuite.java:224) | |
| [junit] | |
| [junit] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment