Lines Matching refs:stderr_file
440 exit_handle.stderr_file().str())); in ATF_TEST_CASE_BODY()
465 const fs::path stderr_file = exit_handle.stderr_file(); in ATF_TEST_CASE_BODY() local
467 stderr_file.str(), "stderr: some other text\n")); in ATF_TEST_CASE_BODY()
471 ATF_REQUIRE(!fs::exists(stderr_file)); in ATF_TEST_CASE_BODY()
483 const fs::path stderr_file("custom-stderr.txt"); in ATF_TEST_CASE_BODY() local
488 utils::make_optional(stderr_file)); in ATF_TEST_CASE_BODY()
497 ATF_REQUIRE_EQ(stderr_file, exit_handle.stderr_file()); in ATF_TEST_CASE_BODY()
507 stderr_file.str(), "stderr: some other text\n")); in ATF_TEST_CASE_BODY()
552 ATF_REQUIRE(!atf::utils::file_exists(exit_handle.stderr_file().str())); in ATF_TEST_CASE_BODY()
572 ATF_REQUIRE_EQ(exit_1_handle.stderr_file(), exit_2_handle.stderr_file()); in ATF_TEST_CASE_BODY()
585 ATF_REQUIRE_EQ(exit_1_handle.stderr_file(), exit_3_handle.stderr_file()); in ATF_TEST_CASE_BODY()
605 exit_1_handle.stderr_file().str(), in ATF_TEST_CASE_BODY()
613 ATF_REQUIRE(!atf::utils::file_exists(exit_1_handle.stderr_file().str())); in ATF_TEST_CASE_BODY()
635 ATF_REQUIRE(fs::exists(exit_handle.stderr_file())); in ATF_TEST_CASE_BODY()
736 paths.push_back(exit_handle1.stderr_file()); in ATF_TEST_CASE_BODY()
741 paths.push_back(exit_handle2.stderr_file()); in ATF_TEST_CASE_BODY()