X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.mi%2Fmi-breakpoint-changed.exp;h=c49c5c88fb5a625616755e9bffa2371306027456;hb=84c93cd5f1ff869eb8c04314738eaa2cddb3c29e;hp=dc427209a899b763b3a080fcf73828df13d6e1f6;hpb=fb9feb35913d4cf26baf01e1638b18af301f5387;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/gdb.mi/mi-breakpoint-changed.exp b/gdb/testsuite/gdb.mi/mi-breakpoint-changed.exp index dc427209a8..c49c5c88fb 100644 --- a/gdb/testsuite/gdb.mi/mi-breakpoint-changed.exp +++ b/gdb/testsuite/gdb.mi/mi-breakpoint-changed.exp @@ -31,7 +31,7 @@ set lib_opts "debug" if { [gdb_compile_shlib $libsrc1 $lib_sl1 $lib_opts] != "" || [gdb_compile_shlib $libsrc2 $lib_sl2 $lib_opts] != ""} { - untested "could not compile either $libsrc1 or $libsrc2" + untested "failed to compile shared library" return -1 } @@ -39,7 +39,7 @@ set MIFLAGS "-i=mi" set exec_opts [list debug shlib=$lib_sl1 shlib_load] if { [gdb_compile $srcdir/$subdir/$srcfile $binfile executable $exec_opts] != "" } { - untested "failed to compile $srcfile" + untested "failed to compile" return -1 }