summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_process.rb
Commit message (Expand)AuthorAgeFilesLines
* Retry on checking signal_received.naruse2009-11-051-1/+4
* * test/ruby/test_process.rb (test_rlimit_value): rlim_max may benobu2009-09-131-4/+4
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): use NULL asnobu2009-03-221-1/+29
* * test/ruby/test_process.rb (test_popen_shell): test for [ruby-core:22960].nobu2009-03-201-0/+7
* * test/ruby/test_process.rb: skips tests need fd inheritance.nobu2009-03-201-11/+22
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-2/+2
* specify exception class for rescue clause.akr2009-02-081-2/+10
* test setrlimit in a child process.akr2009-02-071-2/+14
* no need to restore rlimit in child process.akr2009-02-061-3/+1
* * test/ruby/test_process.rb: mswin specs.usa2009-01-221-22/+24
* * test/ruby/test_process.rb (MANDATORY_ENVS): needs RUBYLIB to runnobu2009-01-221-1/+1
* * test/ruby/test_process.rb (TestProcess#test_wait_and_sigchild):naruse2009-01-111-0/+1
* * test/ruby/test_process.rb (TestProcess::MANDATORY_ENVS): somenobu2009-01-091-5/+27
* * test/ruby/test_process.rb (test_wait_and_sigchild): remove debugmame2009-01-021-1/+1
* * process.c (rb_waitpid): retries waitpid when EINTR.yugui2008-12-291-0/+12
* * 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