aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_gc.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-12 03:51:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-12 03:51:01 +0000
commit98902dba7486e1c7308f662fb66af10bd2199c04 (patch)
treebe7405b4c05a0a6c0654d042f3d61f185d5150d7 /test/ruby/test_gc.rb
parenta60a5971be5e8bc9b2a39400b3e84cbf0a15374b (diff)
downloadruby-98902dba7486e1c7308f662fb66af10bd2199c04.tar.gz
test_gc.rb: timeout of test_interrupt_in_finalizer
* test/ruby/test_gc.rb (test_interrupt_in_finalizer): leave timeout to invoke_ruby. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_gc.rb')
-rw-r--r--test/ruby/test_gc.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb
index 44adb27f00..6c9c6e7acb 100644
--- a/test/ruby/test_gc.rb
+++ b/test/ruby/test_gc.rb
@@ -340,9 +340,6 @@ class TestGc < Test::Unit::TestCase
sleep 0.1
Process.kill("INT", pid) rescue break
}
- sleep 5
- Process.kill("SEGV", pid) rescue nil
- Process.kill("KILL", pid) rescue nil
end
f = proc {1000.times {}}
loop do