summaryrefslogtreecommitdiff
path: root/test/ruby/test_process.rb
AgeCommit message (Expand)Author
2012-11-26* test/ruby/test_process.rb (test_setsid): added a few wait forkosaki
2012-11-25* test/ruby/test_process.rb (test_setsid): call Process.getsid fornagachika
2012-11-24Fix TestProcess#test_setsidshirosaki
2012-11-24* process.c (proc_getsid): adds new method for getting session id.kosaki
2012-11-01test_process.rb: use never existing filenobu
2012-11-01* test/ruby/test_process.rb: Revert r37404. My ubuntu box hasmame
2012-11-01* test/ruby/test_process.rb: Process.exec raised EACCES on Linuxmame
2012-10-16* test/ruby/envutil.rb (Test::Unit::Assertions#assert_file): rename from file...kazu
2012-10-15envutil.rb: file_assertionnobu
2012-10-10Rename variablsnaruse
2012-10-10Test both username and uidnaruse
2012-10-10* test/ruby/test_process.rb (TestProcess#test_execopts_gid): skip onusa
2012-10-09envutil.rb: assert_file and assert_file_notnobu
2012-10-09process.c: uid gid exec optionsnobu
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