Skip to content

Commit

Permalink
Merge pull request jruby#8175 from headius/verify_hang_excludes
Browse files Browse the repository at this point in the history
These may have been hanging due to a block_given? bug
  • Loading branch information
headius authored Mar 29, 2024
2 parents b67bad0 + 3f8d2c2 commit ef68a25
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion test/mri/excludes/OpenSSL/TestEOF1.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
exclude :test_eof_1, "hangs (tested on macos M1)"
exclude :test_getbyte_eof, "work in progress"
1 change: 0 additions & 1 deletion test/mri/excludes/OpenSSL/TestPair.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
exclude :test_connect_accept_nonblock_no_exception, "SSLError: Cannot change mode after SSL traffic has started"
exclude :test_read_with_outbuf, "work in progress"
exclude :test_readpartial, "hangs (tested on macos M1)"
exclude :test_write_nonblock, "needs investigation"
exclude :test_write_nonblock_no_exceptions, "needs investigation"
1 change: 0 additions & 1 deletion test/mri/excludes/TestNetHTTPS.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
exclude :test_min_version, "missing set_minmax_proto_version for OpenSSL::SSL::SSLContext"
exclude :test_session_reuse, ""
exclude :test_session_reuse_but_expire, "hangs"
exclude :test_timeout_during_SSL_handshake, "hangs (tested on macos M1)"

0 comments on commit ef68a25

Please sign in to comment.