We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe94d9 commit 6200574Copy full SHA for 6200574
1 file changed
test/ruby/test_thread.rb
@@ -1592,10 +1592,9 @@ def frame_for_deadlock_test_2
1592
INPUT
1593
end
1594
1595
- # [Bug #21342]
1596
def test_unlock_locked_mutex_with_collected_fiber
1597
- bug21127 = '[ruby-core:120930] [Bug #21127]'
1598
- assert_ruby_status([], "#{<<~"begin;"}\n#{<<~'end;'}", bug21127)
+ bug21342 = '[ruby-core:122121] [Bug #21342]'
+ assert_ruby_status([], "#{<<~"begin;"}\n#{<<~'end;'}", bug21342)
1599
begin;
1600
5.times do
1601
m = Mutex.new
0 commit comments