Home
last modified time | relevance | path

Searched refs:expect_exit (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/atf/dist/test-programs/
H A Dcpp_helpers.cpp149 expect_exit(-1, "Call will exit"); in ATF_TEST_CASE_BODY()
156 expect_exit(123, "Call will exit"); in ATF_TEST_CASE_BODY()
163 expect_exit(-1, "Call won't exit"); in ATF_TEST_CASE_BODY()
H A Dexpect_test.sh90 atf_test_case expect_exit
149 atf_add_test_case expect_exit
/netbsd-src/external/bsd/kyua-cli/dist/integration/helpers/
H A Dexpect_all_pass.cpp50 expect_exit(12, "Exiting with correct code"); in ATF_TEST_CASE_BODY()
H A Dexpect_some_fail.cpp49 expect_exit(12, "Invalid exit code"); in ATF_TEST_CASE_BODY()
/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dtests.hpp120 static void expect_exit(const int, const std::string&);
H A Dtests.cpp363 impl::tc::expect_exit(const int exitcode, const std::string& reason) in expect_exit() function in impl::tc