Home
last modified time | relevance | path

Searched refs:expect_death (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/atf/test-programs/
Dcpp_helpers.cpp185 expect_death("Exit case"); in ATF_TEST_CASE_BODY()
192 expect_death("Signal case"); in ATF_TEST_CASE_BODY()
199 expect_death("Call won't die"); in ATF_TEST_CASE_BODY()
Dexpect_test.sh117 atf_test_case expect_death
147 atf_add_test_case expect_death
/freebsd-12-stable/contrib/atf/atf-c++/
Dtests.hpp118 static void expect_death(const std::string&);
Dtests.cpp391 impl::tc::expect_death(const std::string& reason) in expect_death() function in impl::tc