Searched refs:testcase (Results 1 - 25 of 514) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/h8300/
H A Dmul.s1 # Hitachi H8 testcase 'muls', 'muls/u', mulu', 'mulu/u', 'mulxs', 'mulxu'
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/h8300/
H A Dmul.s1 # Hitachi H8 testcase 'muls', 'muls/u', mulu', 'mulu/u', 'mulxs', 'mulxu'
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/
H A Dgmonster2.exp51 array set testcase [GenPerfTest::init_testcase $program_name]
53 set testcase(language) c++
58 set testcase(binary_extra_sources) { { gmonster2.cc gm-hello.cc gm-use-cerr.cc } }
59 set testcase(binary_extra_headers) { { gm-utils.h gm-std.h } }
60 set testcase(gen_shlib_extra_sources) { { gm-hello.cc gm-use-cerr.cc } }
61 set testcase(gen_shlib_extra_headers) { { gm-utils.h gm-std.h } }
62 set testcase(tail_shlib_sources) { { gm-std.cc } }
63 set testcase(tail_shlib_headers) { { gm-std.h } }
66 set testcase(run_names) { 10-sos 100-sos 1000-sos }
67 set testcase(nr_gen_shlib
[all...]
H A Dgmonster1.exp51 array set testcase [GenPerfTest::init_testcase $program_name]
53 set testcase(language) c++
58 set testcase(binary_extra_sources) { { gmonster1.cc gm-hello.cc gm-use-cerr.cc gm-pervasive-typedef.cc } }
59 set testcase(binary_extra_headers) { { <stdint.h> gm-utils.h gm-std.h gm-pervasive-typedef.h } }
60 set testcase(tail_shlib_sources) { { gm-std.cc } }
61 set testcase(tail_shlib_headers) { { gm-std.h } }
64 set testcase(run_names) { 10-cus 100-cus 1000-cus 10000-cus }
65 set testcase(nr_compunits) { 10 100 1000 10000 }
67 set testcase(run_names) { 1-cu 10-cus 100-cus }
68 set testcase(nr_compunit
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/
H A Dgmonster2.exp51 array set testcase [GenPerfTest::init_testcase $program_name]
53 set testcase(language) c++
58 set testcase(binary_extra_sources) { { gmonster2.cc gm-hello.cc gm-use-cerr.cc } }
59 set testcase(binary_extra_headers) { { gm-utils.h gm-std.h } }
60 set testcase(gen_shlib_extra_sources) { { gm-hello.cc gm-use-cerr.cc } }
61 set testcase(gen_shlib_extra_headers) { { gm-utils.h gm-std.h } }
62 set testcase(tail_shlib_sources) { { gm-std.cc } }
63 set testcase(tail_shlib_headers) { { gm-std.h } }
66 set testcase(run_names) { 10-sos 100-sos 1000-sos }
67 set testcase(nr_gen_shlib
[all...]
H A Dgmonster1.exp51 array set testcase [GenPerfTest::init_testcase $program_name]
53 set testcase(language) c++
58 set testcase(binary_extra_sources) { { gmonster1.cc gm-hello.cc gm-use-cerr.cc gm-pervasive-typedef.cc } }
59 set testcase(binary_extra_headers) { { <stdint.h> gm-utils.h gm-std.h gm-pervasive-typedef.h } }
60 set testcase(tail_shlib_sources) { { gm-std.cc } }
61 set testcase(tail_shlib_headers) { { gm-std.h } }
64 set testcase(run_names) { 10-cus 100-cus 1000-cus 10000-cus }
65 set testcase(nr_compunits) { 10 100 1000 10000 }
67 set testcase(run_names) { 1-cu 10-cus 100-cus }
68 set testcase(nr_compunit
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/sh/
H A Dfsca.s1 # sh testcase for fsca
H A Dfsrra.s1 # sh testcase for fsrra
H A Dpass.s1 # sh testcase, pass
/netbsd-current/external/bsd/ntp/dist/lib/isc/tests/
H A Dhash_test.c204 hash_testcase_t *testcase = testcases; local
206 while (testcase->input != NULL && testcase->result != NULL) {
208 for(i = 0; i < testcase->repeats; i++) {
210 (const isc_uint8_t *) testcase->input,
211 testcase->input_len);
215 ATF_CHECK_STREQ(str, testcase->result);
217 testcase++;
331 hash_testcase_t *testcase = testcases; local
333 while (testcase
463 hash_testcase_t *testcase = testcases; local
609 hash_testcase_t *testcase = testcases; local
756 hash_testcase_t *testcase = testcases; local
835 hash_testcase_t *testcase = testcases; local
924 hash_testcase_t *testcase = testcases; local
1077 hash_testcase_t *testcase = testcases; local
1240 hash_testcase_t *testcase = testcases; local
1409 hash_testcase_t *testcase = testcases; local
1578 hash_testcase_t *testcase = testcases; local
1721 hash_testcase_t *testcase = testcases; local
[all...]
/netbsd-current/crypto/external/bsd/libsaslc/dist/test/
H A DMakefile42 for testcase in `./$$prog -l | grep ident | awk {'print $$2'}`; do \
43 echo " * $$testcase"; \
44 $(VALGRIND) $(VALGRIND_OPTS) ./$$prog $$testcase ; \
/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Daes_test.c112 aes_testcase_t *testcase = testcases; local
116 while (testcase->key != NULL) {
117 len = fromhexstr(testcase->key, key);
119 len = fromhexstr(testcase->input, plaintext);
123 assert_string_equal(str, testcase->result);
125 testcase++;
159 aes_testcase_t *testcase = testcases; local
161 while (testcase->key != NULL) {
162 len = fromhexstr(testcase->key, key);
164 len = fromhexstr(testcase
209 aes_testcase_t *testcase = testcases; local
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/cds/
H A Dtests.sh32 testcase() { function
74 testcase 1 $CDS
78 testcase 1 $CDS $Z
82 testcase 1 $CDS -d . $Z
86 testcase 1 $CDS -d empty $Z
90 testcase 1 $CDS -d DS.1 $Z
94 testcase 1 $CDS -f db.null -d DS.1 $Z
98 testcase 1 $CDS -f sig.null -d DS.1 $Z
102 testcase 1 $CDS -v1 -f sig.null -d DS.1 $Z
107 testcase
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Dcli-sti.s1 # Blackfin testcase for cli/sti instructions
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dcli-sti.s1 # Blackfin testcase for cli/sti instructions
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/sh/
H A Dfail.s1 # sh testcase, fail
H A Dpass.s1 # sh testcase, pass
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dnested-subp3.exp25 set testcase "nested-subp3"
32 if { [gdb_compile "${srcdir}/${subdir}/${testcase}.c" \
33 [standard_output_file "${testcase}"] \
42 clean_restart "${testcase}"
48 set bp_location [gdb_get_line_number "STOP" "${testcase}.c"]
49 gdb_test "break ${testcase}.c:${bp_location}" \
H A Dnested-subp1.exp25 set testcase "nested-subp1"
32 if { [gdb_compile "${srcdir}/${subdir}/${testcase}.c" \
33 [standard_output_file "${testcase}"] \
42 clean_restart "${testcase}"
48 set bp_location [gdb_get_line_number "STOP" "${testcase}.c"]
49 gdb_test "break ${testcase}.c:${bp_location}" \
H A Dnested-subp2.exp25 set testcase "nested-subp2"
32 if { [gdb_compile "${srcdir}/${subdir}/${testcase}.c" \
33 [standard_output_file "${testcase}"] \
42 clean_restart "${testcase}"
48 set bp_location [gdb_get_line_number "STOP" "${testcase}.c"]
49 gdb_test "break ${testcase}.c:${bp_location}" \
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dnested-subp1.exp25 set testcase "nested-subp1"
32 if { [gdb_compile "${srcdir}/${subdir}/${testcase}.c" \
33 [standard_output_file "${testcase}"] \
42 clean_restart "${testcase}"
47 set bp_location [gdb_get_line_number "STOP" "${testcase}.c"]
48 gdb_test "break ${testcase}.c:${bp_location}" \
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_main.c196 basic_test_setup(const struct testcase_t *testcase) argument
203 if (testcase->flags & TT_ENABLE_IOCP_FLAG)
207 if (testcase->flags & TT_NEED_THREADS) {
208 if (!(testcase->flags & TT_FORK))
221 if (testcase->flags & TT_NEED_SOCKETPAIR) {
237 if (testcase->flags & TT_NEED_BASE) {
238 if (testcase->flags & TT_LEGACY)
245 if (testcase->flags & TT_ENABLE_IOCP_FLAG) {
252 if (testcase->flags & TT_NEED_DNS) {
258 if (testcase
272 basic_test_cleanup(const struct testcase_t *testcase, void *ptr) argument
315 legacy_test_setup(const struct testcase_t *testcase) argument
353 legacy_test_cleanup(const struct testcase_t *testcase, void *ptr) argument
[all...]
H A Dtinytest.c94 testcase_run_bare_(const struct testcase_t *testcase) argument
98 if (testcase->setup) {
99 env = testcase->setup->setup_fn(testcase);
107 testcase->fn(env);
110 if (testcase->setup) {
111 if (testcase->setup->cleanup_fn(testcase, env) == 0)
124 const struct testcase_t *testcase)
150 commandname, verbosity_flag, group->prefix, testcase
123 testcase_run_forked_(const struct testgroup_t *group, const struct testcase_t *testcase) argument
225 testcase_run_one(const struct testgroup_t *group, const struct testcase_t *testcase) argument
290 struct testcase_t *testcase = &groups[i].cases[j]; local
[all...]
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Dprivate_test.c84 make_signing(signing_testcase_t *testcase, dns_rdata_t *private, argument
88 buf[0] = testcase->alg;
89 buf[1] = (testcase->keyid & 0xff00) >> 8;
90 buf[2] = (testcase->keyid & 0xff);
91 buf[3] = testcase->remove;
92 buf[4] = testcase->complete;
100 make_nsec3(nsec3_testcase_t *testcase, dns_rdata_t *private, argument
111 salt = htonl(testcase->salt);
120 params.hash = testcase->hash;
121 params.iterations = testcase
[all...]
/netbsd-current/external/bsd/libevent/dist/test/
H A Dtinytest.c108 testcase_run_in_thread_(const struct testcase_t *testcase, void *env) argument
110 /* We will never run testcase in a new thread when the
116 &(testcase->fn),
155 testcase_run_bare_(const struct testcase_t *testcase) argument
159 if (testcase->setup) {
160 env = testcase->setup->setup_fn(testcase);
171 cur_test_outcome = testcase_run_in_thread_(testcase, env);
174 testcase->fn(env);
178 testcase
195 testcase_run_forked_(const struct testgroup_t *group, const struct testcase_t *testcase) argument
313 testcase_run_one(const struct testgroup_t *group, const struct testcase_t *testcase) argument
375 struct testcase_t *testcase = &groups[i].cases[j]; local
528 struct testcase_t *testcase = &group->cases[j]; local
[all...]

Completed in 211 milliseconds

1234567891011>>