Home
last modified time | relevance | path

Searched refs:run_one (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/kyua/engine/
H A Dtap_test.cpp85 run_one(const atf::tests::tc* tc, const char* test_case_name, in run_one() function
137 run_one(this, "pass", exp_result); in ATF_TEST_CASE_BODY()
146 run_one(this, "fail", exp_result); in ATF_TEST_CASE_BODY()
157 run_one(this, "pass_but_exit_failure", exp_result); in ATF_TEST_CASE_BODY()
166 run_one(this, "crash", exp_result); in ATF_TEST_CASE_BODY()
183 run_one(this, "timeout", exp_result, metadata); in ATF_TEST_CASE_BODY()
199 run_one(this, "check_configuration_variables", exp_result, in ATF_TEST_CASE_BODY()
H A Datf_test.cpp135 run_one(const atf::tests::tc* tc, const char* test_case_name, in run_one() function
302 run_one(this, "pass", exp_result); in ATF_TEST_CASE_BODY()
315 run_one(this, "crash", exp_result); in ATF_TEST_CASE_BODY()
329 run_one(this, "timeout_body", exp_result, user_config); in ATF_TEST_CASE_BODY()
343 run_one(this, "check_configuration_variables", exp_result, user_config); in ATF_TEST_CASE_BODY()
351 run_one(this, "pass", exp_result, engine::empty_config(), true); in ATF_TEST_CASE_BODY()
365 run_one(this, "timeout_body", exp_result, user_config); in ATF_TEST_CASE_BODY()
378 run_one(this, "crash_cleanup", exp_result); in ATF_TEST_CASE_BODY()
392 run_one(this, "timeout_cleanup", exp_result, user_config); in ATF_TEST_CASE_BODY()
408 run_one(this, "expect_timeout", exp_result, user_config); in ATF_TEST_CASE_BODY()
[all …]
H A Dplain_test.cpp85 run_one(const atf::tests::tc* tc, const char* test_case_name, in run_one() function
137 run_one(this, "pass", exp_result); in ATF_TEST_CASE_BODY()
147 run_one(this, "fail", exp_result); in ATF_TEST_CASE_BODY()
156 run_one(this, "crash", exp_result); in ATF_TEST_CASE_BODY()
173 run_one(this, "timeout", exp_result, metadata); in ATF_TEST_CASE_BODY()
189 run_one(this, "check_configuration_variables", exp_result, in ATF_TEST_CASE_BODY()