Searched refs:test (Results 151 - 175 of 4014) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
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...]
H A Dhbreak.exp20 set test hbreak
21 set srcfile ${test}.c
22 if { [prepare_for_testing "failed to prepare" ${test} ${srcfile}] } {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
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/gpl3/gdb/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
/netbsd-current/external/gpl3/gdb/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.cp/
H A Dusing-crash.exp27 set test "reload file"
29 pass $test
31 fail $test
H A Dstatic-print-quit.exp30 set test "print c - <return>"
31 gdb_test_multiple "print c" $test {
33 pass $test
42 set test "print c - q <return>"
43 gdb_test_multiple "" $test {
45 pass $test
49 set test "print c - remainder"
50 gdb_test_multiple "" $test {
52 pass $test
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
H A Dskip-two.exp41 set test "dupname ignored from main"
42 gdb_test_multiple "step" $test {
44 fail $test
47 pass $test
54 set test "dupname ignored from n"
55 gdb_test_multiple "step" $test {
57 fail $test
60 pass $test
76 set test "dupname ignored for thefile.cc"
77 gdb_test_multiple "step" $test {
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Di386-biarch-core.exp30 set test "complete set gnutarget"
31 gdb_test_multiple "complete set gnutarget " $test {
33 pass $test
36 pass $test
60 set test "complete set architecture i386"
61 gdb_test_multiple $test $test {
71 # As the provided test core has 64bit PRSTATUS i386 built GDB cannot parse it.
72 # This is just a problem of the test case, real-world elf64-i386 file will have
80 set test "loa
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dusing-crash.exp27 set test "reload file"
29 pass $test
31 fail $test
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
H A Dskip-two.exp41 set test "dupname ignored from main"
42 gdb_test_multiple "step" $test {
44 fail $test
47 pass $test
54 set test "dupname ignored from n"
55 gdb_test_multiple "step" $test {
57 fail $test
60 pass $test
76 set test "dupname ignored for thefile.cc"
77 gdb_test_multiple "step" $test {
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/
H A Dunparsed-requirements.py11 test = Test(suite, ["test.py"], config) variable
12 test.requires = ["meow"]
13 test.unsupported = ["alpha"]
14 test.xfails = ["foo"]
16 parseIntegratedTestScript(test)
19 if test.requires != ["meow", "woof", "quack"]:
21 if test.unsupported != ["alpha", "beta", "gamma"]:
23 if test.xfails != ["foo", "bar", "baz"]:
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/all/
H A Dorg-2.d1 #name: .org test 2
H A Dorg-3.d1 #name: .org test 3
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dorg-6.d1 #name: MIPS .org test 6
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Ddtrace-probe.d18 provider test {
H A Drun-after-attach.exp33 set test "attach to process"
34 gdb_test "attach $test_pid" "Attaching to program.*" $test
36 set test "kill process"
37 gdb_test "kill" "" $test \
40 set test "restart process"
41 gdb_test "start" "Starting program.*Temporary breakpoint .*" $test
43 set test "attempt kill via quit"
47 gdb_test_multiple "quit" $test {
58 gdb_assert $ok $test
H A Dsiginfo-infcall.exp38 set test "continue to the handler"
39 gdb_test_multiple "continue" $test {
41 pass $test
44 fail $test
H A Dui-redirect.exp31 set test "commands"
32 gdb_test_multiple $test $test {
34 pass $test
38 set test "print 1"
39 gdb_test_multiple $test $test {
41 pass $test
61 set test "define userdefined"
62 gdb_test_multiple $test
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
H A Drn-dl-bind.c22 int test (void) function
26 ret = strtoul ("42", NULL, 10); /* test.1 */
27 return ret; /* test.2 */
28 } /* test.3 */
35 ret = test (); /* main.1 */
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-compdir-oldgcc.exp17 # This test can only be run on targets which support DWARF-2 and use gas.
38 set test "info source gcc43"
39 gdb_test_multiple "info source" $test {
41 fail $test
44 pass $test
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dia64-sigill.exp34 set test "info addr label"
35 gdb_test_multiple $test $test {
38 pass $test
44 pass $test
64 set test "continue for the pending signal"
65 gdb_test_multiple "continue" $test {
68 pass $test
71 fail $test
H A Dnon-ldr-exit.exp36 set test "program exits normally"
37 gdb_test_multiple "continue" $test {
39 pass $test
43 fail $test
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
H A Datomic_enum.exp28 set test "ptype pck.data_flag"
29 gdb_test_multiple "$test" $test {
31 pass $test
35 xfail $test
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
H A Datomic_enum.exp28 set test "ptype pck.data_flag"
29 gdb_test_multiple "$test" $test {
31 pass $test
35 xfail $test

Completed in 370 milliseconds

1234567891011>>