Searched refs:test_error (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/tests/usr.bin/xlint/lint2/ |
H A D | t_lint2.sh | 80 test_error() function 115 test_error '' 'missing record type' 116 test_error '123' 'missing record type' 117 test_error '0X' 'not a number: ' 118 test_error '0d' 'not a number: ' 119 test_error '0dXYZ' 'not a number: XYZ' 120 test_error '0d123' 'bad line number' 121 test_error '0d123.XYZ' 'not a number: XYZ' 122 test_error '0X0.0' 'bad record type X' 125 test_error '0c0.0' 'not a number: ' [all …]
|
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/ |
H A D | exceptions_test.cpp | 67 test_error(const char* msg) in test_error() function 129 atf::throw_atf_error(test_error("The message")); in ATF_TEST_CASE_BODY()
|
/netbsd-src/external/bsd/libarchive/dist/cat/test/ |
H A D | list.h | 6 DEFINE_TEST(test_error)
|
/netbsd-src/usr.bin/sed/TEST/ |
H A D | sed.test | 54 test_error | more 514 test_error()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | testutil.h | 271 void test_error(const char *file, int line, const char *desc, ...) 389 # define TEST_error(...) test_error(__FILE__, __LINE__, __VA_ARGS__)
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | testutil.h | 406 void test_error(const char *file, int line, const char *desc, ...) 537 # define TEST_error(...) test_error(__FILE__, __LINE__, __VA_ARGS__)
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/ |
H A D | test_base.c | 219 test_error(void) in test_error() function 955 res |= test_error(); in main()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/testutil/ |
H A D | tests.c | 129 void test_error(const char *file, int line, const char *desc, ...) in test_error() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/ |
H A D | tests.c | 129 void test_error(const char *file, int line, const char *desc, ...) in test_error() function
|