Searched refs:test_name (Results 1 - 25 of 183) sorted by relevance

12345678

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Dmmix-list.exp23 foreach test_name [lsort [find ${srcdir}/${subdir} *.l]] {
25 regsub -all ".*/\(\[^\.\]*\)\.l$" $test_name "\\1" test_name
26 run_list_test $test_name "-a -x"
H A Dmmix.exp23 foreach test_name [lsort [find ${srcdir}/${subdir} *.d]] {
25 regsub -all ".*/\(\[^\.\]*\)\.d$" $test_name "\\1" test_name
27 run_dump_test $test_name
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D90-test_tls13encryption.t12 my $test_name = "tls13encryption";
13 setup($test_name);
15 plan skip_all => "$test_name is not supported in this build"
H A D80-test_dtls_mtu.t13 my $test_name = "test_dtls_mtu";
14 setup($test_name);
16 plan skip_all => "$test_name needs DTLS and PSK support enabled"
H A D90-test_tls13secrets.t12 my $test_name = "tls13secrets";
13 setup($test_name);
15 plan skip_all => "$test_name is not supported in this build"
H A D30-test_afalg.t13 my $test_name = "test_afalg";
14 setup($test_name);
16 plan skip_all => "$test_name not supported for this build"
H A D90-test_sysdefault.t13 my $test_name = "test_sysdefault";
14 setup($test_name);
16 plan skip_all => "$test_name is not supported in this build"
H A D90-test_tls13ccs.t13 my $test_name = "test_tls13ccs";
14 setup($test_name);
16 plan skip_all => "$test_name is not supported in this build"
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/googletest-format/DummySubDir/
H A DOneTest.py23 test_name = sys.argv[1].split('=',1)[1] variable
24 if test_name == 'FirstTest.subTestA':
28 elif test_name == 'FirstTest.subTestB':
32 elif test_name == 'FirstTest.subTestC':
38 elif test_name == 'FirstTest.subTestD':
41 elif test_name in ('ParameterizedTest/0.subTest',
47 raise SystemExit("error: invalid test name: %r" % (test_name,))
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/googletest-upstream-format/DummySubDir/
H A DOneTest.py24 test_name = sys.argv[1].split('=',1)[1] variable
26 if test_name == 'FirstTest.subTestA':
30 elif test_name == 'FirstTest.subTestB':
34 elif test_name == 'FirstTest.subTestC':
40 elif test_name == 'FirstTest.subTestD':
43 elif test_name in ('ParameterizedTest/0.subTest',
49 raise SystemExit("error: invalid test name: %r" % (test_name,))
/netbsd-current/tests/usr.bin/indent/
H A Dt_options.sh61 test_name=${fname##*/}
62 test_name=${test_name%.c}
64 atf_test_case "$test_name"
65 eval "${test_name}_body() { check '$test_name'; }"
66 atf_add_test_case "$test_name"
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Drgn-at.exp27 set test_name [file rootname $test_file]
28 set map_file "tmpdir/[file tail $test_name].map"
29 verbose $test_name
30 run_dump_test $test_name
H A Dinclude.exp36 set test_name [file rootname $test_file]
37 set map_file "tmpdir/[file tail $test_name].map"
38 verbose $test_name
39 run_dump_test $test_name
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D80-test_dtls_mtu.t13 my $test_name = "test_dtls_mtu";
14 setup($test_name);
16 plan skip_all => "$test_name needs DTLS and PSK support enabled"
H A D90-test_tls13secrets.t12 my $test_name = "test_tls13secrets";
13 setup($test_name);
15 plan skip_all => "$test_name is not supported in this build"
H A D90-test_tls13encryption.t12 my $test_name = "test_tls13encryption";
13 setup($test_name);
15 plan skip_all => "$test_name is not supported in this build"
H A D30-test_afalg.t13 my $test_name = "test_afalg";
14 setup($test_name);
16 plan skip_all => "$test_name not supported for this build"
H A D90-test_sysdefault.t13 my $test_name = "test_sysdefault";
14 setup($test_name);
16 plan skip_all => "$test_name is not supported in this build"
H A D90-test_tls13ccs.t13 my $test_name = "test_tls13ccs";
14 setup($test_name);
16 plan skip_all => "$test_name is not supported in this build"
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest_prod.h58 #define FRIEND_TEST(test_case_name, test_name)\
59 friend class test_case_name##_##test_name##_Test
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dlineinc.exp92 set test_name "tolerate macro info with multiple #inclusions per line"
93 gdb_test_multiple "break main" $test_name {
95 pass $test_name
98 fail $test_name
108 fail "$test_name (timeout)"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dlineinc.exp92 set test_name "tolerate macro info with multiple #inclusions per line"
93 gdb_test_multiple "break -q main" $test_name {
95 pass $test_name
98 fail $test_name
108 fail "$test_name (timeout)"
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/googletest-timeout/DummySubDir/
H A DOneTest.py19 test_name = sys.argv[1].split('=',1)[1] variable
20 if test_name == 'T.QuickSubTest':
24 elif test_name == 'T.InfiniteLoopSubTest':
29 raise SystemExit("error: invalid test name: %r" % (test_name,))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
H A Dscm-error.exp66 set test_name "no error printed"
68 gdb_test_multiple $command $test_name {
69 -re "Backtrace.*$gdb_prompt $" { fail $test_name }
70 -re "ERROR.*$gdb_prompt $" { fail $test_name }
71 -re "$gdb_prompt $" { pass $test_name }
79 set test_name "error message printed"
81 gdb_test_multiple $command $test_name {
82 -re "Backtrace.*$gdb_prompt $" { fail $test_name }
83 -re "ERROR.*$gdb_prompt $" { pass $test_name }
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
H A Dscm-error.exp66 set test_name "no error printed"
68 gdb_test_multiple $command $test_name {
69 -re "Backtrace.*$gdb_prompt $" { fail $test_name }
70 -re "ERROR.*$gdb_prompt $" { fail $test_name }
71 -re "$gdb_prompt $" { pass $test_name }
79 set test_name "error message printed"
81 gdb_test_multiple $command $test_name {
82 -re "Backtrace.*$gdb_prompt $" { fail $test_name }
83 -re "ERROR.*$gdb_prompt $" { pass $test_name }

Completed in 150 milliseconds

12345678