Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/test-programs/
H A Dexpect_test.sh136 atf_test_case expect_timeout
152 atf_add_test_case expect_timeout
H A Dcpp_helpers.cpp213 expect_timeout("Will overrun"); in ATF_TEST_CASE_BODY()
224 expect_timeout("Will just exit"); in ATF_TEST_CASE_BODY()
/netbsd-src/external/bsd/kyua-cli/dist/integration/helpers/
H A Dexpect_all_pass.cpp78 expect_timeout("This times out"); in ATF_TEST_CASE_BODY()
H A Dexpect_some_fail.cpp82 expect_timeout("Does not time out"); in ATF_TEST_CASE_BODY()
/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dtests.hpp123 static void expect_timeout(const std::string&);
H A Dtests.cpp381 impl::tc::expect_timeout(const std::string& reason) in expect_timeout() function in impl::tc