* 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:
Mark Kettenis 2005-07-18 19:23:54 +00:00
parent 613e813508
commit 598b7a6f2b
3 changed files with 6 additions and 0 deletions

View file

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

View file

@ -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} $" {

View file

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