mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 06:20:30 +00:00
* gdb.threads/current-lwp-dead.exp: Only run this on Linux.
This commit is contained in:
parent
8b31b6c4c8
commit
e23bb3fc84
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user