Searched refs:test (Results 376 - 400 of 4013) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dprocess-dies-while-handling-bp.exp16 # This test spawns a few threads that constantly trip on a breakpoint
34 # The test proper. If COND_BP_TARGET is true, then test with
53 # Whether it's known that the test fails.
65 set test "show remote conditional-breakpoints-packet"
66 gdb_test_multiple $test $test {
68 pass $test
83 set test "continue &"
84 gdb_test_multiple $test
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dprocess-dies-while-handling-bp.exp16 # This test spawns a few threads that constantly trip on a breakpoint
34 # The test proper. If COND_BP_TARGET is true, then test with
52 # Whether it's known that the test fails.
64 set test "show remote conditional-breakpoints-packet"
65 gdb_test_multiple $test $test {
67 pass $test
82 set test "continue &"
83 gdb_test_multiple $test
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-checks/
H A Dchecks.exp34 set test "check sections 1"
39 unresolved $test
44 fail $test
46 pass $test
49 set test "check sections 2"
63 fail $test
71 pass $test
74 fail $test
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dsb1-ext-ps.s1 # source file to test assembly of SB-1 core's paired-single
H A Dsdata-gp.s6 test: label
H A Djalr2.s1 .ent test
2 test: label
9 .end test
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/nios2/
H A Dbreak.s1 # Source file used to test the 20-bit break instructions
H A Dbret.s1 # Source file used to test the bret instructions
H A Dret.s1 # Source file used to test the ret instructions
H A Dsync.s1 # Source file used to test the sync instructions
H A Dtret.s1 # Source file used to test the ret instructions
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/rx/
H A Drx.exp26 foreach test [lsort [glob $srcdir/$subdir/*.sm]] {
27 regexp ".*/(.*)\.sm" $test rxjunk rxbase
28 exec "$srcdir/$subdir/explode" "-I" "$srcdir/$subdir" "$test" "$rxbase.s"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsource.exp26 gdb_test "source -v ${srcdir}/${subdir}/source-test.gdb" \
27 "echo test source options.*" \
32 set test "source after -v"
33 gdb_test_multiple "source ${srcdir}/${subdir}/source-test.gdb" $test {
34 -re "echo test source options.*$gdb_prompt $" {
35 fail "$test"
37 -re "test source options.*$gdb_prompt $" {
38 pass "$test"
44 gdb_test "source -s ./source-test
[all...]
H A Dwatchpoint-stops-at-right-insn.exp37 # This test makes sure that GDB knows which kind of watchpoint the
87 # Get the current PC. TEST is used as test prefix.
89 proc get_pc {test} {
93 gdb_test_multiple "p /x \$pc" "$test" {
96 pass "$test"
109 set test "set probe hw watchpoint"
110 gdb_test_multiple "watch global" $test {
112 pass $test
115 pass $test
118 pass $test
[all...]
H A Dattach-wait-input.exp29 # simpler to do, so we test with both editing on and off.
31 # The test uses the "attach" command.
55 # Get the PID of the test process.
57 set test "get inferior process ID"
58 gdb_test_multiple "p mypid" $test {
61 pass $test
74 # Do test proper. EDITING indicates whether "set editing" is on or
77 proc test { editing } {
97 set test "attach and print"
100 pass "$test"
[all...]
H A Dlibsegfault.exp59 set test "gdb emits custom handler warning"
60 gdb_test_multiple "" $test {
68 pass $test
76 set test "quiet suppresses custom handler warning"
77 gdb_test_multiple "" $test {
79 pass $test
H A Dpaginate-inferior-exit.exp43 set test "continue to pagination"
48 gdb_test_multiple "continue" $test {
51 pass $test
65 set test "inferior exits normally"
68 gdb_test_multiple "" $test {
70 pass $test
H A Dreadnever.exp65 set test "test readnow and readnever at the same time"
66 gdb_test_multiple "" $test {
68 pass $test
69 set test "expect eof after failure"
70 gdb_test_multiple "" $test {
72 pass $test
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
H A Dcompile-cplus-print.exp55 set test "compile print *vararray@3"
56 gdb_test_multiple $test $test {
58 pass $test
66 set test "compile print *vararrayp@3"
67 gdb_test_multiple $test $test {
69 pass $test
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-plugin/
H A Dpr12942a.cc9 if (test != b ())
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dwatchpoint-stops-at-right-insn.exp37 # This test makes sure that GDB knows which kind of watchpoint the
86 # Get the current PC. TEST is used as test prefix.
88 proc get_pc {test} {
92 gdb_test_multiple "p /x \$pc" "$test" {
95 pass "$test"
108 set test "set probe hw watchpoint"
109 gdb_test_multiple "watch global" $test {
111 pass $test
114 pass $test
117 pass $test
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
H A Dcompile-cplus-print.exp53 set test "compile print *vararray@3"
54 gdb_test_multiple $test $test {
56 pass $test
64 set test "compile print *vararrayp@3"
65 gdb_test_multiple $test $test {
67 pass $test
/netbsd-current/usr.bin/make/unit-tests/
H A Ddepsrc-nopath.exp1 : Making test-regular from depsrc-nopath.dir/regular.file
2 : Making test-nopath from nopath.file
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
H A Dmulti-thread-step.c26 test (void *arg) function
45 pthread_create (&th, NULL, test, NULL);
47 test (NULL);
H A Dnon-stop.c23 test (void *arg) function
38 pthread_create (&th, NULL, test, NULL);
40 test (NULL);

Completed in 393 milliseconds

<<11121314151617181920>>