[前][次][番号順一覧][スレッド一覧]

ruby-changes:70900

From: Nobuyoshi <ko1@a...>
Date: Sun, 16 Jan 2022 21:35:35 +0900 (JST)
Subject: [ruby-changes:70900] 5ec3450438 (master): Remove outdated skips

https://git.ruby-lang.org/ruby.git/commit/?id=5ec3450438

From 5ec3450438150e7cb05422c04dc18901161a13ea Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sun, 16 Jan 2022 18:18:05 +0900
Subject: Remove outdated skips

---
 test/ruby/test_exception.rb | 2 +-
 test/ruby/test_weakmap.rb   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/ruby/test_exception.rb b/test/ruby/test_exception.rb
index e9d41e43dcc..9908331689b 100644
--- a/test/ruby/test_exception.rb
+++ b/test/ruby/test_exception.rb
@@ -423,7 +423,7 @@ class TestException < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_exception.rb#L423
   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
diff --git a/test/ruby/test_weakmap.rb b/test/ruby/test_weakmap.rb
index 92a1a57f5b6..29225aaf438 100644
--- a/test/ruby/test_weakmap.rb
+++ b/test/ruby/test_weakmap.rb
@@ -59,7 +59,7 @@ class TestWeakMap < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_weakmap.rb#L59
       assert_weak_include(m, k)
     end
     GC.start
-    pend('TODO: failure introduced from r60440')
+    # pend('TODO: failure introduced from r60440')
     assert_not_send([@wm, m, k])
   end
   alias test_member? test_include?
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]