summaryrefslogtreecommitdiff
path: root/test/ruby/test_process.rb
AgeCommit message (Expand)Author
2011-09-10Revert test fixes.naruse
2011-09-09Run GC.start before test_too_long_path.naruse
2011-09-09Catch NoMemoryError.naruse
2011-08-01* test/ruby/test_process.rb (TestProcess#windows?): new method.usa
2011-07-29* test/ruby/test_process.rb (test_rlimit_nofile): fix r32734.nagachika
2011-07-29Fix r32731: position of definition.naruse
2011-07-29Run test_popen_fork on FreeBSD because it can run.naruse
2011-07-29Use setrlimit(NOFILE,1) on OpenBSD.naruse
2011-07-27* test/fileutils/test_fileutils.rb: add OpenBSD case.naruse
2011-06-24* process.c (proc_daemon): should not start timer threadnobu
2011-05-28* process.c (before_exec, after_exec): change SIGPIPE handler to SIG_DFLkosaki
2011-03-25* test/ruby/test_process.rb (TestProcess#test_no_curdir): skip silently onusa
2011-03-10* process.c (proc_getmaxgroups, proc_setmaxgroups): Process#maxgroupskosaki
2011-03-07cancel subversion backfire. sorrymatz
2011-03-07* gc.c (rb_gc_set_params): allow GC parameter configuration bymatz
2011-03-03* process.c (check_exec_redirect_fd, check_exec_redirect): raiseusa
2011-03-03* test/ruby/test_process.rb (test_execopts_redirect): redirecting fdusa
2011-02-07TestProcess#test_wait_and_sigchild randomly fails on FreeBSDnaruse
2011-01-28* test/ruby/test_process.rb (TestProcess#test_too_long_path{,2}):usa
2011-01-27 * test/ruby/test_process.rb (TestProcess#test_too_long_path)kosaki
2011-01-27 * test/ruby/test_process.rb (TestProcess#test_too_long_path2):kosaki
2011-01-26* process.c (proc_exec_v, rb_proc_exec_n, rb_proc_exec)nobu
2011-01-14Reduced gem_prelude to just require rubygems. Reviewed by Evan Phoenixryan
2010-11-16Refix timing problem.naruse
2010-11-15Avoid timing problem.naruse
2010-11-05* test/ruby/test_{process,system}.rb (test_fallback_to_sh):nobu
2010-11-04* process.c (proc_exec_v, proc_spawn_v): try to execute with sh ifnobu
2010-09-11* process.c (rlimit_resource_name2int): support more limits:akr
2010-05-25refine an assertion.akr
2010-05-24add an assertion.akr
2010-05-23* process.c (rb_f_spawn): use correct command name for the errornobu
2010-05-14* test/ruby/test_process.rb: skip some tests on Windows.usa
2010-05-13* test/ruby/test_process.rb: skip some tests on Windows.usa
2010-02-06fix a test.akr
2010-01-13add tests.akr
2010-01-12* test/ruby/test_process.rb (test_execopts_env): MANDATORY_ENVS mightwanabe
2010-01-12delete RUBYLIB for ruby spawned in test_no_curdir.akr
2010-01-11add ML ref.akr
2010-01-11add a test.akr
2009-11-05Retry on checking signal_received.naruse
2009-09-13* test/ruby/test_process.rb (test_rlimit_value): rlim_max may benobu
2009-03-22* win32/win32.c (rb_w32_spawn, rb_w32_aspawn): use NULL asnobu
2009-03-20* test/ruby/test_process.rb (test_popen_shell): test for [ruby-core:22960].nobu
2009-03-20* test/ruby/test_process.rb: skips tests need fd inheritance.nobu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-02-08specify exception class for rescue clause.akr
2009-02-07test setrlimit in a child process.akr
2009-02-06no need to restore rlimit in child process.akr
2009-01-22* test/ruby/test_process.rb: mswin specs.usa
2009-01-22* test/ruby/test_process.rb (MANDATORY_ENVS): needs RUBYLIB to runnobu