X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.trace%2Fpending.exp;h=30d14faf3ac2febb6bddd584323c540c30679a97;hb=84c93cd5f1ff869eb8c04314738eaa2cddb3c29e;hp=28ffc2859a58be9d266ae81b47da4751f137563a;hpb=fb9feb35913d4cf26baf01e1638b18af301f5387;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/gdb.trace/pending.exp b/gdb/testsuite/gdb.trace/pending.exp index 28ffc2859a..30d14faf3a 100644 --- a/gdb/testsuite/gdb.trace/pending.exp +++ b/gdb/testsuite/gdb.trace/pending.exp @@ -31,13 +31,13 @@ set lib_opts [gdb_target_symbol_prefix_flags] 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 } 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 } @@ -508,7 +508,7 @@ gdb_load_shlib $libipa lappend exec_opts "shlib=$libipa" if { [gdb_compile $srcdir/$subdir/$srcfile $binfile executable $exec_opts] != "" } { - untested "failed to compile $srcfile" + untested "failed to compile with in-process agent library" return -1 }