aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_process.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_process.rb (test_execopts_gid): Skip a testodaira2016-03-061-1/+10
* * test/ruby/test_process.rb (test_execopts_open_chdir_m17n_path): it's origin...usa2016-02-251-1/+1
* skip if locale is not UTF-8naruse2015-12-301-1/+1
* * test/ruby/test_process.rb (TestProcess#test_execopts_open_chdir_m17n_path):usa2015-12-271-0/+10
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * vm_core.h, iseq.h: remove rb_iseq_t::variable_body.ko12015-12-021-2/+2
* explicitly overwrite signal handlingnaruse2015-10-301-1/+1
* revert experimental changes related to Solaris CInaruse2015-10-291-2/+1
* increase timeout (with full GC)naruse2015-10-281-2/+2
* experimentally add GC.start before spawnnaruse2015-10-281-0/+1
* write in shroternaruse2015-10-281-2/+1
* suppress warningsnaruse2015-10-281-1/+1
* dumping core may take too much time for CInaruse2015-10-271-1/+2
* fix conditions to setrlimitnobu2015-10-251-1/+1
* use rlimit_nproc other than Windowsnaruse2015-10-241-1/+3
* Add rlimit_nproc to avoid to create many process [Bug #11613]naruse2015-10-221-2/+2
* win32.c: more fcntlnobu2015-09-121-1/+1
* * test/ruby/test_process.rb (TestProcess#test_popen_exit): platform specificusa2015-09-091-1/+5
* * test/ruby/test_process.rb (TestProcess#test_popen_exit): platform specificusa2015-09-091-1/+2
* io.c: no wait when killednobu2015-09-081-0/+24
* process.c: open exception messagenobu2015-09-071-0/+18
* process.c: chdir exception messagenobu2015-09-071-1/+5
* test_process.rb: suppress warningsnobu2015-09-061-0/+1
* test/ruby/test_process.rb (test_many_args): increase timeoutnormal2015-08-051-1/+1
* node.c: NODE_ALLOCA for ALLOCVnobu2015-08-051-0/+10
* suppress warningsnaruse2015-07-211-2/+2
* test_process.rb: split a testnobu2015-07-211-1/+11
* test/ruby/test_process.rb: test thread+sigs work after failed execnormal2015-07-181-0/+70
* * test/ruby/test_process.rb (test_exec_close_reserved_fd): test forngoto2015-07-151-0/+15
* * test/ruby/test_process.rb (test_deadlock_by_signal_at_forking):ngoto2015-07-151-1/+1
* use Timeout.timeoutnobu2015-07-131-1/+1
* test_process.rb: test for [Bug #11340]nobu2015-07-091-0/+23
* test_process.rb: reap pidnobu2015-07-051-0/+1
* test/ruby/test_process.rb: test for fd=3 usability in childnormal2015-07-051-0/+24
* process.c: do not discard statusnobu2015-05-221-0/+12
* * test/lib/envutil.rb (File.mkfifo): Defined using mkfifo command.akr2015-04-131-6/+15
* Delay signal bit more.akr2015-04-111-2/+2
* * process.c (rb_execarg_parent_start1): Handle EINTR.akr2015-04-101-0/+37
* * test/ruby/test_process.rb: unfortunately, windows is not POSIX...usa2015-04-091-2/+2
* * test/ruby/test_process.rb: Use mkfifo command instead of mknodakr2015-04-091-1/+1
* * process.c: Release GVL when opening a file in spawn() to avoid wholeakr2015-04-091-0/+16
* * test/ruby/test_process.rbusa2015-04-091-2/+2
* * internal.h (rb_execarg_parent_end): Declared.akr2015-04-091-0/+22
* test_process.rb: use assert_in_out_errnobu2015-03-031-17/+3
* test_process.rb: remove intermediate child processnobu2015-03-021-62/+12
* * test/ruby/test_process.rb (test_deadlock_by_signal_at_forking):ko12014-12-161-1/+1
* test_process.rb: splitnobu2014-12-111-63/+69
* * test/ruby/test_process.rb (test_deadlock_by_signal_at_forking):akr2014-11-301-1/+7
* * test/ruby/test_process.rb (test_deadlock_by_signal_at_forking): Useakr2014-11-301-48/+53
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0