Home
last modified time | relevance | path

Searched refs:expected_reason (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/kyua/model/
H A Dtest_result_test.cpp42 #define GETTERS_TEST(name, expected_type, expected_reason, result) \ argument
47 ATF_REQUIRE_EQ(expected_reason, result.reason()); \
/freebsd/crypto/openssl/test/
H A Devp_extra_test.c1207 int expected_reason = 0; in test_rsasve_degenerate_ciphertext() local
1221 expected_reason = RSA_R_DATA_TOO_SMALL; in test_rsasve_degenerate_ciphertext()
1225 expected_reason = RSA_R_DATA_TOO_SMALL; in test_rsasve_degenerate_ciphertext()
1231 expected_reason = RSA_R_DATA_TOO_LARGE_FOR_MODULUS; in test_rsasve_degenerate_ciphertext()
1244 || !TEST_int_eq(ERR_GET_REASON(ERR_get_error()), expected_reason)) in test_rsasve_degenerate_ciphertext()