Skip to content

Instantly share code, notes, and snippets.

@cheald
Created November 5, 2014 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cheald/e00eea8b16054befbd02 to your computer and use it in GitHub Desktop.
Save cheald/e00eea8b16054befbd02 to your computer and use it in GitHub Desktop.
chris@luna ~apache/repos/jruby (update_stdlib*) $ bin/jruby test/mri/runner.rb net/http/test_http.rb
file:/var/www/repos/jruby/lib/jruby.jar!/jruby/java/core_ext/object.rb:27 warning: ambiguous Java methods found, using isJavaIdentifierStart(int)
file:/var/www/repos/jruby/lib/jruby.jar!/jruby/java/core_ext/object.rb:28 warning: ambiguous Java methods found, using isJavaIdentifierPart(int)
Run options:
# Running tests:
[ 7/51] TestNetHTTP#test_proxy_address_ENV = 0.02 s
1) Failure:
TestNetHTTP#test_proxy_address_ENV [/var/www/repos/jruby/test/mri/net/http/test_http.rb:106]:
<"proxy.example"> expected but was
<nil>.
[ 8/51] TestNetHTTP#test_proxy_eh_ENV = 0.01 s
2) Failure:
TestNetHTTP#test_proxy_eh_ENV [/var/www/repos/jruby/test/mri/net/http/test_http.rb:122]:
<true> expected but was
<false>.
[12/51] TestNetHTTP#test_proxy_port = 0.01 s
3) Failure:
TestNetHTTP#test_proxy_port [/var/www/repos/jruby/test/mri/net/http/test_http.rb:149]:
<nil> expected but was
<80>.
[13/51] TestNetHTTP#test_proxy_port_ENV = 0.01 s
4) Failure:
TestNetHTTP#test_proxy_port_ENV [/var/www/repos/jruby/test/mri/net/http/test_http.rb:159]:
<8000> expected but was
<80>.
Finished tests in 10.844000s, 4.7031 tests/s, 36.2412 assertions/s.
51 tests, 393 assertions, 4 failures, 0 errors, 0 skips
ruby -v: jruby 9000.dev-SNAPSHOT (2.2.0p0) 2014-11-04 f13084b OpenJDK 64-Bit Server VM 24.45-b08 on 1.7.0_45-mockbuild_2013_10_16_17_51-b00 +jit [linux-amd64]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment