forked from jruby/jruby
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request jruby#8175 from headius/verify_hang_excludes
These may have been hanging due to a block_given? bug
- Loading branch information
Showing
3 changed files
with
0 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters