Searched refs:expect_timeout (Results 1 – 6 of 6) sorted by relevance
136 atf_test_case expect_timeout152 atf_add_test_case expect_timeout
213 expect_timeout("Will overrun"); in ATF_TEST_CASE_BODY()224 expect_timeout("Will just exit"); in ATF_TEST_CASE_BODY()
78 expect_timeout("This times out"); in ATF_TEST_CASE_BODY()
82 expect_timeout("Does not time out"); in ATF_TEST_CASE_BODY()
123 static void expect_timeout(const std::string&);
381 impl::tc::expect_timeout(const std::string& reason) in expect_timeout() function in impl::tc