Lines Matching full:subprocess
69 /// Runs the given hook in a subprocess.
71 /// \param hook The code to run in the subprocess.
73 /// \return The status of the subprocess for further validation.
75 /// \post The subprocess.stdout and subprocess.stderr files, created in the
76 /// current directory, contain the output of the subprocess.
82 hook, fs::path("subprocess.stdout"), fs::path("subprocess.stderr")); in fork_and_run()
85 atf::utils::cat_file("subprocess.stdout", "isolated child stdout: "); in fork_and_run()
86 atf::utils::cat_file("subprocess.stderr", "isolated child stderr: "); in fork_and_run()
92 /// Subprocess that validates the cleanliness of the environment.
139 /// Subprocess that checks if user privileges are dropped.
153 /// Body of the subprocess.
199 /// Subprocess that dumps core to validate core dumping abilities.
208 /// Subprocess that checks if the work directory is entered.
222 /// Body of the subprocess.
237 /// Subprocess that validates that it owns a session.
249 /// Subprocess that validates the disconnection from any terminal.
269 /// Subprocess that validates that it has become the leader of a process group.
282 /// Subprocess that validates that the umask has been reset.
378 "subprocess.stderr")); in ATF_TEST_CASE_BODY()
404 "subprocess.stderr")); in ATF_TEST_CASE_BODY()
449 "subprocess.stderr")); in ATF_TEST_CASE_BODY()