Lines Matching refs:stdout_file
438 exit_handle.stdout_file().str())); in ATF_TEST_CASE_BODY()
462 const fs::path stdout_file = exit_handle.stdout_file(); in ATF_TEST_CASE_BODY() local
464 stdout_file.str(), "stdout: some text\n")); in ATF_TEST_CASE_BODY()
470 ATF_REQUIRE(!fs::exists(stdout_file)); in ATF_TEST_CASE_BODY()
482 const fs::path stdout_file("custom-stdout.txt"); in ATF_TEST_CASE_BODY() local
487 utils::make_optional(stdout_file), in ATF_TEST_CASE_BODY()
496 ATF_REQUIRE_EQ(stdout_file, exit_handle.stdout_file()); in ATF_TEST_CASE_BODY()
505 stdout_file.str(), "stdout: some text\n")); in ATF_TEST_CASE_BODY()
551 ATF_REQUIRE(!atf::utils::file_exists(exit_handle.stdout_file().str())); in ATF_TEST_CASE_BODY()
571 ATF_REQUIRE_EQ(exit_1_handle.stdout_file(), exit_2_handle.stdout_file()); in ATF_TEST_CASE_BODY()
584 ATF_REQUIRE_EQ(exit_1_handle.stdout_file(), exit_3_handle.stdout_file()); in ATF_TEST_CASE_BODY()
599 exit_1_handle.stdout_file().str(), in ATF_TEST_CASE_BODY()
612 ATF_REQUIRE(!atf::utils::file_exists(exit_1_handle.stdout_file().str())); in ATF_TEST_CASE_BODY()
634 ATF_REQUIRE(fs::exists(exit_handle.stdout_file())); in ATF_TEST_CASE_BODY()
710 exit_handle.stdout_file().str(), in ATF_TEST_CASE_BODY()
735 paths.push_back(exit_handle1.stdout_file()); in ATF_TEST_CASE_BODY()
740 paths.push_back(exit_handle2.stdout_file()); in ATF_TEST_CASE_BODY()