* gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.trace / while-dyn.exp
index 03adf8ce8892a21051cd0b840b70fda0dc38e442..6019312091ec0f92824860080bb20c979b79afb8 100644 (file)
@@ -45,7 +45,8 @@ if [istarget "m68k-*-elf"] then {
     send_gdb "compare-section CS\n"
     gdb_expect {
        -re "MIS-MATCHED.*$gdb_prompt $" {
-           gdb_suppress_entire_file "Symbol file does not match target!
+           untested while-dyn.exp
+           return -1
            all tests in this module will fail.";
        }
        -re ".*$gdb_prompt $" { }
@@ -56,7 +57,8 @@ if [istarget "m68k-*-elf"] then {
     set binfile $objdir/$subdir/$testfile
     if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \
            executable {debug nowarnings}] != "" } {
-       gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
+       untested while-dyn.exp
+       return -1
     }
     gdb_load $binfile
     gdb_test "tstop"       "" ""
This page took 0.024659 seconds and 4 git commands to generate.