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

This commit is contained in:
Mark Kettenis 2009-09-11 14:07:37 +00:00
parent 8b31b6c4c8
commit e23bb3fc84
2 changed files with 9 additions and 0 deletions

View File

@ -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.

View File

@ -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
}