summaryrefslogtreecommitdiff
path: root/test/ruby/test_process.rb
AgeCommit message (Expand)Author
2009-03-22* win32/win32.c (rb_w32_spawn, rb_w32_aspawn): use NULL asnobu
2009-03-20* test/ruby/test_process.rb (test_popen_shell): test for [ruby-core:22960].nobu
2009-03-20* test/ruby/test_process.rb: skips tests need fd inheritance.nobu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-02-08specify exception class for rescue clause.akr
2009-02-07test setrlimit in a child process.akr
2009-02-06no need to restore rlimit in child process.akr
2009-01-22* test/ruby/test_process.rb: mswin specs.usa
2009-01-22* test/ruby/test_process.rb (MANDATORY_ENVS): needs RUBYLIB to runnobu
2009-01-11* test/ruby/test_process.rb (TestProcess#test_wait_and_sigchild):naruse
2009-01-09* test/ruby/test_process.rb (TestProcess::MANDATORY_ENVS): somenobu
2009-01-02* test/ruby/test_process.rb (test_wait_and_sigchild): remove debugmame
2008-12-29* process.c (rb_waitpid): retries waitpid when EINTR.yugui
2008-12-04* test/ruby/test_process.rb: skip some tests on win32.usa
2008-12-04* process.c (check_exec_fds): resolve cascaded child fd reference.akr
2008-12-03* process.c (EXEC_OPTION_DUP2_CHILD): defined.akr
2008-12-03* process.c (check_exec_redirect): accept :in, :out, :err as redirectakr
2008-08-23* test/ruby/test_process.rb (TestProcess#test_rlimit_value): add Errno::EINVA...kazu
2008-08-21* process.c (pst_pid): use rb_attr_get to avoid warning onakr
2008-08-06add comment.naruse
2008-08-06* test/ruby/process.rb (test_popen_fork): skip a test which isnaruse
2008-07-22* test/ruby/test_dir.rb: use realpath of tmpdir. [ruby-dev:35481]kazu
2008-07-17* test/ruby/test_process.rb (test_getpriority, test_setpriority): usemame
2008-06-28fix test_status_kill for coredump message in Process::Status#inspect.akr
2008-06-24* test/ruby/test_process.rb (test_exec_wordsplit): on win32, exec'ed process ...usa
2008-06-24* test_process.rb (test_popen_fork): skip test if fork is not implemented.usa
2008-06-04* test/ruby/test_process.rb: add tests.mame
2008-05-20 * test/ruby/test_file_exhaustive.rb (setup): workaround for Windowsusa
2008-05-12 * process.c, include/ruby/intern.h (rb_run_exec_options): externed.usa
2008-05-11* test/ruby/test_process.rb (TestProcess#with_stdin): defined.akr
2008-04-30add tests.akr
2008-04-30don't use fork method.akr
2008-04-30* process.c (check_exec_redirect_fd): prohibit duplex IO.akr
2008-04-29add tests.akr
2008-04-27add tests.akr
2008-04-26don't use Unix commands such as true, env, etc.akr
2008-04-26* include/ruby/intern.h (rb_hash_dup): declared.akr
2008-04-25* process.c (rb_spawn_internal): new function to specifyakr
2008-04-24FreeBSD ash doesn't fail with echo >&4 where 4 is not opened.akr
2008-04-24* process.c: include sys/stat.h for umask.akr
2008-04-24* include/ruby/intern.h (rb_env_clear): declared.akr
2008-04-16* test/ruby/test_process.rb (test_rlimit_nofile): reset RLIMIT_NOFILEmame
2008-02-22* process.c (rlimit_resource_type): new function.akr
2007-11-30report the reason of process termination.akr
2006-07-31* test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):akr
2006-06-21use fork to isolate rlimit effect.akr
2006-06-15add RLIMIT_NOFILE testakr
2006-06-15give dummy argument for Process.getrlimit and rescue TypeError.akr
2006-06-15new file.akr