Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/atf/test-programs/
H A Dexpect_test.sh132 atf_test_case expect_timeout
148 atf_add_test_case expect_timeout
H A Dcpp_helpers.cpp209 expect_timeout("Will overrun"); in ATF_TEST_CASE_BODY()
220 expect_timeout("Will just exit"); in ATF_TEST_CASE_BODY()
/freebsd-12.1/contrib/atf/atf-c++/
H A Dtests.hpp119 static void expect_timeout(const std::string&);
H A Dtests.cpp397 impl::tc::expect_timeout(const std::string& reason) in expect_timeout() function in impl::tc