Skip to content

Instantly share code, notes, and snippets.

@owenthereal
Created February 14, 2012 04:36
Show Gist options
  • Save owenthereal/1823582 to your computer and use it in GitHub Desktop.
Save owenthereal/1823582 to your computer and use it in GitHub Desktop.
jruby-openssl failed specs
1) Error:
test_bit_string_infinite_length(OpenSSL::TestASN1):
NameError: uninitialized constant OpenSSL::ASN1::EndOfContent
org/jruby/RubyModule.java:2626:in `const_missing'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_asn1.rb:519:in `test_bit_string_infinite_length'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
2) Failure:
test_cons_explicit_tagging(OpenSSL::TestASN1) [/Users/Owen/workspace/jruby-ossl/test/1.9/test_asn1.rb:408]:
<"\u00A2\a0\u0005\u0013\u0003abc"> expected but was
<"0\u0005\u0013\u0003abc">.
3) Error:
test_cons_explicit_tagging_inf_length(OpenSSL::TestASN1):
NameError: uninitialized constant OpenSSL::ASN1::EndOfContent
org/jruby/RubyModule.java:2626:in `const_missing'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_asn1.rb:415:in `test_cons_explicit_tagging_inf_length'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
4) Failure:
test_cons_implicit_tagging(OpenSSL::TestASN1) [/Users/Owen/workspace/jruby-ossl/test/1.9/test_asn1.rb:432]:
<"\u00A1\u0002\u0005\u0000"> expected but was
<"0\u0002\u0005\u0000">.
5) Error:
test_cons_implicit_tagging_inf_length(OpenSSL::TestASN1):
NameError: uninitialized constant OpenSSL::ASN1::EndOfContent
org/jruby/RubyModule.java:2626:in `const_missing'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_asn1.rb:439:in `test_cons_implicit_tagging_inf_length'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
6) Failure:
test_cons_without_array_forbidden(OpenSSL::TestASN1) [/Users/Owen/workspace/jruby-ossl/test/1.9/test_asn1.rb:283]:
[OpenSSL::ASN1::ASN1Error] exception expected, not
Class: <NoMethodError>
Message: <"undefined method `infinite_length=' for #<OpenSSL::ASN1::Constructive:0x5fada2>">
---Backtrace---
/Users/Owen/workspace/jruby-ossl/test/1.9/test_asn1.rb:289:in `test_cons_without_array_forbidden'
---------------
7) Failure:
test_cons_without_inf_length_forbidden(OpenSSL::TestASN1) [/Users/Owen/workspace/jruby-ossl/test/1.9/test_asn1.rb:272]:
[OpenSSL::ASN1::ASN1Error] exception expected, not
Class: <Java::JavaLang::NullPointerException>
Message: <"">
---Backtrace---
org.jruby.ext.openssl.ASN1$ASN1Data.to_der(ASN1.java:653)
org.jruby.ext.openssl.ASN1$ASN1Constructive.to_der(ASN1.java:842)
org.jruby.ext.openssl.ASN1$ASN1Constructive$i$0$0$to_der.call(ASN1$ASN1Constructive$i$0$0$to_der.gen:65535)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:292)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:135)
org.jruby.ast.CallNoArgNode.interpret(CallNoArgNode.java:63)
org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112)
org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:212)
org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:163)
org.jruby.runtime.Interpreted19Block.yieldSpecific(Interpreted19Block.java:136)
org.jruby.runtime.Block.yieldSpecific(Block.java:99)
org.jruby.ast.ZYieldNode.interpret(ZYieldNode.java:25)
org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
org.jruby.ast.RescueNode.executeBody(RescueNode.java:216)
org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:120)
org.jruby.ast.RescueNode.interpret(RescueNode.java:110)
org.jruby.ast.BeginNode.interpret(BeginNode.java:83)
org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75)
org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:212)
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:207)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:176)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:182)
org.jruby.ast.FCallSpecialArgBlockPassNode.interpret(FCallSpecialArgBlockPassNode.java:38)
org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75)
org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:212)
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:207)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:322)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:178)
org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:187)
org.jruby.ast.FCallOneArgBlockNode.interpret(FCallOneArgBlockNode.java:34)
org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75)
org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:169)
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:191)
org.jruby.RubyClass.finvoke(RubyClass.java:536)
org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1694)
org.jruby.RubyBasicObject$i$send19.call(RubyBasicObject$i$send19.gen:65535)
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:266)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:167)
org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57)
org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
org.jruby.ast.RescueNode.executeBody(RescueNode.java:216)
org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:120)
org.jruby.ast.RescueNode.interpret(RescueNode.java:110)
org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96)
org.jruby.ast.BeginNode.interpret(BeginNode.java:83)
org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96)
org.jruby.ast.BeginNode.interpret(BeginNode.java:83)
org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75)
org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:190)
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:199)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:167)
org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57)
org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110)
org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112)
org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:212)
org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:163)
org.jruby.runtime.Block.yield(Block.java:130)
org.jruby.RubyArray.eachCommon(RubyArray.java:1607)
org.jruby.RubyArray.each(RubyArray.java:1614)
org.jruby.RubyArray$i$0$0$each.call(RubyArray$i$0$0$each.gen:65535)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:142)
org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:153)
org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64)
org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112)
org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:212)
org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:163)
org.jruby.runtime.Block.yield(Block.java:130)
org.jruby.RubyArray.eachCommon(RubyArray.java:1607)
org.jruby.RubyArray.each(RubyArray.java:1614)
org.jruby.RubyArray$i$0$0$each.call(RubyArray$i$0$0$each.gen:65535)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:302)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:144)
org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:153)
org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64)
org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75)
org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:190)
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:199)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169)
org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
org.jruby.ast.RescueNode.executeBody(RescueNode.java:216)
org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:120)
org.jruby.ast.RescueNode.interpret(RescueNode.java:110)
org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75)
org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:190)
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:199)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169)
org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57)
org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110)
org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112)
org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:212)
org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:200)
org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:131)
org.jruby.runtime.Block.call(Block.java:89)
org.jruby.RubyProc.call(RubyProc.java:270)
org.jruby.RubyProc.call(RubyProc.java:224)
org.jruby.Ruby.tearDown(Ruby.java:2772)
org.jruby.Ruby.tearDown(Ruby.java:2759)
org.jruby.Main.internalRun(Main.java:259)
org.jruby.Main.run(Main.java:222)
org.jruby.Main.run(Main.java:206)
org.jruby.Main.main(Main.java:186)
---------------
8) Error:
test_create_inf_length_primitive(OpenSSL::TestASN1):
NameError: uninitialized constant OpenSSL::ASN1::EndOfContent
org/jruby/RubyModule.java:2626:in `const_missing'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_asn1.rb:258:in `test_create_inf_length_primitive'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
9) Error:
test_decode_all(OpenSSL::TestASN1):
NoMethodError: undefined method `size' for nil:NilClass
/Users/Owen/workspace/jruby-ossl/test/1.9/test_asn1.rb:247:in `test_decode_all'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
10) Failure:
test_decode_pem(OpenSSL::TestASN1) [/Users/Owen/workspace/jruby-ossl/test/1.9/test_asn1.rb:228]:
OpenSSL::ASN1::ASN1Error expected but nothing was raised.
11) Error:
test_octet_string_infinite_length(OpenSSL::TestASN1):
NameError: uninitialized constant OpenSSL::ASN1::EndOfContent
org/jruby/RubyModule.java:2626:in `const_missing'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_asn1.rb:347:in `test_octet_string_infinite_length'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
12) Error:
test_octet_string_infinite_length_explicit_tagging(OpenSSL::TestASN1):
NameError: uninitialized constant OpenSSL::ASN1::EndOfContent
org/jruby/RubyModule.java:2626:in `const_missing'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_asn1.rb:452:in `test_octet_string_infinite_length_explicit_tagging'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
13) Error:
test_octet_string_infinite_length_implicit_tagging(OpenSSL::TestASN1):
NameError: uninitialized constant OpenSSL::ASN1::EndOfContent
org/jruby/RubyModule.java:2626:in `const_missing'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_asn1.rb:468:in `test_octet_string_infinite_length_implicit_tagging'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
14) Failure:
test_parse_empty_sequence(OpenSSL::TestASN1) [/Users/Owen/workspace/jruby-ossl/test/1.9/test_asn1.rb:298]:
<"\u00A0\a0\u00020\u0000\u0002\u0001\u0000"> expected but was
<"\u00A0\t0\a0\u00020\u0000\u0002\u0001\u0000">.
15) Failure:
test_parse_tagged_0_infinite(OpenSSL::TestASN1) [/Users/Owen/workspace/jruby-ossl/test/1.9/test_asn1.rb:310]:
<3> expected but was
<2>.
16) Failure:
test_prim_explicit_tagging(OpenSSL::TestASN1) [/Users/Owen/workspace/jruby-ossl/test/1.9/test_asn1.rb:367]:
<"\u00A0\u0003\u0004\u0001a"> expected but was
<"\u0004\u0001a">.
17) Failure:
test_prim_implicit_tagging(OpenSSL::TestASN1) [/Users/Owen/workspace/jruby-ossl/test/1.9/test_asn1.rb:389]:
<"\u0080\u0001\u0001"> expected but was
<"\u0002\u0001\u0001">.
18) Failure:
test_primitive_inf_length(OpenSSL::TestASN1) [/Users/Owen/workspace/jruby-ossl/test/1.9/test_asn1.rb:535]:
[OpenSSL::ASN1::ASN1Error] exception expected, not
Class: <IOError>
Message: <"indefinite length primitive encoding encountered">
---Backtrace---
org/jruby/ext/openssl/ASN1.java:583:in `decode'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_asn1.rb:538:in `test_primitive_inf_length'
---------------
19) Error:
test_recursive_octet_string_infinite_length(OpenSSL::TestASN1):
NameError: uninitialized constant OpenSSL::ASN1::EndOfContent
org/jruby/RubyModule.java:2626:in `const_missing'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_asn1.rb:484:in `test_recursive_octet_string_infinite_length'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
20) Failure:
test_recursive_octet_string_parse(OpenSSL::TestASN1) [/Users/Owen/workspace/jruby-ossl/test/1.9/test_asn1.rb:547]:
<OpenSSL::ASN1::Constructive> expected but was
<OpenSSL::ASN1::OctetString>.
21) Error:
test_seq_infinite_length(OpenSSL::TestASN1):
NameError: uninitialized constant OpenSSL::ASN1::EndOfContent
org/jruby/RubyModule.java:2626:in `const_missing'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_asn1.rb:321:in `test_seq_infinite_length'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
22) Error:
test_set_infinite_length(OpenSSL::TestASN1):
NameError: uninitialized constant OpenSSL::ASN1::EndOfContent
org/jruby/RubyModule.java:2626:in `const_missing'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_asn1.rb:334:in `test_set_infinite_length'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
23) Failure:
test_constants(OpenSSL::TestConfig) [/Users/Owen/workspace/jruby-ossl/test/1.9/test_config.rb:19]:
Failed assertion, no message given.
24) Error:
test_digest_by_oid_and_name_sha2(OpenSSL::TestDigest):
Java::JavaLang::IllegalArgumentException: string SHA224 not an OID
org.bouncycastle.asn1.DERObjectIdentifier.<init>(Unknown Source)
org.jruby.ext.openssl.ASN1$ASN1Primitive.getObjectIdentifier(ASN1.java:768)
org.jruby.ext.openssl.ASN1$ASN1Primitive.initialize(ASN1.java:749)
org.jruby.ext.openssl.ASN1$ASN1Primitive$i$0$4$initialize.call(ASN1$ASN1Primitive$i$0$4$initialize.gen:65535)
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN.call(JavaMethod.java:630)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:176)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:182)
org.jruby.RubyClass.newInstance(RubyClass.java:813)
org.jruby.RubyClass$i$newInstance.call(RubyClass$i$newInstance.gen:65535)
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:266)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169)
org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57)
org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75)
org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:169)
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:191)
org.jruby.RubyClass.finvoke(RubyClass.java:536)
org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1694)
org.jruby.RubyBasicObject$i$send19.call(RubyBasicObject$i$send19.gen:65535)
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:266)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169)
rubyjit.Mocha::Integration::MiniTest::Version142AndAbove#run_045542D60DC91CB69A2CC92A8A6B242B34F3038C.chained_2_rescue_1$RUBY$SYNTHETIC__file__(/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27)
rubyjit.Mocha::Integration::MiniTest::Version142AndAbove#run_045542D60DC91CB69A2CC92A8A6B242B34F3038C.chained_1_ensure_2$RUBY$__ensure__(/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb)
rubyjit.Mocha::Integration::MiniTest::Version142AndAbove#run_045542D60DC91CB69A2CC92A8A6B242B34F3038C.chained_0_ensure_1$RUBY$__ensure__(/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24)
rubyjit.Mocha::Integration::MiniTest::Version142AndAbove#run_045542D60DC91CB69A2CC92A8A6B242B34F3038C.__file__(/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23)
rubyjit.Mocha::Integration::MiniTest::Version142AndAbove#run_045542D60DC91CB69A2CC92A8A6B242B34F3038C.__file__(/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb)
org.jruby.internal.runtime.methods.JittedMethod.call(JittedMethod.java:167)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169)
org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57)
org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110)
org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112)
org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:212)
org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:163)
org.jruby.runtime.Block.yield(Block.java:130)
org.jruby.RubyArray.eachCommon(RubyArray.java:1607)
org.jruby.RubyArray.each(RubyArray.java:1614)
org.jruby.RubyArray$i$0$0$each.call(RubyArray$i$0$0$each.gen:65535)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:142)
org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:153)
org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64)
org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112)
org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:212)
org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:163)
org.jruby.runtime.Block.yield(Block.java:130)
org.jruby.RubyArray.eachCommon(RubyArray.java:1607)
org.jruby.RubyArray.each(RubyArray.java:1614)
org.jruby.RubyArray$i$0$0$each.call(RubyArray$i$0$0$each.gen:65535)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:302)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:144)
org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:153)
org.jruby.ast.CallNoArgBlockNode.interpret(CallNoArgBlockNode.java:64)
org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75)
org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:190)
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:199)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169)
org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
org.jruby.ast.RescueNode.executeBody(RescueNode.java:216)
org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:120)
org.jruby.ast.RescueNode.interpret(RescueNode.java:110)
org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75)
org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:190)
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:199)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:312)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:169)
org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57)
org.jruby.ast.DAsgnNode.interpret(DAsgnNode.java:110)
org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112)
org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:212)
org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:200)
org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:131)
org.jruby.runtime.Block.call(Block.java:89)
org.jruby.RubyProc.call(RubyProc.java:270)
org.jruby.RubyProc.call(RubyProc.java:224)
org.jruby.Ruby.tearDown(Ruby.java:2772)
org.jruby.Ruby.tearDown(Ruby.java:2759)
org.jruby.Main.internalRun(Main.java:259)
org.jruby.Main.run(Main.java:222)
org.jruby.Main.run(Main.java:206)
org.jruby.Main.main(Main.java:186)
25) Error:
test_new_certificate_id(OpenSSL::TestOCSP):
NameError: uninitialized constant OpenSSL::OCSP
org/jruby/RubyModule.java:2626:in `const_missing'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_ocsp.rb:25:in `test_new_certificate_id'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23:in `run'
26) Error:
test_new_certificate_id_with_digest(OpenSSL::TestOCSP):
NameError: uninitialized constant OpenSSL::OCSP
org/jruby/RubyModule.java:2626:in `const_missing'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_ocsp.rb:31:in `test_new_certificate_id_with_digest'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23:in `run'
27) Error:
test_new_ocsp_request(OpenSSL::TestOCSP):
NameError: uninitialized constant OpenSSL::OCSP
org/jruby/RubyModule.java:2626:in `const_missing'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_ocsp.rb:37:in `test_new_ocsp_request'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23:in `run'
28) Error:
test_create(OpenSSL::TestPKCS12):
NameError: uninitialized constant OpenSSL::PKCS12
org/jruby/RubyModule.java:2626:in `const_missing'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pkcs12.rb:55:in `test_create'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23:in `run'
29) Error:
test_create_no_pass(OpenSSL::TestPKCS12):
NameError: uninitialized constant OpenSSL::PKCS12
org/jruby/RubyModule.java:2626:in `const_missing'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pkcs12.rb:67:in `test_create_no_pass'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23:in `run'
30) Failure:
test_create_with_bad_nid(OpenSSL::TestPKCS12) [/Users/Owen/workspace/jruby-ossl/test/1.9/test_pkcs12.rb:116]:
[ArgumentError] exception expected, not
Class: <NameError>
Message: <"uninitialized constant OpenSSL::PKCS12">
---Backtrace---
org/jruby/RubyModule.java:2626:in `const_missing'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pkcs12.rb:117:in `test_create_with_bad_nid'
---------------
31) Error:
test_create_with_chain(OpenSSL::TestPKCS12):
NameError: uninitialized constant OpenSSL::PKCS12
org/jruby/RubyModule.java:2626:in `const_missing'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pkcs12.rb:84:in `test_create_with_chain'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23:in `run'
32) Error:
test_create_with_chain_decode(OpenSSL::TestPKCS12):
NameError: uninitialized constant OpenSSL::PKCS12
org/jruby/RubyModule.java:2626:in `const_missing'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pkcs12.rb:99:in `test_create_with_chain_decode'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23:in `run'
33) Error:
test_create_with_itr(OpenSSL::TestPKCS12):
NameError: uninitialized constant OpenSSL::PKCS12
org/jruby/RubyModule.java:2626:in `const_missing'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pkcs12.rb:129:in `test_create_with_itr'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23:in `run'
34) Error:
test_create_with_mac_itr(OpenSSL::TestPKCS12):
NameError: uninitialized constant OpenSSL::PKCS12
org/jruby/RubyModule.java:2626:in `const_missing'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pkcs12.rb:155:in `test_create_with_mac_itr'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23:in `run'
35) Error:
test_generate_key(OpenSSL::TestPKeyDH):
NoMethodError: undefined method `public_key' for #<OpenSSL::PKey::DH:0x1ee5e78>
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pkey_dh.rb:36:in `test_generate_key'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23:in `run'
36) Error:
test_key_exchange(OpenSSL::TestPKeyDH):
NoMethodError: undefined method `public_key' for #<OpenSSL::PKey::DH:0x1ee5e78>
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pkey_dh.rb:44:in `test_key_exchange'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23:in `run'
37) Error:
test_public_key(OpenSSL::TestPKeyDH):
NoMethodError: undefined method `public_key' for #<OpenSSL::PKey::DH:0x15e8939>
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pkey_dh.rb:29:in `test_public_key'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23:in `run'
38) Error:
test_new(OpenSSL::TestPKeyDSA):
OpenSSL::PKey::DSAError: Modulus size must range from 512 to 1024 and be a multiple of 64
org/jruby/ext/openssl/PKeyDSA.java:169:in `initialize'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pkey_dsa.rb:19:in `test_new'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23:in `run'
39) Error:
test_private(OpenSSL::TestPKeyDSA):
OpenSSL::PKey::DSAError: Modulus size must range from 512 to 1024 and be a multiple of 64
org/jruby/ext/openssl/PKeyDSA.java:169:in `initialize'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pkey_dsa.rb:8:in `test_private'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23:in `run'
40) Error:
test_read_DSAPublicKey_pem(OpenSSL::TestPKeyDSA):
OpenSSL::PKey::DSAError: Neither PUB key nor PRIV key:
org/jruby/ext/openssl/PKeyDSA.java:250:in `initialize'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pkey_dsa.rb:96:in `test_read_DSAPublicKey_pem'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23:in `run'
41) Error:
test_read_private_key_pem_pw(OpenSSL::TestPKeyDSA):
ArgumentError: Could not parse PKey
org/jruby/ext/openssl/PKey.java:158:in `read'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pkey_dsa.rb:203:in `test_read_private_key_pem_pw'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23:in `run'
42) Error:
test_read_public_key_der(OpenSSL::TestPKeyDSA):
ArgumentError: Could not parse PKey
org/jruby/ext/openssl/PKey.java:158:in `read'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pkey_dsa.rb:184:in `test_read_public_key_der'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23:in `run'
43) Error:
test_read_public_key_pem(OpenSSL::TestPKeyDSA):
ArgumentError: Could not parse PKey
org/jruby/ext/openssl/PKey.java:158:in `read'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pkey_dsa.rb:193:in `test_read_public_key_pem'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23:in `run'
44) Failure:
test_sys_sign_verify(OpenSSL::TestPKeyDSA) [/Users/Owen/workspace/jruby-ossl/test/1.9/test_pkey_dsa.rb:30]:
Failed assertion, no message given.
45) Failure:
test_export_format_is_RSA_PUBKEY(OpenSSL::TestPKeyRSA) [/Users/Owen/workspace/jruby-ossl/test/1.9/test_pkey_rsa.rb:223]:
<16> expected but was
<2>.
46) Error:
test_read_private_key_pem_pw(OpenSSL::TestPKeyRSA):
ArgumentError: Could not parse PKey
org/jruby/ext/openssl/PKey.java:158:in `read'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pkey_rsa.rb:206:in `test_read_private_key_pem_pw'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23:in `run'
47) Error:
test_read_public_key_pem(OpenSSL::TestPKeyRSA):
ArgumentError: Could not parse PKey
org/jruby/ext/openssl/PKey.java:158:in `read'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pkey_rsa.rb:197:in `test_read_public_key_pem'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23:in `run'
48) Error:
test_connect_accept_nonblock(OpenSSL::TestPair):
NoMethodError: undefined method `connect_address' for #<TCPServer:(closed)>
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pair.rb:205:in `test_connect_accept_nonblock'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23:in `run'
49) Error:
test_read_nonblock(OpenSSL::TestPair):
OpenSSL::SSL::SSLError: read would raise
org/jruby/ext/openssl/SSLSocket.java:562:in `sysread_nonblock'
/Users/Owen/workspace/jruby-ossl/lib/1.9/openssl/buffering.rb:174:in `read_nonblock'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pair.rb:162:in `test_read_nonblock'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pair.rb:44:in `ssl_pair'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pair.rb:150:in `test_read_nonblock'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23:in `run'
50) Error:
test_write_nonblock_with_buffered_data(OpenSSL::TestPair):
OpenSSL::SSL::SSLError: write would raise
org/jruby/ext/openssl/SSLSocket.java:600:in `syswrite_nonblock'
/Users/Owen/workspace/jruby-ossl/lib/1.9/openssl/buffering.rb:374:in `write_nonblock'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pair.rb:190:in `test_write_nonblock_with_buffered_data'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pair.rb:44:in `ssl_pair'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_pair.rb:188:in `test_write_nonblock_with_buffered_data'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23:in `run'
51) Failure:
test_client_ca(OpenSSL::TestSSL) [/Users/Owen/workspace/jruby-ossl/test/1.9/test_ssl.rb:220]:
<[/DC=org/DC=ruby-lang/CN=CA]> expected but was
<nil>.
52) Error:
test_ssl_read_nonblock(OpenSSL::TestSSL):
OpenSSL::SSL::SSLError: read would raise
org/jruby/ext/openssl/SSLSocket.java:562:in `sysread_nonblock'
/Users/Owen/workspace/jruby-ossl/lib/1.9/openssl/buffering.rb:174:in `read_nonblock'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_ssl.rb:37:in `test_ssl_read_nonblock'
org/jruby/RubyProc.java:258:in `call'
/Users/Owen/workspace/jruby-ossl/test/1.9/utils.rb:280:in `start_server'
/Users/Owen/workspace/jruby-ossl/test/1.9/test_ssl.rb:29:in `test_ssl_read_nonblock'
org/jruby/RubyBasicObject.java:1694:in `__send__'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:27:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:24:in `run'
/Users/Owen/workspace/jruby-ossl/test/../build_lib/mocha/lib/mocha/integration/mini_test/version_142_and_above.rb:23:in `run'
53) Failure:
test_create_by_factory(OpenSSL::TestX509Extension) [/Users/Owen/workspace/jruby-ossl/test/1.9/test_x509ext.rb:54]:
Expected /URI:http:\/\/www\.example\.com\/crl/ to match "@crlDistPts".
54) Failure:
test_equals2(OpenSSL::TestX509Name) [/Users/Owen/workspace/jruby-ossl/test/1.9/test_x509name.rb:265]:
</CN=a> expected but was
</CN=a>.
55) Failure:
test_spaceship(OpenSSL::TestX509Name) [/Users/Owen/workspace/jruby-ossl/test/1.9/test_x509name.rb:272]:
<-1> expected but was
<1>.
360 tests, 1902 assertions, 19 failures, 36 errors, 0 skips
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment