Home
last modified time | relevance | path

Searched refs:test_error (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/krb5/src/tests/
H A Dt_hostrealm.py21 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 Dexceptions_test.cpp64 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 Dtest_error.c9 DEFINE_TEST(test_error) in DEFINE_TEST() argument
/freebsd/crypto/krb5/src/util/support/
H A Dt_k5buf.c156 test_error(void) in test_error() function
254 test_error(); in main()
/freebsd/usr.bin/sed/tests/
H A Dmulti_test.sh72 test_error
455 test_error() function
/freebsd/crypto/openssl/test/
H A Dtestutil.h409 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 Dtests.c127 void test_error(const char *file, int line, const char *desc, ...) in test_error() function