aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_gc.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-29 21:08:33 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-29 21:08:33 +0000
commitebad1d2bfc3cca94dfd48a9a73460c89bea2d84c (patch)
treed3f4cecb425bc071cc1a2dd6f4aaadb16b85df6a /test/ruby/test_gc.rb
parentefa17872cd91f493699355494c960f3dd192cc16 (diff)
downloadruby-ebad1d2bfc3cca94dfd48a9a73460c89bea2d84c.tar.gz
show signal mask on solaris
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_gc.rb')
-rw-r--r--test/ruby/test_gc.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb
index 5af15b9580..6f5aab5ced 100644
--- a/test/ruby/test_gc.rb
+++ b/test/ruby/test_gc.rb
@@ -335,6 +335,7 @@ class TestGc < Test::Unit::TestCase
bug10595 = '[ruby-core:66825] [Bug #10595]'
src = <<-'end;'
pid = $$
+ $stderr.puts `/usr/bin/psig #{$$}` if RUBY_PLATFORM.include?('solaris')
Thread.start do
10.times {
sleep 0.1