aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_process.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * test/ruby/test_process.rb (test_setsid): ensure to callkosaki2013-02-061-7/+9
* * test/ruby/test_process.rb (test_setsid): skip when platform iskosaki2013-02-061-0/+7
* * test/ruby/test_marshal.rb: remove temporally files early.akr2013-01-291-0/+1
* test_process.rb: reduce command string sizenobu2013-01-251-8/+18
* Suppress warning: too long pathnaruse2012-12-121-1/+3
* * test/ruby/test_process.rb (test_setsid): added a few wait forkosaki2012-11-261-4/+6
* * test/ruby/test_process.rb (test_setsid): call Process.getsid fornagachika2012-11-251-2/+4
* Fix TestProcess#test_setsidshirosaki2012-11-241-1/+1
* * process.c (proc_getsid): adds new method for getting session id.kosaki2012-11-241-0/+15
* test_process.rb: use never existing filenobu2012-11-011-1/+1
* * test/ruby/test_process.rb: Revert r37404. My ubuntu box hasmame2012-11-011-1/+1
* * test/ruby/test_process.rb: Process.exec raised EACCES on Linuxmame2012-11-011-1/+1
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_file): rename from file...kazu2012-10-161-2/+2
* envutil.rb: file_assertionnobu2012-10-151-2/+2
* Rename variablsnaruse2012-10-101-4/+3
* Test both username and uidnaruse2012-10-101-1/+10
* * test/ruby/test_process.rb (TestProcess#test_execopts_gid): skip onusa2012-10-101-0/+1
* envutil.rb: assert_file and assert_file_notnobu2012-10-091-2/+2
* process.c: uid gid exec optionsnobu2012-10-091-0/+44
* On amd64, RUBY_PLATFORM is x86_64-netbsd6.99.7.naruse2012-07-301-1/+1
* Suppress warnings.naruse2012-07-301-4/+4
* NetBSD's /proc/<pid>/task is broken.naruse2012-07-301-1/+1
* process.c: try conversion at redirectionnobu2012-07-271-1/+13
* popen: shell commands with envvars and execoptsnobu2012-06-271-0/+41
* Revert r36213 "popen: shell commands with envvar"nobu2012-06-261-34/+15
* popen: shell commands with envvarnobu2012-06-251-15/+34
* add a test.akr2012-06-131-0/+6
* add a test.akr2012-06-121-0/+6
* * process.c (rb_exec_fillarg): treat '=' character as an metaakr2012-06-121-0/+7
* * process.c (rb_fork_internal): call after_fork only unlessakr2012-06-101-0/+9
* add a test.akr2012-06-061-0/+19
* * process.c (try_with_sh): take envp argument.akr2012-06-061-0/+5
* don't exec in the test process.akr2012-06-041-3/+16
* * process.c (rb_proc_exec_e): extended version of rb_proc_exec() toakr2012-06-031-0/+12
* * use execve() to preserve environment variables when exec method isakr2012-06-031-0/+6
* * include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration ofshirosaki2012-04-071-0/+9
* * process.c (obj2uid, obj2gid): allow strings as input user/group id.nobu2012-03-281-0/+6
* * process.c (rb_run_exec_options_err): chdir at last to interpretakr2012-03-031-0/+10
* * 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