Skip to content

Commit

Permalink
Showing 3 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/mri/excludes/OpenSSL/TestEOF1LowlevelSocket.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
exclude :test_eof_0, "hangs"
exclude :test_eof_1, "hangs"
exclude :test_eof_2, "hangs"
exclude :test_eof_3, "hangs"
4 changes: 4 additions & 0 deletions test/mri/excludes/OpenSSL/TestEOF2LowlevelSocket.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
exclude :test_eof_0, "hangs"
exclude :test_eof_1, "hangs"
exclude :test_eof_2, "hangs"
exclude :test_eof_3, "hangs"
12 changes: 12 additions & 0 deletions test/mri/excludes/OpenSSL/TestPairLowLevelSocket.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
exclude :test_getc, "hangs"
exclude :test_puts_empty, "hangs"
exclude :test_puts_meta, "hangs"
exclude :test_read_nonblock, "hangs"
exclude :test_read_nonblock_no_exception, "hangs"
exclude :test_readall, "hangs"
exclude :test_readline, "hangs"
exclude :test_readpartial, "hangs"
exclude :test_write_nonblock, "hangs"
exclude :test_write_nonblock_no_exceptions, "hangs"
exclude :test_write_nonblock_with_buffered_data, "hangs"
exclude :test_write_nonblock_with_buffered_data_no_exceptions, "hangs"

0 comments on commit 049d26e

Please sign in to comment.