Home
last modified time | relevance | path

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

/netbsd-src/tests/usr.bin/xlint/lint2/
H A Dt_lint2.sh80 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 Dexceptions_test.cpp67 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 Dlist.h6 DEFINE_TEST(test_error)
/netbsd-src/usr.bin/sed/TEST/
H A Dsed.test54 test_error | more
514 test_error()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dtestutil.h271 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 Dtestutil.h406 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 Dtest_base.c219 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 Dtests.c129 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 Dtests.c129 void test_error(const char *file, int line, const char *desc, ...) in test_error() function