aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_process.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_process.rb (TestProcess#test_sete[gu]id): silentlyusa2011-12-081-0/+2
* * process.c (proc_seteuid_m): fix argument.nobu2011-12-051-0/+12
* * test/ruby/test_process.rb: clean up a garbage character.nagachika2011-11-031-1/+1
* add test for close-on-exec.akr2011-11-031-0/+7
* * include/ruby/intern.h (rb_fd_set_cloexec): declared.akr2011-10-221-2/+6
* Revert test fixes.naruse2011-09-101-2/+0
* Run GC.start before test_too_long_path.naruse2011-09-091-2/+4
* Catch NoMemoryError.naruse2011-09-091-2/+2
* * test/ruby/test_process.rb (TestProcess#windows?): new method.usa2011-08-011-30/+24
* * test/ruby/test_process.rb (test_rlimit_nofile): fix r32734.nagachika2011-07-291-2/+2
* Fix r32731: position of definition.naruse2011-07-291-2/+2
* Run test_popen_fork on FreeBSD because it can run.naruse2011-07-291-1/+0
* Use setrlimit(NOFILE,1) on OpenBSD.naruse2011-07-291-1/+3
* * test/fileutils/test_fileutils.rb: add OpenBSD case.naruse2011-07-271-2/+4
* * process.c (proc_daemon): should not start timer threadnobu2011-06-241-0/+54
* * process.c (before_exec, after_exec): change SIGPIPE handler to SIG_DFLkosaki2011-05-281-0/+18
* * 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