Browse Source

* gdb.threads/current-lwp-dead.exp: Only run this on Linux.

gdb_7_0-branch
Mark Kettenis 17 years ago
parent
commit
e23bb3fc84
  1. 4
      gdb/testsuite/ChangeLog
  2. 5
      gdb/testsuite/gdb.threads/current-lwp-dead.exp

4
gdb/testsuite/ChangeLog

@ -1,3 +1,7 @@
2009-09-11 Mark Kettenis <kettenis@gnu.org>
* gdb.threads/current-lwp-dead.exp: Only run this on Linux.
2009-09-10 Doug Evans <dje@google.com>
* gdb.base/breakpoint-shadow.exp: Fix intermittent failures.

5
gdb/testsuite/gdb.threads/current-lwp-dead.exp

@ -18,6 +18,11 @@
# Please email any bugs, comments, and/or additions to this file to:
# bug-gdb@gnu.org
# This only works with on Linux targets.
if ![istarget *-*-linux*] then {
return
}
if { [prepare_for_testing current-lwp-dead.exp current-lwp-dead] } {
return -1
}

Loading…
Cancel
Save