summaryrefslogtreecommitdiff
path: root/test/ruby/test_process.rb
AgeCommit message (Expand)Author
2013-07-11* process.c (rb_daemon): daemon(3) is implemented with fork(2).naruse
2013-07-10On FreeBSD, threads don't die on daemon(3)naruse
2013-07-10process.c: kill threads in daemon processnobu
2013-06-30win32: UTF-8 spawnnobu
2013-06-30win32.c: use backslashnobu
2013-06-30win32: UTF-8 spawnnobu
2013-06-30test_process.rb: File.realpath directlynobu
2013-06-19test_process.rb: redirect to nullnobu
2013-05-02* test/ruby/test_process.rb (TestProcess#test_no_curdir): maybe nowusa
2013-04-20* test/csv/test_features.rb, test/logger/test_logger.rbakr
2013-02-23test_process.rb: fix testnobu
2013-02-22test_process.rb: fix parametersnobu
2013-02-22* test/ruby/test_process.rb: remove useless sleep.nobu
2013-02-21* file.c (rb_group_member): get rid of NGROUPS dependency.kosaki
2013-02-14* test/ruby/test_process.rb (test_setsid): Added a workaround forkosaki
2013-02-09the process maybe already finishednaruse
2013-02-06* test/ruby/test_process.rb (test_setsid): ensure to callkosaki
2013-02-06* test/ruby/test_process.rb (test_setsid): skip when platform iskosaki
2013-01-29* test/ruby/test_marshal.rb: remove temporally files early.akr
2013-01-25test_process.rb: reduce command string sizenobu
2012-12-12Suppress warning: too long pathnaruse
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