summaryrefslogtreecommitdiff
path: root/test/ruby/test_process.rb
AgeCommit message (Expand)Author
2012-07-30On amd64, RUBY_PLATFORM is x86_64-netbsd6.99.7.naruse
2012-07-30Suppress warnings.naruse
2012-07-30NetBSD's /proc/<pid>/task is broken.naruse
2012-07-27process.c: try conversion at redirectionnobu
2012-06-27popen: shell commands with envvars and execoptsnobu
2012-06-26Revert r36213 "popen: shell commands with envvar"nobu
2012-06-25popen: shell commands with envvarnobu
2012-06-13add a test.akr
2012-06-12add a test.akr
2012-06-12* process.c (rb_exec_fillarg): treat '=' character as an metaakr
2012-06-10* process.c (rb_fork_internal): call after_fork only unlessakr
2012-06-06add a test.akr
2012-06-06* process.c (try_with_sh): take envp argument.akr
2012-06-04don't exec in the test process.akr
2012-06-03* process.c (rb_proc_exec_e): extended version of rb_proc_exec() toakr
2012-06-03* use execve() to preserve environment variables when exec method isakr
2012-04-07* include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration ofshirosaki
2012-03-28* process.c (obj2uid, obj2gid): allow strings as input user/group id.nobu
2012-03-03* process.c (rb_run_exec_options_err): chdir at last to interpretakr
2011-12-08* test/ruby/test_process.rb (TestProcess#test_sete[gu]id): silentlyusa
2011-12-05* process.c (proc_seteuid_m): fix argument.nobu
2011-11-03* test/ruby/test_process.rb: clean up a garbage character.nagachika
2011-11-03add test for close-on-exec.akr
2011-10-22* include/ruby/intern.h (rb_fd_set_cloexec): declared.akr
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