summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-31 01:33:39 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-31 01:33:39 +0000
commit931cda4db8afd6b544a8d85a6815765a9c417213 (patch)
tree85c59ecabed79fe7758eee6f23af28d0c0e6f41d
parent86d35a6b1a001356bf531ef8ff595339622c32c1 (diff)
test/ruby/test_io.rb (test_race_gets_and_close): use SIGABRT on timeout
I can't reproduce the test failure and I'm still not sure what's wrong, but maybe we can get a core dump from P895: http://ci.rvm.jp/results/trunk@P895/1174672 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--test/ruby/test_io.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb
index c92c31aa16..44f8391271 100644
--- a/test/ruby/test_io.rb
+++ b/test/ruby/test_io.rb
@@ -3556,7 +3556,7 @@ __END__
end if File::BINARY != 0
def test_race_gets_and_close
- assert_separately([], "#{<<-"begin;"}\n#{<<-"end;"}")
+ assert_separately([], "#{<<-"begin;"}\n#{<<-"end;"}", signal: :ABRT)
bug13076 = '[ruby-core:78845] [Bug #13076]'
begin;
10.times do |i|