From cc08e95b206f8c98af9509f99339f3c8655481e7 Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 11 May 2012 15:24:27 +0000 Subject: Revert r35622. It breaks bootstraptest/test_exception.rb:388. "* thread.c (rb_threadptr_execute_interrupts_common): th->errinfo is" git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_signal.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_signal.rb b/test/ruby/test_signal.rb index 6b97ae78bd..0e3af06d7b 100644 --- a/test/ruby/test_signal.rb +++ b/test/ruby/test_signal.rb @@ -212,7 +212,7 @@ th = Thread.new do STDOUT.flush end end -Thread.pass until th.stop? # this may stop inside lex_io_gets +Thread.pass while th.running? Process.kill(:INT, $$) th.join EOS -- cgit v1.2.3