Fix more cases of improper test names
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / dlopen-libpthread.exp
index 8ad9acdd7a0ce79b03401c67dc38226e3e411cbb..0fbd3266363a02417391df1f82d724518277f4de 100644 (file)
@@ -31,7 +31,7 @@ set lib_dlopen [shlib_target_file ${executable}.so]
 
 set relink_args [build_executable_own_libs ${testfile}.exp ${executable}.so $srclibfile {debug shlib_pthreads} no]
 if {$relink_args == "" || ![prelink_no $relink_args]
-    || [prepare_for_testing ${testfile}.exp ${executable} ${srcmainfile} {debug shlib_load}] } {
+    || [prepare_for_testing "failed to prepare" ${executable} ${srcmainfile} {debug shlib_load}] } {
     return -1
 }
 gdb_load_shlib $binfile_lib
@@ -47,7 +47,7 @@ gdb_test_multiple $test $test {
     }
     -re "No probes matched\\.\r\n$gdb_prompt $" {
        xfail $test
-       untested ${testfile}.exp
+       untested "no matching probes"
        return
     }
 }
This page took 0.024985 seconds and 4 git commands to generate.