Searched refs:test_error (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/krb5/src/tests/ |
H A D | t_hostrealm.py | 21 def test_error(realm, args, expected_error, msg, env=None): function 32 test_error(realm, ['-h', host], expected_error, msg, env=env) 34 test_error(realm, ['-f', host], expected_error, msg, env=env) 36 test_error(realm, ['-d'], expected_error, msg, env=env)
|
/freebsd/contrib/atf/atf-c++/detail/ |
H A D | exceptions_test.cpp | 64 test_error(const char* msg) in test_error() function 126 atf::throw_atf_error(test_error("The message")); in ATF_TEST_CASE_BODY()
|
/freebsd/contrib/libarchive/cat/test/ |
H A D | test_error.c | 9 DEFINE_TEST(test_error) in DEFINE_TEST() argument
|
/freebsd/crypto/krb5/src/util/support/ |
H A D | t_k5buf.c | 156 test_error(void) in test_error() function 254 test_error(); in main()
|
/freebsd/usr.bin/sed/tests/ |
H A D | multi_test.sh | 72 test_error 455 test_error() function
|
/freebsd/crypto/openssl/test/ |
H A D | testutil.h | 409 void test_error(const char *file, int line, const char *desc, ...) 554 # define TEST_error(...) test_error(__FILE__, __LINE__, __VA_ARGS__)
|
/freebsd/crypto/openssl/test/testutil/ |
H A D | tests.c | 127 void test_error(const char *file, int line, const char *desc, ...) in test_error() function
|