aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_process.rb
Commit message (Expand)AuthorAgeFilesLines
* test/ruby/test_process.rb (test_execopts_uid): rescue Errno::EACCESmame2018-12-261-5/+5
* Fix test failure if ENV["USER"] doesn't match Process.euidnormal2018-12-171-1/+1
* Refine error message for time intervalnobu2018-12-161-0/+3
* process.c: fix ETXTBUSY from MJIT compiler processnormal2018-12-031-5/+0
* io + socket: make pipes and sockets nonblocking by defaultnormal2018-11-221-0/+9
* Skip known MJIT random test failuresk0kubun2018-11-201-0/+5
* process.c: do not try to pause MJITk0kubun2018-11-201-2/+0
* test_process.rb: Process.daemon seems irrelevant [ci skip]k0kubun2018-11-191-2/+2
* revert r65807k0kubun2018-11-191-0/+2
* Generalize r65594nobu2018-11-071-2/+4
* test_process.rb: avoid test failure by r65588k0kubun2018-11-071-0/+1
* revisit more MJIT test skipsk0kubun2018-10-221-1/+1
* revert r65292 and r65297k0kubun2018-10-221-2/+0
* skip 2 tests for MJIT for nowk0kubun2018-10-211-0/+2
* passing non-stdio fds is not supported on Windowsnobu2018-08-171-1/+1
* process.c: defaults to close_others falsenormal2018-08-161-0/+9
* thread_pthread.c: eliminate timer thread by restructuring GVLnormal2018-08-131-1/+1
* thread_pthread.c: restore timer-thread for now :<normal2018-08-061-1/+1
* test/ruby/test_process.rb (test_wait_and_sigchld): allow extra SIGCHLDnormal2018-08-051-1/+5
* thread_pthread: remove timer-thread by restructuring GVLnormal2018-07-291-1/+1
* test/ruby/test_process.rb (test_wait_and_sigchld): improve reliabilitynormal2018-07-291-14/+16
* unrevert r63852 but keep SIGCHLD path disabled for win32normal2018-07-051-6/+6
* 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