From 5ec3450438150e7cb05422c04dc18901161a13ea Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 16 Jan 2022 18:18:05 +0900 Subject: Remove outdated skips --- test/ruby/test_exception.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_exception.rb') 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 -- cgit v1.2.3