1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
normal 2018-07-31 01:33:39 +00:00
parent 86d35a6b1a
commit 931cda4db8

View file

@ -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|