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