Searched refs:test (Results 451 - 475 of 4013) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
H A Dprint_type.exp60 set test "ptype intap"
61 gdb_test_multiple "ptype intap" $test {
63 pass $test
66 pass $test
107 set test "ptype intap"
108 gdb_test_multiple $test $test {
110 pass $test
113 pass $test
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
H A Dbreak-ask.exp54 set test "break twodup absolute"
55 gdb_test_multiple $cmd $test {
57 pass $test
65 set test "break twodup relative"
66 gdb_test_multiple $cmd $test {
68 pass $test
85 set test "break twodup relative other"
86 gdb_test_multiple $cmd $test {
88 pass $test
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-cmd.exp182 "test completion through complete command"
188 # the easiest way is just to test with Python.
251 set test "complete 'expr_test bar.i'"
253 gdb_test_multiple "" "$test" {
256 gdb_test_multiple "" $test {
258 pass "$test"
281 set test "verify pagination from test_multiline"
282 gdb_test_multiple "test_multiline" $test {
290 pass $test
295 set test "verif
[all...]
H A Dpy-events.exp48 gdb_test "test-objfile-events" "Object file events registered."
56 gdb_test "test-events" "Event testers registered."
124 set test "up"
125 gdb_test_multiple {up} $test {
127 fail $test
130 pass $test
134 set test "down"
135 gdb_test_multiple {down} $test {
137 fail $test
140 pass $test
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dthread-specific-bp.exp36 set test "get $func thread id"
37 gdb_test_multiple "info threads" $test {
41 pass $test
89 set test "continue to end"
92 gdb_test_multiple "$cmd" $test -lbl {
111 set test "thread-specific breakpoint was deleted"
112 gdb_test_multiple "info breakpoint" $test {
114 fail $test
117 pass $test
H A Dwatchthreads-reorder.exp54 set test "rwatch thread2_rwatch"
55 gdb_test_multiple $test $test {
58 unsupported $test
62 pass $test
H A Dsignal-delivered-right-thread.exp28 # Run test proper. COMMAND indicates whether to resume the inferior
31 proc test { command } {
57 set test "signal 0 queries"
58 gdb_test_multiple "signal 0" $test {
60 fail "$test (multiple threads noted)"
64 pass $test
68 fail "$test (no threads noted)"
83 test $command
H A Dcontinue-pending-after-query.exp18 # Regression test for a bug that would go like this:
51 proc test {} {
67 set test "delete breakpoints, answer prompt"
69 gdb_test_multiple "delete breakpoints" $test {
76 gdb_assert $saw_prompt $test
88 test
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dexecl-update-breakpoints.exp42 # exec2. If it is, then skip the test as unsupported.
50 set test "main address first"
51 gdb_test_multiple "p/x &main" $test {
54 pass $test
64 set test "probe memory access"
65 gdb_test_multiple "x $addr" $test {
68 pass $test
71 pass $test
80 # The test proper. ALWAYS_INSERTED indicates whether testing in
83 proc test { always_inserte
[all...]
H A Dbreakpoint-in-ro-region.exp48 set test "probe target hardware step"
49 gdb_test_multiple "si" $test {
52 pass $test
55 pass $test
74 set test "get lo address of $function"
75 gdb_test_multiple "disassemble $function" $test {
79 pass $test
88 set test "get hi address of $function"
89 gdb_test_multiple "x/2i $function+$size" $test {
92 pass $test
[all...]
H A Dadvance-until-multiple-locations.exp36 if ![runto test] {
56 if ![runto test] {
71 if ![runto test] {
86 if ![runto test] {
97 # Now test that advance also stops at the other overload called by
103 "test \\(\\) at .*" \
120 if ![runto test] {
H A Dcall-sc.exp23 # test.
72 set test "ptype; ${testfile}"
74 gdb_test_multiple "ptype/r ${type}" "${test}" {
77 pass "$test (${foo_t})"
123 # This test can never fail.
144 # for the test case. FAILS is a list of target tuples that will fail
145 # this test.
149 # Unlike "test struct calls", this test is expected to "fail" when the
150 # return-value is in memory (GDB can't find the location). The test
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
H A Dformatted_ref.exp18 # Note: This test is essentially a transcription of gdb.cp/formatted-ref.exp,
53 set test "print/x $var"
54 gdb_test_multiple "$test" $test {
56 pass $test
59 fail "$test (prints just address)"
62 fail "$test (prints unexpected address)"
73 set test "print/x $var'$space$attr"
74 gdb_test_multiple $test $test {
[all...]
H A Dpacked_record.exp34 set test "print var"
35 gdb_test_multiple $test $test {
37 pass $test
44 fail $test
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-cmd.exp181 "test completion through complete command"
187 # the easiest way is just to test with Python.
250 set test "complete 'expr_test bar.i'"
252 gdb_test_multiple "" "$test" {
255 gdb_test_multiple "" $test {
257 pass "$test"
280 set test "verify pagination from test_multiline"
281 gdb_test_multiple "test_multiline" $test {
289 pass $test
294 set test "verif
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
H A Dbreak-ask.exp57 set test "break twodup absolute"
58 gdb_test_multiple $cmd $test {
60 pass $test
68 set test "break twodup relative"
69 gdb_test_multiple $cmd $test {
71 pass $test
88 set test "break twodup relative other"
89 gdb_test_multiple $cmd $test {
91 pass $test
/netbsd-current/external/mpl/bind/dist/tests/ns/
H A Dplugin_test.c47 const ns_test_id_t id; /* libns test identifier */
60 run_full_path_test(const ns_plugin_expandpath_test_params_t *test, argument
65 REQUIRE(test != NULL);
66 REQUIRE(test->id.description != NULL);
67 REQUIRE(test->input != NULL);
68 REQUIRE(test->result != ISC_R_SUCCESS || test->output != NULL);
72 * it can get cleaned up by _teardown() if the test fails.
74 *target = isc_mem_allocate(mctx, test->output_size);
79 result = ns_plugin_expandpath(test
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/microblaze/
H A Drelax_size.exp2 proc ld_run { objects ldflags dest test } {
6 proc readelf_run { exec flags dest test } {
12 proc regexp_test { file1 file2 test } {
13 if [regexp_diff $file1 $file2] then { fail $test } else { pass $test }
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dbreakpoint-in-ro-region.exp48 set test "probe target hardware step"
49 gdb_test_multiple "si" $test {
52 pass $test
55 pass $test
74 set test "get lo address of $function"
75 gdb_test_multiple "disassemble $function" $test {
79 pass $test
88 set test "get hi address of $function"
89 gdb_test_multiple "x/2i $function+$size" $test {
92 pass $test
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dcontinue-pending-after-query.exp18 # Regression test for a bug that would go like this:
51 proc test {} {
67 set test "delete breakpoints, answer prompt"
69 gdb_test_multiple "delete breakpoints" $test {
76 gdb_assert $saw_prompt $test
88 test
H A Dsignal-delivered-right-thread.exp28 # Run test proper. COMMAND indicates whether to resume the inferior
31 proc test { command } {
58 set test "signal 0 queries"
59 gdb_test_multiple "signal 0" $test {
61 fail "$test (multiple threads noted)"
65 pass $test
69 fail "$test (no threads noted)"
84 test $command
H A Dwatchthreads-reorder.exp54 set test "rwatch thread2_rwatch"
55 gdb_test_multiple $test $test {
58 unsupported $test
62 pass $test
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Di386-sse-stack-align.exp46 set test "print (int) g$i ($args)"
47 gdb_test_multiple $test $test {
49 pass $test
52 fail $test
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Di386-sse-stack-align.exp46 set test "print (int) test_g$i ($args)"
47 gdb_test_multiple $test $test {
49 pass $test
52 fail $test
H A Di386-biarch-core.exp25 verbose "Skipping i386 biarch core test."
62 # As the provided test core has 64bit PRSTATUS i386 built GDB cannot parse it.
63 # This is just a problem of the test case, real-world elf64-i386 file will have
71 set test "load core file"
72 gdb_test_multiple "core-file ${corefile}" $test {
75 fail $test
77 pass $test
83 pass $test

Completed in 415 milliseconds

<<11121314151617181920>>