Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Created May 14, 2010 14:48
Show Gist options
  • Select an option

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

Select an option

Save BanzaiMan/401244 to your computer and use it in GitHub Desktop.
$ ant test
Buildfile: /Users/asari/Development/src/jruby/build.xml
init:
jar:
init:
extract-rdocs:
prepare:
prepare-resources:
[copy] Copying 1 file to /Users/asari/Development/src/jruby/src_gen
[javac] /Users/asari/Development/src/jruby/build.xml:184: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 1 source file to /Users/asari/Development/src/jruby/build/classes/jruby
compile-annotation-binder:
[javac] /Users/asari/Development/src/jruby/build.xml:190: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
check-for-optional-java4-packages:
check-for-optional-packages:
compile-jruby:
[apt] /Users/asari/Development/src/jruby/build.xml:204: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[apt] Since compiler setting isn't classic or modern, ignoring fork setting.
compile:
generate-method-classes:
_gmc_internal_:
generate-unsafe:
_gu_internal_:
unzip-native-libs:
jar-jruby:
[jar] Building jar: /Users/asari/Development/src/jruby/lib/jruby.jar
generate-ri-cache:
compile-test:
[javac] /Users/asari/Development/src/jruby/build.xml:616: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 1 source file to /Users/asari/Development/src/jruby/build/classes/test
copy-test-files:
install-dist-gems:
[java] build_lib/rake-0.8.7.gem already installed
[java] build_lib/rspec-1.3.0.gem already installed
install-jruby-launcher-gem:
[java] build_lib/jruby-launcher-1.0.1-java.gem already installed
install-gems:
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: 12.07 sec
[junit]
[junit] Testsuite: org.jruby.test.JRubyTestSuite
[junit] Tests run: 18, Failures: 1, Errors: 0, Time elapsed: 28.091 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]
BUILD FAILED
/Users/asari/Development/src/jruby/build.xml:763: The following error occurred while executing this line:
/Users/asari/Development/src/jruby/build.xml:913: The following error occurred while executing this line:
/Users/asari/Development/src/jruby/build.xml:861: Tests failed
Total time: 1 minute 10 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment