aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_process.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* test/ruby/test_process.rb: reduce garbage during forksnormal2014-10-271-3/+6
* test/ruby/test_process.rb: use io/wait instead of timeoutnormal2014-10-231-4/+4
* test/ruby/test_process.rb: ensure exit! on fork failurenormal2014-10-231-2/+6
* test/ruby/test_process.rb: avoid killing wrong parentnormal2014-10-161-1/+2
* test/ruby/test_process.rb (TestProcess#test_setsid): AIX does not allow Proce...odaira2014-10-071-2/+2
* Process.detach: avoid singleton class creationnormal2014-09-121-0/+8
* process.c: use UTF-8nobu2014-06-161-0/+10
* Join threads.akr2014-05-311-1/+2
* * io.c (pipe_open): Close pipes when rb_execarg_fixup() raisesakr2014-05-291-22/+33
* test_process.rb: duplicate assertionsnobu2014-05-111-6/+3
* test_process.rb: WIFEXITED and so on are system dependentnobu2014-05-111-1/+4
* signal.c: directly deliver non-handlable signalsnobu2014-05-111-0/+15
* * process.c (check_exec_redirect): Open the file in write mode forakr2014-05-051-0/+11
* update comment.akr2014-04-261-1/+1
* * test/ruby/test_process.rb (test_rlimit_nofile): Don't limitakr2014-04-251-2/+5
* process.c: preserve encodingsnobu2014-03-301-0/+4
* test_process.rb: test if success?nobu2014-03-301-2/+2
* test_process.rb: clock_getres may not supportednobu2014-01-241-0/+2
* test_process.rb: fix conditionnobu2014-01-231-1/+1
* test_process.rb: deadlock testnobu2014-01-231-0/+48
* test_process.rb: fix for 32bit platformsnobu2013-12-161-1/+1
* * process.c (make_clock_result): add :second as a unit fornaruse2013-12-161-0/+23
* test_process.rb: handshakenobu2013-12-141-7/+18
* test/ruby: better assertionsnobu2013-12-131-29/+29
* envutil.rb: crash report on Mac OS Xnobu2013-11-151-0/+2
* Fix a typo.akr2013-09-031-1/+1
* * process.c (rb_clock_gettime): Support times() based monotonic clock.akr2013-09-031-0/+22
* Add assertions.akr2013-09-011-0/+7
* * process.c (rb_clock_getres): New method.akr2013-08-311-0/+66
* * process.c (rb_clock_gettime): The emulated clock names changed.akr2013-08-241-10/+10
* add tests.akr2013-08-231-0/+60
* * process.c (rb_clock_gettime): Strip "s" from unit names.akr2013-08-221-2/+2
* * process.c (rb_clock_gettime): New method.akr2013-08-111-0/+9
* file.c: normalize Form Cnobu2013-08-091-0/+2