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:
parent
86d35a6b1a
commit
931cda4db8
1 changed files with 1 additions and 1 deletions
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue