From b7503d03ca530043837baff8fb4e9296a34ca4f8 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 3 Feb 2016 10:08:49 +0000 Subject: Remove debug print introduced in r52386 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_gc.rb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'test/ruby') diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb index 849f740b14..d915ae25d7 100644 --- a/test/ruby/test_gc.rb +++ b/test/ruby/test_gc.rb @@ -342,13 +342,6 @@ class TestGc < Test::Unit::TestCase sleep 0.1 Process.kill("INT", pid) rescue break } - if RUBY_PLATFORM.include?('solaris') - $stderr.puts `/usr/bin/psig #{$$}` - $stderr.puts `/usr/bin/psig #{Process.ppid}` - elsif File.exist?('/proc/self/status') - $stderr.puts IO.read('/proc/self/status') - $stderr.puts IO.read("/proc/#{Process.ppid}/status") - end end f = proc {1000.times {}} loop do -- cgit v1.2.3