[gdb] Use partial symbol table to find language for main
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / current-lwp-dead.exp
index bb175cd6a3e3b62c63c73230cbb22e86897dfc81..ad861a21ae86363de8a5ddc1f67084f03859992f 100644 (file)
@@ -1,6 +1,6 @@
 # This testcase is part of GDB, the GNU debugger.
 
-# Copyright 2009 Free Software Foundation, Inc.
+# Copyright 2009-2020 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
 # Please email any bugs, comments, and/or additions to this file to:
 # bug-gdb@gnu.org
 
-if { [prepare_for_testing current-lwp-dead.exp current-lwp-dead] } {
+# This only works with on Linux targets.
+if ![istarget *-*-linux*] then {
+    return
+}
+
+if { [prepare_for_testing "failed to prepare" current-lwp-dead] } {
     return -1
 }
 
 if {[runto_main] <= 0} {
-    untested current-lwp-dead.exp
+    untested "could not run to main"
     return -1
 }
 
This page took 0.023579 seconds and 4 git commands to generate.