aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_process.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_process.rb: skip some tests on win32.usa2008-12-041-7/+13
* * process.c (check_exec_fds): resolve cascaded child fd reference.akr2008-12-041-8/+17
* * process.c (EXEC_OPTION_DUP2_CHILD): defined.akr2008-12-031-0/+20
* * process.c (check_exec_redirect): accept :in, :out, :err as redirectakr2008-12-031-0/+5
* * test/ruby/test_process.rb (TestProcess#test_rlimit_value): add Errno::EINVA...kazu2008-08-231-2/+2
* * process.c (pst_pid): use rb_attr_get to avoid warning onakr2008-08-211-0/+3
* add comment.naruse2008-08-061-1/+1
* * test/ruby/process.rb (test_popen_fork): skip a test which isnaruse2008-08-061-0/+1
* * test/ruby/test_dir.rb: use realpath of tmpdir. [ruby-dev:35481]kazu2008-07-221-0/+2
* * test/ruby/test_process.rb (test_getpriority, test_setpriority): usemame2008-07-171-3/+3
* fix test_status_kill for coredump message in Process::Status#inspect.akr2008-06-281-1/+5
* * test/ruby/test_process.rb (test_exec_wordsplit): on win32, exec'ed process ...usa2008-06-241-2/+13
* * test_process.rb (test_popen_fork): skip test if fork is not implemented.usa2008-06-241-5/+7
* * test/ruby/test_process.rb: add tests.mame2008-06-041-0/+141
* * test/ruby/test_file_exhaustive.rb (setup): workaround for Windowsusa2008-05-201-4/+4
* * process.c, include/ruby/intern.h (rb_run_exec_options): externed.usa2008-05-121-2/+2
* * test/ruby/test_process.rb (TestProcess#with_stdin): defined.akr2008-05-111-8/+24
* add tests.akr2008-04-301-0/+68
* don't use fork method.akr2008-04-301-123/+82
* * process.c (check_exec_redirect_fd): prohibit duplex IO.akr2008-04-301-0/+18
* add tests.akr2008-04-291-0/+41
* add tests.akr2008-04-271-2/+197
* don't use Unix commands such as true, env, etc.akr2008-04-261-108/+131
* * include/ruby/intern.h (rb_hash_dup): declared.akr2008-04-261-0/+15
* * process.c (rb_spawn_internal): new function to specifyakr2008-04-251-2/+7
* FreeBSD ash doesn't fail with echo >&4 where 4 is not opened.akr2008-04-241-6/+3
* * process.c: include sys/stat.h for umask.akr2008-04-241-1/+0
* * include/ruby/intern.h (rb_env_clear): declared.akr2008-04-241-0/+430
* * test/ruby/test_process.rb (test_rlimit_nofile): reset RLIMIT_NOFILEmame2008-04-161-6/+10
* * process.c (rlimit_resource_type): new function.akr2008-02-221-0/+32
* report the reason of process termination.akr2007-11-301-1/+1
* * test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):akr2006-07-311-1/+5
* use fork to isolate rlimit effect.akr2006-06-211-7/+12
* add RLIMIT_NOFILE testakr2006-06-151-1/+20
* give dummy argument for Process.getrlimit and rescue TypeError.akr2006-06-151-2/+2
* new file.akr2006-06-151-0/+13