* gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
*-*-openbsd*. * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
This commit is contained in:
parent
613e813508
commit
598b7a6f2b
@ -1,5 +1,9 @@
|
||||
2005-07-18 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
|
||||
*-*-openbsd*.
|
||||
* gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
|
||||
|
||||
* gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
|
||||
sigaltsatck'.
|
||||
|
||||
|
@ -87,6 +87,7 @@ proc finish_test { pattern msg } {
|
||||
# trampolines. We can't set a breakpoint there, and we
|
||||
# don't gracefully fall back to single-stepping.
|
||||
setup_kfail "i?86-*-linux*" gdb/1736
|
||||
setup_kfail "*-*-openbsd*" gdb/1736
|
||||
fail "$msg (could not set breakpoint)"
|
||||
}
|
||||
-re "$pattern.*${gdb_prompt} $" {
|
||||
|
@ -118,6 +118,7 @@ proc advancei { i } {
|
||||
# trampolines. We can't set a breakpoint there, and we
|
||||
# don't gracefully fall back to single-stepping.
|
||||
setup_kfail "i?86-*-linux*" gdb/1736
|
||||
setup_kfail "*-*-openbsd*" gdb/1736
|
||||
fail "$test (could not set breakpoint)"
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user