diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-04-03 09:26:20 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-04-03 09:30:47 +0900 |
| commit | 6200574d4af133fa1e2a000bcf21e1133e93a556 (patch) | |
| tree | a4e54ca617accc11d6a0bf53d695c99bdb34a8b9 /test | |
| parent | bbe94d9bccdffea016bf3fbeb6a3f3c8bb5a56ff (diff) | |
Fix bug reference number and tracker ID to match Bug #21342
Diffstat (limited to 'test')
| -rw-r--r-- | test/ruby/test_thread.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/ruby/test_thread.rb b/test/ruby/test_thread.rb index fb5a4aa528..c3d9dcf56d 100644 --- a/test/ruby/test_thread.rb +++ b/test/ruby/test_thread.rb @@ -1592,10 +1592,9 @@ q.pop INPUT end - # [Bug #21342] def test_unlock_locked_mutex_with_collected_fiber - bug21127 = '[ruby-core:120930] [Bug #21127]' - assert_ruby_status([], "#{<<~"begin;"}\n#{<<~'end;'}", bug21127) + bug21342 = '[ruby-core:122121] [Bug #21342]' + assert_ruby_status([], "#{<<~"begin;"}\n#{<<~'end;'}", bug21342) begin; 5.times do m = Mutex.new |
