2004-09-01 Manoj Iyer = 0 } then { + untested "No debug information, skipping testcase." + return -1 + } } # Set a breakpoint at main diff -paurN ./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-09-01 11:54:20.000000000 -0500 @@ -53,6 +53,11 @@ proc setup_test { executable } { if { [lindex $result 0] != "" } then { return -1 + } else { + if { [lsearch -exact [lrange $result 1 end] "nodebug"] >= 0 } then { + untested "No debug information, skipping testcase." + return -1 + } } # Set a breakpoint at main diff -paurN ./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-09-01 11:54:53.000000000 -0500 @@ -247,6 +247,11 @@ proc test_with_self { executable } { if { [lindex $result 0] != "" } then { return -1 + } else { + if { [lsearch -exact [lrange $result 1 end] "nodebug"] >= 0 } then { + untested "No debug information, skipping testcase." + return -1 + } } # disassemble yourself diff -paurN ./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-09-01 11:55:17.000000000 -0500 @@ -54,6 +54,11 @@ proc setup_test { executable } { if { [lindex $result 0] != "" } then { return -1 + } else { + if { [lsearch -exact [lrange $result 1 end] "nodebug"] >= 0 } then { + untested "No debug information, skipping testcase." + return -1 + } } # Set a breakpoint at main