aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_process.rb
Commit message (Expand)AuthorAgeFilesLines
* test/ruby/test_process.rb: suppress "unused variable" warningYusuke Endoh2019-12-171-1/+1
* Kernel#abort without arguments should print error infoNobuyoshi Nakada2019-12-161-1/+11
* Try to avoid random failureKazuhiro NISHIYAMA2019-10-151-1/+3
* Make test-all and test-spec runnable on AndroidYusuke Endoh2019-09-091-0/+3
* Give up stabilizing TestProcess on Travis osxTakashi Kokubun2019-08-061-2/+2
* Refined assertion messagesNobuyoshi Nakada2019-08-051-11/+9
* Fixed assertionNobuyoshi Nakada2019-08-051-1/+1
* Extend sleep before sending USR1 in TestProcessTakashi Kokubun2019-08-041-1/+1
* Extend sleep before sending USR1 in TestProcessTakashi Kokubun2019-08-011-1/+1
* Removed unused variablesNobuyoshi Nakada2019-06-301-1/+0
* Keep vm->orig_progname aliveAlan Wu2019-05-311-0/+8
* test/ruby/test_process.rb: Use EnvUtil.timeout for timeout scale factorYusuke Endoh2019-05-261-4/+4
* 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