summaryrefslogtreecommitdiff
path: root/test/ruby/test_process.rb
AgeCommit message (Expand)Author
2017-08-09* test/ruby/test_process.rb (test_rlimit_{name,value}): test in UTF-8usa
2017-08-09merge revision(s) 59322,59325: [Backport #13744]usa
2016-11-11merge revision(s) 56684: [Backport #12909]nagachika
2016-06-13merge revision(s) 54934: [Backport #12355]nagachika
2016-03-29merge revision(s) 54010: [Backport #12154]naruse
2016-03-29merge revision(s) 53346,53347,53348,53349,53391,53928: [Backport #11898]naruse
2016-01-18merge revision(s) 53391: [Backport #11898]naruse
2016-01-12merge revision(s) 53346,53347,53348,53349: [Backport #11898]naruse
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-02* vm_core.h, iseq.h: remove rb_iseq_t::variable_body.ko1
2015-10-30explicitly overwrite signal handlingnaruse
2015-10-29revert experimental changes related to Solaris CInaruse
2015-10-28increase timeout (with full GC)naruse
2015-10-28experimentally add GC.start before spawnnaruse
2015-10-28write in shroternaruse
2015-10-28suppress warningsnaruse
2015-10-27dumping core may take too much time for CInaruse
2015-10-25fix conditions to setrlimitnobu
2015-10-24use rlimit_nproc other than Windowsnaruse
2015-10-22Add rlimit_nproc to avoid to create many process [Bug #11613]naruse
2015-09-12win32.c: more fcntlnobu
2015-09-09* test/ruby/test_process.rb (TestProcess#test_popen_exit): platform specificusa
2015-09-09* test/ruby/test_process.rb (TestProcess#test_popen_exit): platform specificusa
2015-09-08io.c: no wait when killednobu
2015-09-07process.c: open exception messagenobu
2015-09-07process.c: chdir exception messagenobu
2015-09-06test_process.rb: suppress warningsnobu
2015-08-05test/ruby/test_process.rb (test_many_args): increase timeoutnormal
2015-08-05node.c: NODE_ALLOCA for ALLOCVnobu
2015-07-21suppress warningsnaruse
2015-07-21test_process.rb: split a testnobu
2015-07-18test/ruby/test_process.rb: test thread+sigs work after failed execnormal
2015-07-15* test/ruby/test_process.rb (test_exec_close_reserved_fd): test forngoto
2015-07-15* test/ruby/test_process.rb (test_deadlock_by_signal_at_forking):ngoto
2015-07-13use Timeout.timeoutnobu
2015-07-09test_process.rb: test for [Bug #11340]nobu
2015-07-05test_process.rb: reap pidnobu
2015-07-05test/ruby/test_process.rb: test for fd=3 usability in childnormal
2015-05-22process.c: do not discard statusnobu
2015-04-13* test/lib/envutil.rb (File.mkfifo): Defined using mkfifo command.akr
2015-04-11Delay signal bit more.akr
2015-04-10* process.c (rb_execarg_parent_start1): Handle EINTR.akr
2015-04-09* test/ruby/test_process.rb: unfortunately, windows is not POSIX...usa
2015-04-09* test/ruby/test_process.rb: Use mkfifo command instead of mknodakr
2015-04-09* process.c: Release GVL when opening a file in spawn() to avoid wholeakr
2015-04-09* test/ruby/test_process.rbusa
2015-04-09* internal.h (rb_execarg_parent_end): Declared.akr
2015-03-03test_process.rb: use assert_in_out_errnobu
2015-03-02test_process.rb: remove intermediate child processnobu
2014-12-16* test/ruby/test_process.rb (test_deadlock_by_signal_at_forking):ko1