diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/dlopen-libpthread.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/dlopen-libpthread.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.threads/dlopen-libpthread.exp b/gdb/testsuite/gdb.threads/dlopen-libpthread.exp index 8ad9acd..0fbd326 100644 --- a/gdb/testsuite/gdb.threads/dlopen-libpthread.exp +++ b/gdb/testsuite/gdb.threads/dlopen-libpthread.exp @@ -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 } } |