summaryrefslogtreecommitdiff
path: root/test/ruby/test_process.rb
AgeCommit message (Expand)Author
2016-12-07Extend timeout for Solaris unstable10s.shugo
2016-12-01Wait until excpetion handling is ready.shugo
2016-11-10test_process.rb: fix pgroup testnobu
2016-11-06process.c: PATH env in spawnnobu
2016-10-14process.c: use uaspawnnobu
2016-05-06process.c: argument types over conversionnobu
2016-03-06* test/ruby/test_process.rb (test_execopts_gid): Skip a testodaira
2016-02-25* test/ruby/test_process.rb (test_execopts_open_chdir_m17n_path): it's origin...usa
2015-12-30skip if locale is not UTF-8naruse
2015-12-27* test/ruby/test_process.rb (TestProcess#test_execopts_open_chdir_m17n_path):usa
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