Searched refs:test (Results 101 - 125 of 4014) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dinterrupt-noterm.exp35 # lost), then it should get its own specific test. Disable
44 set test "continue &"
45 gdb_test_multiple $test $test {
48 pass $test
51 unsupported $test
61 set test "interrupt"
62 gdb_test_multiple $test $test {
64 pass $test
[all...]
H A Dmulti-line-starts-subshell.exp32 set test "spawn subshell from multi-line"
33 gdb_test_multiple "if 1\nshell ${shell_cmd}\nend" $test {
35 pass $test
38 set test "shell input works"
42 pass $test
45 fail "$test (timeout)"
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 Ddprintf-bp-same-addr.exp27 proc test { style } {
46 set test "set dprintf"
47 gdb_test_multiple "dprintf $dp_location, \"y=%d\\n\", y" $test {
49 unsupported $test
52 pass $test
65 test "gdb"
66 test "agent"
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.
32 fail "cannot compile test program"
41 # Get PID of test program.
43 set test "get inferior process ID"
44 gdb_test_multiple "call (int) getpid()" $test {
47 pass $test
60 set test "get shared memory key"
61 gdb_test_multiple "print shmkey" $test {
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-pru/
H A Dpru.exp5 foreach test [lsort [glob -nocomplain $srcdir/$subdir/*.d]] {
6 verbose [file rootname $test]
7 run_dump_test [file rootname $test]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-vxworks/
H A Dvxworks.exp22 foreach test [lsort [glob -nocomplain $srcdir/$subdir/*.d]] {
23 if { [runtest_file_p $runtests $test] } {
24 run_dump_test [file rootname $test]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.tui/
H A Dtui-nl-filtered-output.exp16 # Regression test for PR tui/21216 - TUI line breaks regression.
42 set test "tui enable"
43 gdb_test_multiple "tui enable" $test {
45 pass $test
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.tui/
H A Dtui-nl-filtered-output.exp16 # Regression test for PR tui/21216 - TUI line breaks regression.
42 set test "tui enable"
43 gdb_test_multiple "tui enable" $test {
45 pass $test
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Ds390-stackless.exp17 verbose "Skipping s390 stackless test."
30 set test "run until SIGSEGV"
31 gdb_test_multiple "" $test {
33 pass $test
H A Dpowerpc-stackless.exp32 set test "run until SIGSEGV"
33 gdb_test_multiple "" $test {
35 pass $test
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dbg-execution-repeat.exp28 # Run the test proper. CONTINUE_CMD is the background continue
31 proc test {continue_cmd} {
44 set test $continue_cmd
45 gdb_test_multiple $test $test {
49 pass $test
55 set test "breakpoint hit 1"
56 gdb_test_multiple "" $test {
58 pass $test
73 set test "breakpoin
[all...]
H A Dbreak-caller-line.exp26 set test "up"
27 gdb_test_multiple $test $test {
30 pass $test
34 set test {info line *$pc}
35 gdb_test_multiple $test $test {
38 pass $test
47 set test "break"
48 gdb_test_multiple $test
[all...]
H A Dcontinue-all-already-running.exp37 set test "no stop"
38 gdb_test_multiple "" $test {
41 pass $test
52 set test "c -a"
53 gdb_test_multiple "c -a" $test {
60 gdb_assert $saw_continuing $test
68 set test "breakpoint hit"
69 gdb_test_multiple "" $test {
71 pass $test
75 set test "prin
[all...]
H A Dgdb-sigterm-2.exp26 set test "expect eof"
27 gdb_test_multiple "" $test {
30 pass $test
H A Dinterrupt-noterm.exp34 # lost), then it should get its own specific test. Disable
43 set test "continue &"
44 gdb_test_multiple $test $test {
47 pass $test
50 unsupported $test
60 set test "interrupt"
61 gdb_test_multiple $test $test {
63 pass $test
[all...]
H A Dmulti-line-starts-subshell.exp32 set test "spawn subshell from multi-line"
33 gdb_test_multiple "if 1\nshell ${shell_cmd}\nend\nPS1=\"$shell_prompt\"" $test {
35 pass $test
38 set test "shell input works"
42 pass $test
45 fail "$test (timeout)"
H A Dmorestack.exp36 set test "continue"
37 gdb_test_multiple $test $test {
39 pass $test
45 xfail $test
H A Ddprintf-bp-same-addr.exp27 proc test { style } {
45 set test "set dprintf"
46 gdb_test_multiple "dprintf $dp_location, \"y=%d\\n\", y" $test {
48 unsupported $test
51 pass $test
64 test "gdb"
65 test "agent"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Diostream.exp36 set test "p std::cerr"
37 gdb_test_multiple $test $test {
39 fail $test
42 pass $test
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-simple-locdesc.exp17 # This test can only be run on targets which support DWARF-2 and use gas.
32 set test "p &s.shl"
33 gdb_test_multiple $test $test {
35 pass $test
38 kfail "symtab/13307" $test
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.gdb/
H A Dunittest.exp27 set test "maintenance selftest"
28 gdb_test_multiple $test $test {
31 gdb_assert "$num_ran > 0" $test
35 unsupported $test
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-simple-locdesc.exp17 # This test can only be run on targets which support DWARF-2 and use gas.
32 set test "p &s.shl"
33 gdb_test_multiple $test $test {
35 pass $test
38 kfail "symtab/13307" $test
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dsysreg-3.s3 .macro test sys_reg xreg
10 test sys_reg=apiakeylo_el1 xreg=x0
11 test sys_reg=apiakeyhi_el1 xreg=x1
12 test sys_reg=apibkeylo_el1 xreg=x2
13 test sys_reg=apibkeyhi_el1 xreg=x3
15 test sys_reg=apdakeylo_el1 xreg=x4
16 test sys_reg=apdakeyhi_el1 xreg=x5
17 test sys_reg=apdbkeylo_el1 xreg=x6
18 test sys_reg=apdbkeyhi_el1 xreg=x7
20 test sys_re
[all...]
/netbsd-current/external/gpl3/gdb.old/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

Completed in 470 milliseconds

1234567891011>>