aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads/attach-slow-waitpid.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.threads/attach-slow-waitpid.exp')
-rw-r--r--gdb/testsuite/gdb.threads/attach-slow-waitpid.exp7
1 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/attach-slow-waitpid.exp b/gdb/testsuite/gdb.threads/attach-slow-waitpid.exp
index a7005a0..a294f71 100644
--- a/gdb/testsuite/gdb.threads/attach-slow-waitpid.exp
+++ b/gdb/testsuite/gdb.threads/attach-slow-waitpid.exp
@@ -88,7 +88,12 @@ set test_spawn_id [spawn_wait_for_attach $binfile]
set testpid [spawn_id_get_pid $test_spawn_id]
# Start GDB with preload library in place.
-gdb_spawn_with_ld_preload $libobj
+if { [gdb_spawn_with_ld_preload $libobj] == -1 } {
+ # Make sure we get UNTESTED rather than UNRESOLVED.
+ set errcnt 0
+ untested "Couldn't start GDB with preloaded lib"
+ return -1
+}
# Load binary, and attach to running program.
gdb_load ${binfile}