Searched refs:test (Results 26 - 50 of 4014) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arc/
H A Drelax-avoid3.s0 test:
3 .weak test
5 b test
1 test: label
H A Dnop.s1 # nop test
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
H A Dexception.cc39 test (void) function
53 test ();
54 test (); /* bp.1 */
H A Dunknown_functions.c22 int test (void) function
42 test ();
43 test ();
H A Ddata.c23 test (void) function
24 { /* test.1 */
27 loc += 1; /* test.2 */
28 glob += loc; /* test.3 */
29 } /* test.4 */
34 test (); /* main.2 */
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/
H A Dunknown_functions.c22 int test (void) function
42 test ();
43 test ();
H A Ddata.c23 test (void) function
24 { /* test.1 */
27 loc += 1; /* test.2 */
28 glob += loc; /* test.3 */
29 } /* test.4 */
34 test (); /* main.2 */
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_337.c13 test(bool);
20 test(i + b);
22 test(b);
24 test(i != 0);
H A Dmsg_336.c13 test(bool);
20 test(b + i);
22 test(b);
24 test(i != 0);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dinterrupt-daemon.exp25 # The test proper.
43 set test "continue"
44 gdb_test_multiple $test $test {
46 pass $test
54 set test "ctrl-c stops process"
55 gdb_test_multiple "" $test {
57 pass $test
64 set test "continue&"
65 gdb_test_multiple "continue&" $test {
[all...]
H A Dasync-shell.exp42 set test "interrupt"
43 gdb_test_multiple $test $test {
45 pass $test
49 set test "process stopped"
50 gdb_test_multiple "" $test {
52 pass $test
H A Dreadline-ask.exp38 set test "bell for more message"
39 gdb_test_multiple "" $test {
41 pass $test
46 set test "more message for 01 and 02"
47 gdb_test_multiple "" $test {
49 pass $test
52 fail $test
59 set test "more message for 03"
60 gdb_test_multiple "" $test {
62 pass $test
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dinterrupt-daemon.exp25 # The test proper.
42 set test "continue"
43 gdb_test_multiple $test $test {
45 pass $test
53 set test "ctrl-c stops process"
54 gdb_test_multiple "" $test {
56 pass $test
63 set test "continue&"
64 gdb_test_multiple "continue&" $test {
[all...]
H A Dreadline-ask.exp38 set test "bell for more message"
39 gdb_test_multiple "" $test {
41 pass $test
46 set test "more message for 01 and 02"
47 gdb_test_multiple "" $test {
49 pass $test
52 fail $test
59 set test "more message for 03"
60 gdb_test_multiple "" $test {
62 pass $test
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-ifunc/
H A Dpr18841a.c3 extern void test(void);
9 test();
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Dsection-flags.exp32 foreach test {"section-flags-1" "section-flags-2"} {
33 if ![ld_assemble $as $srcdir/$subdir/$test.s tmpdir/$test.o] {
34 unresolved $test
36 if ![ld_link $ldcmd tmpdir/$test \
37 "-T $srcdir/$subdir/$test.t tmpdir/$test.o"] {
38 fail $test
40 pass $test
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/
H A Doptional-selftests.c25 included test files are wrapped in a namespace. */
71 assign_1::test ();
72 assign_2::test ();
73 assign_3::test ();
74 assign_4::test ();
75 assign_5::test ();
76 assign_6::test ();
77 assign_7::test ();
78 cons_copy::test ();
79 cons_default::test ();
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Doptional-selftests.c25 included test files are wrapped in a namespace. */
71 assign_1::test ();
72 assign_2::test ();
73 assign_3::test ();
74 assign_4::test ();
75 assign_5::test ();
76 assign_6::test ();
77 assign_7::test ();
78 cons_copy::test ();
79 cons_default::test ();
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dgenerate_ssl_tests.pl26 use lib srctop_dir("test", "ssl-tests"); # for ssltests_base
36 my $source = srctop_file("test", "ssl_test.tmpl");
44 foreach my $test (@ssltests::tests) {
45 $test->{"server"} = { (%ssltests::base_server, %{$test->{"server"}}) };
46 if (defined $test->{"server2"}) {
47 $test->{"server2"} = { (%ssltests::base_server, %{$test->{"server2"}}) };
49 if ($test->{"server"}->{"extra"} &&
50 defined $test
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dgenerate_ssl_tests.pl46 my $source = srctop_file("test", "ssl_test.tmpl");
54 foreach my $test (@ssltests::tests) {
55 $test->{"server"} = { (%ssltests::base_server, %{$test->{"server"}}) };
56 if (defined $test->{"server2"}) {
57 $test->{"server2"} = { (%ssltests::base_server, %{$test->{"server2"}}) };
59 if ($test->{"server"}->{"extra"} &&
60 defined $test->{"server"}->{"extra"}->{"ServerNameCallback"}) {
62 $test
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
H A Dsubarray.exp52 set test "print str(2:4)"
53 gdb_test_multiple $test $test {
55 pass $test
60 fail $test
64 set test "print str(:3)"
65 gdb_test_multiple $test $test {
67 pass $test
72 fail $test
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
H A Dfun_renaming.exp38 set test "print fun_rename_test_n(1)"
39 gdb_test_multiple $test $test {
41 pass $test
45 fail $test
47 xfail $test
52 set test "print renamed_fun_rename_test_next(1)"
53 gdb_test_multiple $test $test {
55 pass $test
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
H A Dfun_renaming.exp38 set test "print fun_rename_test_n(1)"
39 gdb_test_multiple $test $test {
41 pass $test
45 fail $test
47 xfail $test
52 set test "print renamed_fun_rename_test_next(1)"
53 gdb_test_multiple $test $test {
55 pass $test
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Diostream.exp35 set test "p std::cerr"
36 gdb_test_multiple $test $test {
38 fail $test
41 pass $test
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
H A Dsubarray.exp52 set test "print str(2:4)"
53 gdb_test_multiple $test $test {
55 pass $test
60 fail $test
64 set test "print str(:3)"
65 gdb_test_multiple $test $test {
67 pass $test
72 fail $test
[all...]

Completed in 319 milliseconds

1234567891011>>