Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/engine/
H A Dtap_test.cpp86 const model::test_result& exp_result, in run_one() argument
104 ATF_REQUIRE_EQ(exp_result, test_result_handle->test_result()); in run_one()
136 const model::test_result exp_result(model::test_result_passed); in ATF_TEST_CASE_BODY() local
137 run_one(this, "pass", exp_result); in ATF_TEST_CASE_BODY()
144 const model::test_result exp_result(model::test_result_failed, in ATF_TEST_CASE_BODY() local
146 run_one(this, "fail", exp_result); in ATF_TEST_CASE_BODY()
153 const model::test_result exp_result( in ATF_TEST_CASE_BODY() local
157 run_one(this, "pass_but_exit_failure", exp_result); in ATF_TEST_CASE_BODY()
164 const model::test_result exp_result(model::test_result_broken, in ATF_TEST_CASE_BODY() local
166 run_one(this, "crash", exp_result); in ATF_TEST_CASE_BODY()
[all …]
H A Datf_test.cpp136 const model::test_result& exp_result, in run_one() argument
155 ATF_REQUIRE_EQ(exp_result, test_result_handle->test_result()); in run_one()
301 const model::test_result exp_result(model::test_result_passed); in ATF_TEST_CASE_BODY() local
302 run_one(this, "pass", exp_result); in ATF_TEST_CASE_BODY()
311 const model::test_result exp_result( in ATF_TEST_CASE_BODY() local
315 run_one(this, "crash", exp_result); in ATF_TEST_CASE_BODY()
327 const model::test_result exp_result( in ATF_TEST_CASE_BODY() local
329 run_one(this, "timeout_body", exp_result, user_config); in ATF_TEST_CASE_BODY()
342 const model::test_result exp_result(model::test_result_passed); in ATF_TEST_CASE_BODY() local
343 run_one(this, "check_configuration_variables", exp_result, user_config); in ATF_TEST_CASE_BODY()
[all …]
H A Dplain_test.cpp86 const model::test_result& exp_result, in run_one() argument
104 ATF_REQUIRE_EQ(exp_result, test_result_handle->test_result()); in run_one()
136 const model::test_result exp_result(model::test_result_passed); in ATF_TEST_CASE_BODY() local
137 run_one(this, "pass", exp_result); in ATF_TEST_CASE_BODY()
144 const model::test_result exp_result( in ATF_TEST_CASE_BODY() local
147 run_one(this, "fail", exp_result); in ATF_TEST_CASE_BODY()
154 const model::test_result exp_result(model::test_result_broken, in ATF_TEST_CASE_BODY() local
156 run_one(this, "crash", exp_result); in ATF_TEST_CASE_BODY()
171 const model::test_result exp_result(model::test_result_broken, in ATF_TEST_CASE_BODY() local
173 run_one(this, "timeout", exp_result, metadata); in ATF_TEST_CASE_BODY()
[all …]
H A Dscheduler_test.cpp849 const model::test_result& exp_result) in do_cleanup_test() argument
867 ATF_REQUIRE_EQ(exp_result, test_result_handle->test_result()); in do_cleanup_test()
/freebsd/contrib/atf/atf-c++/
H A Dmacros_test.cpp595 std::string exp_result = std::string("^failed: .*") + t->msg; in ATF_TEST_CASE_BODY() local
596 ATF_REQUIRE(atf::utils::grep_file(exp_result.c_str(), "result")); in ATF_TEST_CASE_BODY()
647 std::string exp_result = std::string("^failed: .*") + t->msg; in ATF_TEST_CASE_BODY() local
648 ATF_REQUIRE(atf::utils::grep_file(exp_result.c_str(), "result")); in ATF_TEST_CASE_BODY()
696 std::string exp_result = "macros_test.cpp:[0-9]+: " + in ATF_TEST_CASE_BODY() local
698 ATF_REQUIRE(atf::utils::grep_file(exp_result.c_str(), "stderr")); in ATF_TEST_CASE_BODY()
741 std::string exp_result = "^failed: .*macros_test.cpp:[0-9]+: " + in ATF_TEST_CASE_BODY() local
743 ATF_REQUIRE(atf::utils::grep_file(exp_result.c_str(), "result")); in ATF_TEST_CASE_BODY()
/freebsd/crypto/openssl/test/
H A Dbntest.c2901 BIGNUM *exp_result = NULL; in test_mod_exp2_mont() local
2905 if (!TEST_ptr(exp_result = BN_new()) in test_mod_exp2_mont()
2922 if (!TEST_int_eq(BN_mod_exp2_mont(exp_result, exp_a1, exp_p1, exp_a2, in test_mod_exp2_mont()
2929 BN_free(exp_result); in test_mod_exp2_mont()