Fixup testcases outputting own name as a test name and standardize failed compilation...
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.trace / tspeed.exp
index d44eba93bb1ef11d6339d79885ac1f019bbb8e1c..8a9917c8e04d243eb87ef491090106cbf0d7187e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2011-2015 Free Software Foundation, Inc.
+# Copyright 2011-2016 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -21,8 +21,8 @@ set executable $testfile
 set ipalib [get_in_proc_agent]
 
 if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \
-         executable [concat {debug nowarnings c} libs=$ipalib]] != "" } {
-    untested tspeed.exp
+         executable [concat {debug nowarnings c} shlib=$ipalib]] != "" } {
+    untested "failed to compile"
     return -1
 }
 
@@ -128,7 +128,7 @@ clean_restart $executable
 runto_main
 
 if { ![gdb_target_supports_trace] } then {
-    unsupported "Current target does not support trace"
+    unsupported "current target does not support trace"
     return 1
 }
 
This page took 0.025226 seconds and 4 git commands to generate.