aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_process.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_process.rb (TestProcess#test_no_curdir): skip silently onusa2011-03-251-4/+1
* * process.c (proc_getmaxgroups, proc_setmaxgroups): Process#maxgroupskosaki2011-03-101-0/+1
* cancel subversion backfire. sorrymatz2011-03-071-7/+11
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-071-11/+7
* * process.c (check_exec_redirect_fd, check_exec_redirect): raiseusa2011-03-031-1/+1
* * test/ruby/test_process.rb (test_execopts_redirect): redirecting fdusa2011-03-031-6/+10
* TestProcess#test_wait_and_sigchild randomly fails on FreeBSDnaruse2011-02-071-0/+3
* * test/ruby/test_process.rb (TestProcess#test_too_long_path{,2}):usa2011-01-281-2/+6
* * test/ruby/test_process.rb (TestProcess#test_too_long_path)kosaki2011-01-271-2/+2
* * test/ruby/test_process.rb (TestProcess#test_too_long_path2):kosaki2011-01-271-4/+5
* * process.c (proc_exec_v, rb_proc_exec_n, rb_proc_exec)nobu2011-01-261-0/+9
* Reduced gem_prelude to just require rubygems. Reviewed by Evan Phoenixryan2011-01-141-2/+2
* Refix timing problem.naruse2010-11-161-1/+2
* Avoid timing problem.naruse2010-11-151-5/+1
* * test/ruby/test_{process,system}.rb (test_fallback_to_sh):nobu2010-11-051-1/+1
* * process.c (proc_exec_v, proc_spawn_v): try to execute with sh ifnobu2010-11-041-0/+14
* * process.c (rlimit_resource_name2int): support more limits:akr2010-09-111-1/+6
* refine an assertion.akr2010-05-251-1/+3
* add an assertion.akr2010-05-241-0/+1
* * process.c (rb_f_spawn): use correct command name for the errornobu2010-05-231-0/+11
* * test/ruby/test_process.rb: skip some tests on Windows.usa2010-05-141-17/+17
* * test/ruby/test_process.rb: skip some tests on Windows.usa2010-05-131-45/+62
* fix a test.akr2010-02-061-1/+3
* add tests.akr2010-01-131-0/+18
* * test/ruby/test_process.rb (test_execopts_env): MANDATORY_ENVS mightwanabe2010-01-121-1/+1
* delete RUBYLIB for ruby spawned in test_no_curdir.akr2010-01-121-1/+1
* add ML ref.akr2010-01-111-1/+1
* add a test.akr2010-01-111-0/+16
* Retry on checking signal_received.naruse2009-11-051-1/+4
* * test/ruby/test_process.rb (test_rlimit_value): rlim_max may benobu2009-09-131-4/+4
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): use NULL asnobu2009-03-221-1/+29
* * test/ruby/test_process.rb (test_popen_shell): test for [ruby-core:22960].nobu2009-03-201-0/+7
* * test/ruby/test_process.rb: skips tests need fd inheritance.nobu2009-03-201-11/+22
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-2/+2
* specify exception class for rescue clause.akr2009-02-081-2/+10
* test setrlimit in a child process.akr2009-02-071-2/+14
* no need to restore rlimit in child process.akr2009-02-061-3/+1
* * test/ruby/test_process.rb: mswin specs.usa2009-01-221-22/+24
* * test/ruby/test_process.rb (MANDATORY_ENVS): needs RUBYLIB to runnobu2009-01-221-1/+1
* * test/ruby/test_process.rb (TestProcess#test_wait_and_sigchild):naruse2009-01-111-0/+1
* * test/ruby/test_process.rb (TestProcess::MANDATORY_ENVS): somenobu2009-01-091-5/+27
* * test/ruby/test_process.rb (test_wait_and_sigchild): remove debugmame2009-01-021-1/+1
* * process.c (rb_waitpid): retries waitpid when EINTR.yugui2008-12-291-0/+12
* * test/ruby/test_process.rb: skip some tests on win32.usa2008-12-041-7/+13
* * process.c (check_exec_fds): resolve cascaded child fd reference.akr2008-12-041-8/+17
* * process.c (EXEC_OPTION_DUP2_CHILD): defined.akr2008-12-031-0/+20
* * process.c (check_exec_redirect): accept :in, :out, :err as redirectakr2008-12-031-0/+5
* * test/ruby/test_process.rb (TestProcess#test_rlimit_value): add Errno::EINVA...kazu2008-08-231-2/+2
* * process.c (pst_pid): use rb_attr_get to avoid warning onakr2008-08-211-0/+3
* add comment.naruse2008-08-061-1/+1