Skip to content

Commit

Permalink
More hanging tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Oct 30, 2014
1 parent 8d19cfa commit 049d26e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/mri/excludes/OpenSSL/TestEOF1LowlevelSocket.rb
@@ -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
@@ -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
@@ -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.