Fixup testcases outputting own name as a test name and standardize failed compilation...
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.trace / trace-enable-disable.exp
index 43891fa99c89fa6678c4617033b43de55acbb3ed..27c43f42136ad6a9eea83cc5eb9406933ad0160f 100644 (file)
@@ -23,7 +23,7 @@ set options [list debug [gdb_target_symbol_prefix_flags]]
 
 # Check that the target supports trace.
 if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
-    untested "couldn't compile test program"
+    untested "failed to compile"
     return -1
 }
 
@@ -46,7 +46,7 @@ gdb_load_shlib $libipa
 lappend options shlib=$libipa
 
 if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
-    untested "couldn't compile test program with in-process agent library"
+    untested "failed to compile with in-process agent library"
     return -1
 }
 
This page took 0.027995 seconds and 4 git commands to generate.