Searched refs:test (Results 126 - 150 of 4014) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dbreak-entry.exp26 # triggers any breakpoint at $PC. The latter is what we want to test.
39 set test "info files"
41 gdb_test_multiple $test $test {
44 pass $test
53 set test "convert entry point"
54 gdb_test_multiple "p *(void(*)(void) *) $entry" $test {
57 pass $test
H A Dasync-shell.exp44 set test "interrupt"
45 gdb_test_multiple $test $test {
47 pass $test
51 set test "process stopped"
52 gdb_test_multiple "" $test {
54 pass $test
H A Dinfo-os.exp18 # This test is Linux-only.
24 # Support for XML-output is needed to run this test.
30 # Compile test program.
39 # Get PID of test program.
41 set test "get inferior process ID"
42 gdb_test_multiple "call ((int (*) (void)) getpid) ()" $test {
45 pass $test
58 set test "get shared memory key"
59 gdb_test_multiple "print shmkey" $test {
62 pass $test
[all...]
H A Dannota-input-while-running.exp58 set test "delete breakpoints"
59 gdb_test_multiple "delete" $test {
65 pass $test
84 set test "continue"
85 gdb_test_multiple $test $test {
92 gdb_assert $saw_continuing $test
100 set test "breakpoint hit"
101 gdb_test_multiple "" $test {
103 pass $test
[all...]
H A Dauto-connect-native-target.exp28 set test "help target native"
29 gdb_test_multiple $test $test {
44 # as test message.
46 proc get_topmost_target {test} {
51 gdb_test_multiple "maint print target-stack" $test {
54 pass $test
76 # TEST is used as test message.
78 proc check_native_target {test} {
81 gdb_test_multiple "maint print target-stack" $test {
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dmulti-create-ns-info-thr.exp38 set test "continue -a&"
39 gdb_test_multiple $test $test {
41 pass $test
46 set test "continue to breakpoint $i"
47 gdb_test_multiple "" $test {
49 pass $test
H A Dbreak-while-running.exp31 # The test proper. UPDATE_THREAD_LIST indicates whether we should do
37 proc test { update_thread_list always_inserted non_stop } {
87 # read the breakpoint hit output while still processing this test,
89 set test "set breakpoint while a thread is running"
90 gdb_test_multiple "break breakpoint_function" $test {
92 pass $test
95 fail $test
101 set test "breakpoint is hit"
102 gdb_test_multiple "" $test {
104 pass $test
[all...]
H A Dsiginfo-threads.exp42 set test "get pid"
44 gdb_test_multiple "p ((int (*) (void))getpid) ()" $test {
47 pass $test
56 set test "catch signal $sigcount"
58 gdb_test_multiple "continue" $test {
61 pass $test
68 set test "signal $sigcount si_signo"
74 gdb_test_multiple {p $_siginfo.si_signo} $test {
76 pass $test
79 unsupported $test
[all...]
/netbsd-current/external/bsd/openldap/dist/include/ac/
H A Dassert.h41 const char *test ));
43 /* Can't use LDAP_STRING(test), that'd expand to "test" */
45 #define assert(test) \
46 ((test) ? (void)0 : ber_pvt_assert( __FILE__, __LINE__, #test ) )
48 #define assert(test) \
49 ((test) ? (void)0 : ber_pvt_assert( __FILE__, __LINE__, "test" ) )
56 #define assert(test) ((voi
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dbreak-while-running.exp31 # The test proper. UPDATE_THREAD_LIST indicates whether we should do
37 proc test { update_thread_list always_inserted non_stop } {
87 # read the breakpoint hit output while still processing this test,
89 set test "set breakpoint while a thread is running"
90 gdb_test_multiple "break breakpoint_function" $test {
92 pass $test
95 fail $test
101 set test "breakpoint is hit"
102 gdb_test_multiple "" $test {
104 pass $test
[all...]
H A Dsiginfo-threads.exp42 set test "get pid"
44 gdb_test_multiple "p (int) getpid ()" $test {
47 pass $test
56 set test "catch signal $sigcount"
58 gdb_test_multiple "continue" $test {
61 pass $test
68 set test "signal $sigcount si_signo"
74 gdb_test_multiple {p $_siginfo.si_signo} $test {
76 pass $test
79 unsupported $test
[all...]
H A Dleader-exit.exp45 set test "continue for ctrl-c"
46 gdb_test_multiple "continue" $test {
48 pass $test
56 set test "caught interrupt"
57 gdb_test_multiple "" $test {
59 pass $test
/netbsd-current/external/apache2/llvm/dist/clang/docs/analyzer/checkers/
H A Dnewdelete_example.cpp13 void test() { function
19 void test() { function
24 void test() { function
30 void test() { function
35 void test() { function
H A Dunix_malloc_example.c2 void test() { function
8 void test() { function
14 void test() { function
20 void test() { function
25 void test() { function
/netbsd-current/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_archive_set_error.c26 #include "test.h"
29 test(struct archive *a, int code, const char *msg) function
44 test(a, 12, "abcdefgh");
45 test(a, 0, "123456");
46 test(a, -1, "tuvw");
47 test(a, 34, "XYZ");
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dannota-input-while-running.exp59 set test "delete breakpoints"
60 gdb_test_multiple "delete" $test {
66 pass $test
85 set test "continue"
86 gdb_test_multiple $test $test {
93 gdb_assert $saw_continuing $test
101 set test "breakpoint hit"
102 gdb_test_multiple "" $test {
104 pass $test
[all...]
H A Dauto-connect-native-target.exp28 set test "help target native"
29 gdb_test_multiple $test $test {
44 # as test message.
46 proc get_topmost_target {test} {
51 gdb_test_multiple "maint print target-stack" $test {
54 pass $test
77 # TEST is used as test message.
79 proc check_native_target {test} {
82 gdb_test_multiple "maint print target-stack" $test {
[all...]
H A Dbad-file.exp18 # Note: While we test for specific text in error messages,
19 # thus perhaps making the test host specific, if your host
21 # instead of making this test linux-only or some such.
30 set test "non-existent file"
33 gdb_test_multiple "file $bad_file" "$test" {
35 pass $test
39 set test "directory"
42 gdb_test_multiple "file $bad_file" "$test" {
44 pass $test
48 set test "neithe
[all...]
/netbsd-current/libexec/httpd/testsuite/
H A Dtest-simple2 # $NetBSD: test-simple,v 1.6 2018/12/14 23:57:22 maya Exp $
4 test="$1"; shift
10 in="$curdir/$test.in"
11 out="$curdir/$test.out"
12 tmpout="tmp.$test.out"
13 tmperr="tmp.$test.err"
16 echo "Running test $test"
28 echo "Failed test $test
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-i386/
H A Dpr22842a.c5 test (void) function
16 if (bar != test)
19 test ();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
H A Dx86-tsx.S19 .globl test
20 .type test, @function
22 test: label
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-nios2/
H A Dnios2.exp5 foreach test [lsort [glob -nocomplain $srcdir/$subdir/*.d]] {
6 run_dump_test [file rootname $test]
10 set test mixed1
12 if ![ld_assemble $as "-march=r1 $srcdir/$subdir/${test}a.s" tmpdir/${test}a.o] {
17 if ![ld_assemble $as "-march=r2 $srcdir/$subdir/${test}b.s" tmpdir/${test}b.o] {
22 if { ![ld_link $ld tmpdir/$test "tmpdir/${test}a.o tmpdir/${test}
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dpr22842a.c5 test (void) function
16 if (bar != test)
19 test ();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-op-stack-value.exp17 # This test can only be run on targets which support DWARF-2 and use gas.
37 set test "x/wx &aa551234"
38 gdb_test_multiple $test $test {
41 pass $test
47 pass $test
52 unsupported $test
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-error.exp34 set test "set host-charset $charset"
35 set test_regex [string_to_regexp $test]
36 gdb_test_multiple $test $test {
38 pass $test
41 xfail $test

Completed in 467 milliseconds

1234567891011>>