mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/ruby/test_process.rb (test_deadlock_by_signal_at_forking):
use RUBY (= EnvUtil.rubybin) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51256 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d1bce9ec55
commit
7a1413a768
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Jul 15 23:40:32 2015 Naohisa Goto <ngotogenome@gmail.com>
|
||||
|
||||
* test/ruby/test_process.rb (test_deadlock_by_signal_at_forking):
|
||||
use RUBY (= EnvUtil.rubybin)
|
||||
|
||||
Wed Jul 15 23:01:22 2015 Naohisa Goto <ngotogenome@gmail.com>
|
||||
|
||||
* process.c (redirect_close, parent_redirect_close): should not close
|
||||
|
|
|
@ -2017,7 +2017,7 @@ EOS
|
|||
end
|
||||
|
||||
def test_deadlock_by_signal_at_forking
|
||||
assert_separately(["-", EnvUtil.rubybin], <<-INPUT, timeout: 60)
|
||||
assert_separately(["-", RUBY], <<-INPUT, timeout: 60)
|
||||
ruby = ARGV.shift
|
||||
GC.start # reduce garbage
|
||||
GC.disable # avoid triggering CoW after forks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue