From c3e68ef04f13a1f61f3b11821f9e3fccfb156872 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 17 Jun 2013 01:01:12 +0000 Subject: skip new tests until fixed * test/ruby/test_proc.rb, test/ruby/test_symbol.rb: skip new tests until fixed, for the time being. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41344 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_proc.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/ruby/test_proc.rb') diff --git a/test/ruby/test_proc.rb b/test/ruby/test_proc.rb index 2db9108534..57f28dafeb 100644 --- a/test/ruby/test_proc.rb +++ b/test/ruby/test_proc.rb @@ -191,6 +191,7 @@ class TestProc < Test::Unit::TestCase def test_block_given_method_to_proc bug8341 = '[Bug #8341]' + skip bug8341 m = method(:m_block_given?).to_proc assert(!m.call, "#{bug8341} without block") assert(m.call {}, "#{bug8341} with block") @@ -199,6 +200,7 @@ class TestProc < Test::Unit::TestCase def test_block_persist_between_calls bug8341 = '[Bug #8341]' + skip bug8341 o = Object.new def o.m1(top=true) if top -- cgit v1.2.3