-
-
Notifications
You must be signed in to change notification settings - Fork 925
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Process.detach needs to use status, not waitpid result.
I also got MRI's test_process and test_open3 running and updated with appropriate excludes. Fixes #2494.
- 9.4.12.0
- 9.4.11.0
- 9.4.10.0
- 9.4.9.0
- 9.4.8.0
- 9.4.7.0
- 9.4.6.0
- 9.4.5.0
- 9.4.4.0
- 9.4.3.0
- 9.4.2.0
- 9.4.1.0
- 9.4.0.0
- 9.3.15.0
- 9.3.14.0
- 9.3.13.0
- 9.3.12.0
- 9.3.11.0
- 9.3.10.0
- 9.3.9.0
- 9.3.8.0
- 9.3.7.0
- 9.3.6.0
- 9.3.5.0
- 9.3.4.0
- 9.3.3.0
- 9.3.2.0
- 9.3.1.0
- 9.3.0.0
- 9.2.21.0
- 9.2.20.1
- 9.2.20.0
- 9.2.19.0
- 9.2.18.0
- 9.2.17.0
- 9.2.16.0
- 9.2.15.0
- 9.2.14.0
- 9.2.13.0
- 9.2.12.0
- 9.2.11.1
- 9.2.11.0
- 9.2.10.0
- 9.2.9.0
- 9.2.8.0
- 9.2.7.0
- 9.2.6.0
- 9.2.5.0
- 9.2.4.1
- 9.2.4.0
- 9.2.3.0
- 9.2.2.0
- 9.2.1.0
- 9.2.0.0
- 9.1.17.0
- 9.1.16.0
- 9.1.15.0
- 9.1.14.0
- 9.1.13.0
- 9.1.12.0
- 9.1.11.0
- 9.1.10.0
- 9.1.9.0
- 9.1.8.0
- 9.1.7.0
- 9.1.6.0
- 9.1.5.0
- 9.1.4.0
- 9.1.3.0
- 9.1.2.0
- 9.1.1.0
- 9.1.0.0
- 9.0.5.0
- 9.0.4.0
- 9.0.3.0
- 9.0.1.0
- 9.0.0.0
- 9.0.0.0.rc2
- 9.0.0.0.rc1
- 9.0.0.0.pre2
Showing
4 changed files
with
38 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1 @@ | ||
exclude :test_block, "" | ||
exclude :test_capture2, "hangs" | ||
exclude :test_capture2_stdin_data, "fails" | ||
exclude :test_capture2e, "error" | ||
exclude :test_capture2e_stdin_data, "fails" | ||
exclude :test_capture3, "" | ||
exclude :test_capture3_flip, "" | ||
exclude :test_capture3_stdin_data, "fails" | ||
exclude :test_commandline, "" | ||
exclude :test_exit_status, "" | ||
exclude :test_noblock, "" | ||
exclude :test_pid, "" | ||
exclude :test_pipeline, "error" | ||
exclude :test_pipeline_r, "hangs" | ||
exclude :test_pipeline_rw, "hangs" | ||
exclude :test_pipeline_start, "error" | ||
exclude :test_pipeline_start_noblock, "error" | ||
exclude :test_pipeline_w, "hangs" | ||
exclude :test_popen2, "hangs" | ||
exclude :test_popen2e, "error" | ||
exclude :test_stderr, "" | ||
exclude :test_stdin, "error" | ||
exclude :test_stdout, "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,52 @@ | ||
exclude :test_abort, "needs investigation" | ||
exclude :test_argv0, "needs investigation" | ||
exclude :test_argv0_noarg, "needs investigation" | ||
exclude :test_argv0_noarg, "hangs" | ||
exclude :test_aspawn_too_long_path, "out of memory error" | ||
exclude :test_clock_getres_CLOCK_BASED_CLOCK_PROCESS_CPUTIME_ID, "missing process timing functionality" | ||
exclude :test_clock_getres_GETTIMEOFDAY_BASED_CLOCK_REALTIME, "missing process timing functionality" | ||
exclude :test_clock_getres_TIME_BASED_CLOCK_REALTIME, "missing process timing functionality" | ||
exclude :test_clock_gettime_CLOCK_BASED_CLOCK_PROCESS_CPUTIME_ID, "missing process timing functionality" | ||
exclude :test_clock_gettime_GETTIMEOFDAY_BASED_CLOCK_REALTIME, "missing process timing functionality" | ||
exclude :test_clock_gettime_TIME_BASED_CLOCK_REALTIME, "missing process timing functionality" | ||
exclude :test_clock_gettime_unit, "missing process timing functionality" | ||
exclude :test_deadlock_by_signal_at_forking, "uses fork" | ||
exclude :test_exec_noshell, "needs investigation" | ||
exclude :test_exec_shell, "needs investigation" | ||
exclude :test_exec_wordsplit, "needs investigation" | ||
exclude :test_execopts_chdir, "needs investigation" | ||
exclude :test_execopts_close_others, "needs investigation" | ||
exclude :test_execopts_duplex_io, "needs investigation" | ||
exclude :test_execopts_env, "needs investigation" | ||
exclude :test_execopts_env_popen_string, "needs investigation" | ||
exclude :test_execopts_env_popen_vector, "needs investigation" | ||
exclude :test_execopts_env_single_word, "out of memory error" | ||
exclude :test_execopts_exec, "needs investigation" | ||
exclude :test_execopts_modification, "needs investigation" | ||
exclude :test_execopts_opts, "needs investigation" | ||
exclude :test_execopts_gid, "needs investigation" | ||
exclude :test_execopts_open_chdir, "out of memory error" | ||
exclude :test_execopts_pgroup, "needs investigation" | ||
exclude :test_execopts_popen, "needs investigation" | ||
exclude :test_execopts_redirect, "needs investigation" | ||
exclude :test_execopts_redirect_dup2_child, "needs investigation" | ||
exclude :test_execopts_redirect_self, "needs investigation" | ||
exclude :test_execopts_rlimit, "needs investigation" | ||
exclude :test_execopts_umask, "needs investigation" | ||
exclude :test_execopts_unsetenv_others, "needs investigation" | ||
exclude :test_execopts_preserve_env_on_exec_failure, "needs investigation" | ||
exclude :test_execopts_redirect, "out of memory error" | ||
exclude :test_execopts_redirect_dup2_child, "out of memory error" | ||
exclude :test_execopts_redirect_nonascii_path, "out of memory error" | ||
exclude :test_execopts_redirect_to_out_and_err, "out of memory error" | ||
exclude :test_execopts_uid, "needs investigation" | ||
exclude :test_execopts_umask, "unsupported" | ||
exclude :test_execopts_unsetenv_others, "unsupported" | ||
exclude :test_fallback_to_sh, "needs investigation" | ||
exclude :test_fd_inheritance, "needs investigation" | ||
exclude :test_geteuid, "needs investigation" | ||
exclude :test_gid_re_exchangeable_p, "needs investigation" | ||
exclude :test_gid_sid_available?, "needs investigation" | ||
exclude :test_no_curdir, "needs investigation" | ||
exclude :test_popen_noshell, "needs investigation" | ||
exclude :test_popen_shell, "needs investigation" | ||
exclude :test_gid_re_exchangeable_p, "unimplemented" | ||
exclude :test_gid_sid_available?, "unimplemented" | ||
exclude :test_no_curdir, "out of memory error" | ||
exclude :test_popen_cloexec, "unsupported" | ||
exclude :test_popen_wordsplit, "needs investigation" | ||
exclude :test_pst_inspect, "needs investigation" | ||
exclude :test_popen_wordsplit_beginning_and_trailing_spaces, "needs investigation" | ||
exclude :test_process_detach, "uses fork" | ||
exclude :test_pst_inspect, "uses Process::Status allocator" | ||
exclude :test_seteuid_name, "argument coersion error" | ||
exclude :test_sh_exec, "needs investigation" | ||
exclude :test_spawn_noshell, "needs investigation" | ||
exclude :test_spawn_shell, "needs investigation" | ||
exclude :test_spawn_too_long_path, "out of memory error" | ||
exclude :test_spawn_wordsplit, "needs investigation" | ||
exclude :test_status, "needs investigation" | ||
exclude :test_status_kill, "needs investigation" | ||
exclude :test_system_shell, "needs investigation" | ||
exclude :test_system_sigpipe, "needs investigation" | ||
exclude :test_status_quit, "needs investigation" | ||
exclude :test_system_wordsplit, "needs investigation" | ||
exclude :test_too_long_path, "works, but dumps a massive amount of text to stdout" | ||
exclude :test_uid_re_exchangeable_p, "needs investigation" | ||
exclude :test_uid_sid_available?, "needs investigation" | ||
exclude :test_wait2, "needs investigation" | ||
exclude :test_wait_without_arg, "needs investigation" | ||
exclude :test_waitall, "needs investigation" | ||
exclude :test_uid_re_exchangeable_p, "unimplemented" | ||
exclude :test_uid_sid_available?, "unimplemented" |