aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_process.rb
Commit message (Expand)AuthorAgeFilesLines
* * process.c (rb_daemon): daemon(3) is implemented with fork(2).naruse2013-07-111-12/+0
* On FreeBSD, threads don't die on daemon(3)naruse2013-07-101-1/+13
* process.c: kill threads in daemon processnobu2013-07-101-0/+21
* win32: UTF-8 spawnnobu2013-06-301-0/+2
* win32.c: use backslashnobu2013-06-301-1/+1
* win32: UTF-8 spawnnobu2013-06-301-0/+25
* test_process.rb: File.realpath directlynobu2013-06-301-2/+1
* test_process.rb: redirect to nullnobu2013-06-191-2/+2
* * test/ruby/test_process.rb (TestProcess#test_no_curdir): maybe nowusa2013-05-021-1/+1
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-2/+1
* test_process.rb: fix testnobu2013-02-231-6/+16
* test_process.rb: fix parametersnobu2013-02-221-3/+3
* * test/ruby/test_process.rb: remove useless sleep.nobu2013-02-221-2/+0
* * file.c (rb_group_member): get rid of NGROUPS dependency.kosaki2013-02-211-0/+2
* * test/ruby/test_process.rb (test_setsid): Added a workaround forkosaki2013-02-141-0/+3
* the process maybe already finishednaruse2013-02-091-1/+1
* * 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