diff options
author | Nobuyoshi Nakada <[email protected]> | 2022-01-16 18:18:05 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2022-01-16 21:35:09 +0900 |
commit | 5ec3450438150e7cb05422c04dc18901161a13ea (patch) | |
tree | fc6bc9a9c1f416dce9b753fb35c7d01d591ee673 /test/ruby/test_exception.rb | |
parent | a4a7bf2a63ee5b54080bfbcc7b2dd745c9991507 (diff) |
Remove outdated skips
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/5453
Diffstat (limited to 'test/ruby/test_exception.rb')
-rw-r--r-- | test/ruby/test_exception.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_exception.rb b/test/ruby/test_exception.rb index e9d41e43dc..9908331689 100644 --- a/test/ruby/test_exception.rb +++ b/test/ruby/test_exception.rb @@ -423,7 +423,7 @@ class TestException < Test::Unit::TestCase end def test_thread_signal_location - pend('TODO: a known bug [Bug #14474]') + # pend('TODO: a known bug [Bug #14474]') _, stderr, _ = EnvUtil.invoke_ruby(%w"--disable-gems -d", <<-RUBY, false, true) Thread.start do Thread.current.report_on_exception = false |