From 4cd6fd338f71278bab5798a556a76c4e1588b892 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 16 Jan 2022 22:43:04 +0900 Subject: [PATCH] Weakmap failure is still pending --- test/ruby/test_weakmap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ruby/test_weakmap.rb b/test/ruby/test_weakmap.rb index 29225aaf43..4c91661f86 100644 --- a/test/ruby/test_weakmap.rb +++ b/test/ruby/test_weakmap.rb @@ -59,7 +59,7 @@ class TestWeakMap < Test::Unit::TestCase assert_weak_include(m, k) end GC.start - # pend('TODO: failure introduced from r60440') + pend('TODO: failure introduced from 837fd5e494731d7d44786f29e7d6e8c27029806f') assert_not_send([@wm, m, k]) end alias test_member? test_include?