Searched refs:testcases (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
H A Dinsn-reverse.c21 and define the testcases array. */
32 static testcase_ftype testcases[] = {}; variable
44 functions are implemented in arch-specific files and the testcases
46 static int n_testcases = (sizeof (testcases) / sizeof (testcase_ftype));
57 testcases[i] ();
H A Dinsn-reverse-arm.c65 static testcase_ftype testcases[] = variable
H A Dinsn-reverse-aarch64.c97 static testcase_ftype testcases[] = variable
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dtest-rw.c52 } testcases[] = { variable in typeref:struct:testcase
158 for (n = 0; n < sizeof(testcases)/sizeof(testcases[0]); n++) {
159 flags = testcases[n].in_flags;
161 datalen = testcases[n].ucs2_len;
164 ret = wind_ucs2read(testcases[n].in_ptr,
165 testcases[n].in_len,
169 if (ret != testcases[n].ret)
170 errx(1, "testcases %u: wind_ucs2read: %d", n, ret);
176 if (flags != testcases[
[all...]
H A Dtest-utf8.c82 static const struct testcase testcases[] = { variable in typeref:struct:testcase
124 for (i = 0; i < sizeof(testcases)/sizeof(testcases[0]); ++i) {
125 const struct testcase *t = &testcases[i];
H A Dtest-ldap.c54 static const struct testcase testcases[] = { variable in typeref:struct:testcase
77 for (i = 0; i < sizeof(testcases)/sizeof(testcases[0]); ++i) {
78 const struct testcase *t = &testcases[i];
/netbsd-current/tests/lib/libc/string/
H A Dt_bm.c54 const t_testcase testcases[] = { variable
79 for (ts = 0; ts < sizeof(testcases)/sizeof(t_testcase); ts++) {
80 ATF_CHECK(pattern = bm_comp((const u_char *)testcases[ts].pattern,
81 strlen(testcases[ts].pattern), (const u_char *)testcases[ts].freq));
83 ATF_REQUIRE(text = strdup(testcases[ts].text));
86 if (testcases[ts].match == -1)
89 ATF_CHECK_EQ(testcases[ts].match,
/netbsd-current/external/mpl/bind/dist/bin/tests/system/tools/
H A Dclean.sh17 rm -f testcases
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Dinsn-reverse.c24 and define the testcases array. */
35 static testcase_ftype testcases[] = {}; variable
47 functions are implemented in arch-specific files and the testcases
49 static int n_testcases = (sizeof (testcases) / sizeof (testcase_ftype));
92 testcases[test_nr] ();
H A Dinsn-reverse-arm.c65 static testcase_ftype testcases[] = variable
H A Dinsn-reverse-aarch64.c97 static testcase_ftype testcases[] = variable
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Dname_test.c374 } testcases[] = { { "x", false }, local
381 for (i = 0; i < (sizeof(testcases) / sizeof(testcases[0])); i++) {
388 len = strlen(testcases[i].namestr);
389 isc_buffer_constinit(&b, testcases[i].namestr, len);
399 testcases[i].expect);
410 } testcases[] = { local
422 for (i = 0; i < (sizeof(testcases) / sizeof(testcases[0])); i++) {
431 result = dns_name_fromstring2(n1, testcases[
472 } testcases[] = { local
514 } testcases[] = { local
551 } testcases[] = { local
595 } testcases[] = { local
[all...]
H A Ddst_test.c268 } testcases[] = { local
286 for (i = 0; i < (sizeof(testcases) / sizeof(testcases[0])); i++) {
287 if (!dst_algorithm_supported(testcases[i].alg)) {
291 check_sig(testcases[i].datapath, testcases[i].sigpath,
292 testcases[i].keyname, testcases[i].keyid,
293 testcases[i].alg, DST_TYPE_PRIVATE | DST_TYPE_PUBLIC,
294 testcases[
365 } testcases[] = { local
[all...]
H A Dprivate_test.c153 signing_testcase_t testcases[] = { { DST_ALG_RSASHA512, 12345, 0, 0 }, local
174 make_signing(&testcases[i], &private, data, sizeof(data));
185 nsec3_testcase_t testcases[] = { local
209 make_nsec3(&testcases[i], &private, data);
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dconvert-junit-to-trs.py16 testcases = root.findall("./testsuite/testcase")
18 if len(testcases) < 1:
25 for testcase in testcases:
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dlogin_sender_match.c254 struct testcase testcases[] = { local
336 #define NUM_TESTS sizeof(testcases)/sizeof(testcases[0])
338 for (pass = fail = 0, tp = testcases; tp < testcases + NUM_TESTS; tp++) {
339 msg_info("RUN test case %ld %s", (long) (tp - testcases), tp->title);
355 msg_info("PASS test %ld", (long) (tp - testcases));
358 msg_info("FAIL test %ld", (long) (tp - testcases));
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dmystrtok.c261 static const struct testcase testcases[] = { variable in typeref:struct:testcase
294 #define NUM_TESTS sizeof(testcases)/sizeof(testcases[0])
297 for (pass = fail = 0, tp = testcases; tp < testcases + NUM_TESTS; tp++) {
302 (long) (tp - testcases), tp->action, tp->input);
330 msg_info("PASS test %ld", (long) (tp - testcases));
337 msg_info("FAIL test %ld", (long) (tp - testcases));
H A Ddict_stream.c174 struct testcase testcases[] = { local
205 for (pass = fail = 0, tp = testcases; tp->title; tp++) {
208 msg_info("RUN test case %ld %s", (long) (tp - testcases), tp->title);
260 msg_info("PASS test %ld", (long) (tp - testcases));
263 msg_info("FAIL test %ld", (long) (tp - testcases));
H A Dhash_fnv.c174 static struct testcase testcases[] = local
193 for (tp = testcases; tp->str; tp++) {
/netbsd-current/external/bsd/ntp/dist/lib/isc/tests/
H A Dhash_test.c107 hash_testcase_t testcases[] = { local
204 hash_testcase_t *testcase = testcases;
236 hash_testcase_t testcases[] = { local
331 hash_testcase_t *testcase = testcases;
369 hash_testcase_t testcases[] = { local
463 hash_testcase_t *testcase = testcases;
501 hash_testcase_t testcases[] = { local
609 hash_testcase_t *testcase = testcases;
647 hash_testcase_t testcases[] = { local
756 hash_testcase_t *testcase = testcases;
794 hash_testcase_t testcases[] = { local
866 hash_testcase_t testcases[] = { local
997 hash_testcase_t testcases[] = { local
1160 hash_testcase_t testcases[] = { local
1323 hash_testcase_t testcases[] = { local
1492 hash_testcase_t testcases[] = { local
1662 hash_testcase_t testcases[] = { local
[all...]
/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Daes_test.c85 aes_testcase_t testcases[] = { /* Test 1 (KAT ECBVarTxt128 #3) */ local
112 aes_testcase_t *testcase = testcases;
131 aes_testcase_t testcases[] = { local
159 aes_testcase_t *testcase = testcases;
176 aes_testcase_t testcases[] = { /* Test 1 (KAT ECBVarTxt256 #3) */ local
209 aes_testcase_t *testcase = testcases;
/netbsd-current/tests/lib/libc/gen/
H A Dt_floatunditf.c44 } testcases[] = { variable in typeref:struct:__anon1
129 for (i = 0; i < __arraycount(testcases); ++i)
131 testcases[i].ld == (long double)testcases[i].u64,
133 testcases[i].ld,
134 (long double)testcases[i].u64);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Dinsn-reloc.c522 static testcase_ftype testcases[] = { variable
542 static size_t n_testcases = (sizeof (testcases) / sizeof (testcase_ftype));
550 testcases[i] ();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dinsn-reloc.c600 static testcase_ftype testcases[] = { variable
623 static size_t n_testcases = (sizeof (testcases) / sizeof (testcase_ftype));
631 testcases[i] ();
/netbsd-current/tests/lib/libc/stdlib/
H A Dt_strtod.c87 } testcases[] = { local
96 for (size_t i = 0, n = __arraycount(testcases); i < n; i++) {
99 long double val = strtold(testcases[i].str, &end);
102 errno == 0 && *end == '\0' && val == testcases[i].val,
104 testcases[i].str, testcases[i].val, val, errno, end);

Completed in 342 milliseconds

12