Align the behavior of SSLSocket's IO-compatible methods with core IO #2118
test.yml
on: pull_request
ruby-versions
/
Generate Ruby versions
7s
Matrix: test-ibm
Matrix: test-openssls
Matrix: test
Annotations
15 errors
|
ubuntu-latest truffleruby
Process completed with exit code 1.
|
|
Failure:
test/openssl/test_pair.rb#L108
<"\x82"> expected but was
<"\x82B">.
|
|
Failure:
test/openssl/test_pair.rb#L136
<"\x82"> expected but was
<"\x82B">.
|
|
Error:
test/openssl/test_pair.rb#L340
EOFError: end of file
<internal:core> core/io.rb:1827:in 'IO#readline'
/home/runner/work/openssl/openssl/test/openssl/test_pair.rb:340:in 'block in OpenSSL::TestPairM#test_readline'
/home/runner/work/openssl/openssl/test/openssl/test_pair.rb:694:in 'OpenSSL::TestSocketPair#ssl_pair'
/home/runner/work/openssl/openssl/test/openssl/test_pair.rb:338:in 'OpenSSL::TestPairM#test_readline'
<internal:core> core/throw_catch.rb:36:in 'Kernel#catch'
<internal:core> core/throw_catch.rb:36:in 'Kernel#catch'
|
|
Failure:
test/openssl/test_pair.rb#L180
<""> expected but was
<nil>.
|
|
Failure:
test/openssl/test_pair.rb#L205
<"abc\n" + "\n">("UTF-8") expected but was
<"\n" + "\n">("ASCII-8BIT").
|
|
Failure:
test/openssl/test_pair.rb#L158
<"k\n">("UTF-8") expected but was
<"k">("ASCII-8BIT").
|
|
macos-latest truffleruby
Process completed with exit code 1.
|
|
Failure:
test/openssl/test_pair.rb#L108
<"\x82"> expected but was
<"\x82B">.
|
|
Failure:
test/openssl/test_pair.rb#L136
<"\x82"> expected but was
<"\x82B">.
|
|
Error:
test/openssl/test_pair.rb#L340
EOFError: end of file
<internal:core> core/io.rb:1827:in 'IO#readline'
/Users/runner/work/openssl/openssl/test/openssl/test_pair.rb:340:in 'block in OpenSSL::TestPairM#test_readline'
/Users/runner/work/openssl/openssl/test/openssl/test_pair.rb:694:in 'OpenSSL::TestSocketPair#ssl_pair'
/Users/runner/work/openssl/openssl/test/openssl/test_pair.rb:338:in 'OpenSSL::TestPairM#test_readline'
<internal:core> core/throw_catch.rb:36:in 'Kernel#catch'
<internal:core> core/throw_catch.rb:36:in 'Kernel#catch'
|
|
Failure:
test/openssl/test_pair.rb#L180
<""> expected but was
<nil>.
|
|
Failure:
test/openssl/test_pair.rb#L205
<"abc\n" + "\n">("UTF-8") expected but was
<"\n" + "\n">("ASCII-8BIT").
|
|
Failure:
test/openssl/test_pair.rb#L158
<"k\n">("UTF-8") expected but was
<"k">("ASCII-8BIT").
|
|
openssl-master
Process completed with exit code 1.
|