Skip to content

Commit

Permalink
A few more hanging tests
Browse files Browse the repository at this point in the history
CRuby test:mri:core runs to completion now for me locally.

test:mri:stdlib still hangs on macos M1 during console/IRB tests
but these stdlib excludes helped.
  • Loading branch information
headius committed Mar 15, 2024
1 parent 341c3a4 commit 140641c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion test/mri/excludes/Psych_Unit_Tests.rb
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
exclude :test_time_now_cycle, "time is off by UTF diff"
exclude :test_spec_sequence_of_sequences, "time is off by UTF diff"
exclude :test_time_now_cycle, "time is off by UTF diff"
1 change: 1 addition & 0 deletions test/mri/excludes/TestAutoload.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
exclude :test_autoload_deprecate_constant, "to be fixed in #5489"
exclude :test_autoload_parallel_race, "hangs"
exclude :test_autoload_so, "to be fixed in #5489"
exclude :test_autoload_same_file, "to be fixed in #5489"
exclude :test_bug_13526, "racey test that doesn't behave as expected with concurrent threads #5294"
Expand Down
1 change: 1 addition & 0 deletions test/mri/excludes/TestRegexp.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
exclude :test_absent, "until fixed"
exclude :test_cache_opcodes_initialize, "hangs and may be CRuby-specific"
exclude :test_dup_warn, "temporary failure due to disabling a warning jruby/joni#34"
exclude :test_invalid_escape_error, "needs investigation"
exclude :test_invalid_fragment, "needs investigation"
Expand Down
7 changes: 4 additions & 3 deletions test/mri/excludes/TestSocket_UNIXSocket.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
exclude :test_accept_nonblock, "needs investigation"
exclude :test_addr, "needs investigation"
exclude :test_cloexec, "needs investigation"
exclude :test_dgram_pair, "needs investigation"
exclude :test_dgram_pair_sendrecvmsg_errno_set, "needs investigation"
exclude :test_fd_passing, "close_on_exec? not implemented"
exclude :test_fd_passing_race_condition, "needs investigation"
exclude :test_getpeereid, "needs investigation"
exclude :test_socket_pair_with_block, "needs investigation"
exclude :test_stream_pair, "hangs (tested on macos M1)"
exclude :test_unix_server_socket, "needs investigation"
exclude :test_unix_socket_pair_with_block, "needs investigation"
exclude :test_cloexec, "needs investigation"
exclude :test_dgram_pair_sendrecvmsg_errno_set, "needs investigation"
exclude :test_accept_nonblock, "needs investigation"

0 comments on commit 140641c

Please sign in to comment.