aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_process.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r63758 and related commitsnaruse2018-07-041-6/+6
* test_process.rb (test_wait_exception): check assertion soonernormal2018-06-291-3/+6
* tests: increase timeouts and speedup some slow testsnormal2018-06-271-2/+2
* Revert "test_process.rb: skip tests for Bug 14867"normal2018-06-271-3/+0
* test_process.rb: skip tests for Bug 14867k0kubun2018-06-241-0/+3
* gettimeofday is obsoletenobu2018-06-151-2/+10
* test_process.rb: assert minimum maxgroupsnobu2018-02-221-0/+1
* test_process.rb: unlimited getgroups on darwinnobu2018-02-211-0/+1
* io.c: fptr_copy_finalizernobu2018-01-311-1/+2
* io.c: pipe_register_fptrnobu2018-01-311-0/+9
* trick ruby-mode.el by heredocsnobu2018-01-311-3/+6
* test_process.rb: skip not-found groupsnobu2018-01-061-1/+6
* test/ruby/test_process.rb: get rid of timing issuenobu2017-12-251-3/+6
* extend timeout limit.ko12017-12-201-4/+5
* skip test_aspawn_too_long_path on Solaris 10 or earlierngoto2017-12-191-0/+3
* test_process.rb: fix error when empty groupsnobu2017-12-131-0/+1
* Fix test-all tests to avoid creating report_on_exception warningseregon2017-12-121-1/+4
* process.c: add Process.last_statusmrkn2017-12-121-0/+5
* test_process.rb (test_maxgroups): add assertionsnobu2017-12-091-1/+6
* process.c: null byte at initgroupsnobu2017-10-111-0/+8
* process: block/unblock signals around forknormal2017-09-201-0/+10
* process.c: null bytesnobu2017-07-141-0/+4
* process.c: handle dynamic :rlimit_* symbols in spawn execoptsnormal2017-07-131-0/+12
* test_process.rb: compare in UTF-8nobu2017-05-161-2/+3
* Extend timeout for Solaris unstable10s.shugo2016-12-071-1/+1
* Wait until excpetion handling is ready.shugo2016-12-011-0/+3
* test_process.rb: fix pgroup testnobu2016-11-101-1/+5
* process.c: PATH env in spawnnobu2016-11-061-0/+10
* process.c: use uaspawnnobu2016-10-141-0/+21
* process.c: argument types over conversionnobu2016-05-061-0/+18
* * 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