Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions test/ruby/test_thread.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1480,6 +1480,8 @@ def test_thread_native_thread_id_across_fork_on_linux
end

def test_thread_interrupt_for_killed_thread
pend "hang-up" if RUBY_PLATFORM.include?("mingw")

opts = { timeout: 5, timeout_error: nil }

assert_normal_exit(<<-_end, '[Bug #8996]', **opts)
Expand Down