summaryrefslogtreecommitdiff
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
commit9033ed103058ae2e06b7496400e5ad5e0cad77e8 (patch)
treed3f4cecb425bc071cc1a2dd6f4aaadb16b85df6a
parent87622a118b61c935ceafbbc7adc92590a707b3fd (diff)
show signal mask on solaris
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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