Fix more cases of improper test names
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / stap-probe.exp
index df46e807bf2318b4a02fed692e80bab02c704724..c3726be79314d63a30aef8e3d6316a1ff38b6ea6 100644 (file)
@@ -21,7 +21,7 @@ standard_testfile
 proc stap_test {exec_name {arg ""}} {
     global testfile hex srcfile
 
-    if {[prepare_for_testing ${testfile}.exp ${exec_name} $srcfile \
+    if {[prepare_for_testing "failed to prepare" ${exec_name} $srcfile \
           [concat $arg debug]]} {
        return -1
     }
@@ -96,7 +96,7 @@ proc stap_test {exec_name {arg ""}} {
 proc stap_test_no_debuginfo {exec_name {arg ""}} {
     global testfile hex
 
-    if {[prepare_for_testing ${testfile}.exp ${exec_name} ${testfile}.c \
+    if {[prepare_for_testing "failed to prepare" ${exec_name} ${testfile}.c \
           {$arg nodebug optimize=-O2}]} {
        return -1
     }
@@ -161,7 +161,7 @@ proc stap_test_no_debuginfo {exec_name {arg ""}} {
 
 with_test_prefix "without semaphore, not optimized" {
     if {[stap_test "stap-probe-nosem-noopt"] == -1} {
-       untested stap-probe.exp
+       untested "stap probe test failed"
          return -1
     }
 }
This page took 0.026882 seconds and 4 git commands to generate.