diff -paruN old/src/gdb/testsuite/gdb.gdb/complaints.exp new/src/gdb/testsuite/gdb.gdb/complaints.exp --- old/src/gdb/testsuite/gdb.gdb/complaints.exp 2004-08-28 18:55:48.000000000 -0500 +++ new/src/gdb/testsuite/gdb.gdb/complaints.exp 2004-08-31 14:56:21.000000000 -0500 @@ -55,6 +55,11 @@ proc setup_test { executable } { if { [lindex $result 0] != "" } then { return -1 + } else { + if { [lindex $result 1] == "nodebug"} then { + untested "No debug information, skipping testcase." + return -1 + } } # Set a breakpoint at main diff -paruN old/src/gdb/testsuite/gdb.gdb/observer.exp new/src/gdb/testsuite/gdb.gdb/observer.exp --- old/src/gdb/testsuite/gdb.gdb/observer.exp 2004-08-28 18:55:48.000000000 -0500 +++ new/src/gdb/testsuite/gdb.gdb/observer.exp 2004-08-31 14:57:34.000000000 -0500 @@ -53,6 +53,11 @@ proc setup_test { executable } { if { [lindex $result 0] != "" } then { return -1 + } else { + if { [lindex $result 1] == "nodebug"} then { + untested "No debug information, skipping testcase." + return -1 + } } # Set a breakpoint at main diff -paruN old/src/gdb/testsuite/gdb.gdb/selftest.exp new/src/gdb/testsuite/gdb.gdb/selftest.exp --- old/src/gdb/testsuite/gdb.gdb/selftest.exp 2004-08-28 18:55:48.000000000 -0500 +++ new/src/gdb/testsuite/gdb.gdb/selftest.exp 2004-08-31 14:58:20.000000000 -0500 @@ -247,6 +247,11 @@ proc test_with_self { executable } { if { [lindex $result 0] != "" } then { return -1 + } else { + if { [lindex $result 1] == "nodebug"} then { + untested "No debug information, skipping testcase." + return -1 + } } # disassemble yourself diff -paruN old/src/gdb/testsuite/gdb.gdb/xfullpath.exp new/src/gdb/testsuite/gdb.gdb/xfullpath.exp --- old/src/gdb/testsuite/gdb.gdb/xfullpath.exp 2004-08-28 18:55:48.000000000 -0500 +++ new/src/gdb/testsuite/gdb.gdb/xfullpath.exp 2004-08-31 14:58:46.000000000 -0500 @@ -54,6 +54,11 @@ proc setup_test { executable } { if { [lindex $result 0] != "" } then { return -1 + } else { + if { [lindex $result 1] == "nodebug"} then { + untested "No debug information, skipping testcase." + return -1 + } } # Set a breakpoint at main