Lines Matching refs:atf
58 atf::process::status
59 exec_process_helpers(const atf::tests::tc& tc, const char* helper_name) in exec_process_helpers()
61 using atf::process::exec; in exec_process_helpers()
68 atf::process::argv_array(argv), in exec_process_helpers()
69 atf::process::stream_inherit(), in exec_process_helpers()
70 atf::process::stream_inherit()); in exec_process_helpers()
87 atf::process::argv_array argv(carray); in ATF_TEST_CASE_BODY()
94 atf::process::argv_array argv(carray); in ATF_TEST_CASE_BODY()
102 atf::process::argv_array argv(carray); in ATF_TEST_CASE_BODY()
121 atf::process::argv_array argv(col); in ATF_TEST_CASE_BODY()
129 atf::process::argv_array argv(col); in ATF_TEST_CASE_BODY()
140 atf::process::argv_array argv(col); in ATF_TEST_CASE_BODY()
157 atf::process::argv_array argv; in ATF_TEST_CASE_BODY()
171 atf::process::argv_array argv("arg0", NULL); in ATF_TEST_CASE_BODY()
178 atf::process::argv_array argv("arg0", "arg1", "arg2", NULL); in ATF_TEST_CASE_BODY()
194 using atf::process::argv_array; in ATF_TEST_CASE_BODY()
225 using atf::process::argv_array; in ATF_TEST_CASE_BODY()
254 using atf::process::argv_array; in ATF_TEST_CASE_BODY()
290 using atf::process::argv_array; in ATF_TEST_CASE_BODY()
318 const atf::process::status s = exec_process_helpers(*this, "exit-failure"); in ATF_TEST_CASE_BODY()
330 const atf::process::status s = exec_process_helpers(*this, "exit-success"); in ATF_TEST_CASE_BODY()