aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_gc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_gc.rb')
-rw-r--r--test/ruby/test_gc.rb7
1 files changed, 0 insertions, 7 deletions
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