ruby-changes:48377
From: ko1 <ko1@a...>
Date: Sat, 28 Oct 2017 03:55:32 +0900 (JST)
Subject: [ruby-changes:48377] ko1:r60491 (trunk): skip tests temporarily
ko1 2017-10-28 03:55:28 +0900 (Sat, 28 Oct 2017) New Revision: 60491 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60491 Log: skip tests temporarily Modified files: trunk/test/ruby/test_weakmap.rb Index: test/ruby/test_weakmap.rb =================================================================== --- test/ruby/test_weakmap.rb (revision 60490) +++ test/ruby/test_weakmap.rb (revision 60491) @@ -39,6 +39,7 @@ class TestWeakMap < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_weakmap.rb#L39 x = nil end GC.start + skip # TODO: failure introduced from r60440 assert_not_send([@wm, m, k]) end alias test_member? test_include? -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/