[commit] KFAIL parts of sigalstack.exp and sigstep.exp on OpenBSD
Mark Kettenis
mark.kettenis@xs4all.nl
Mon Jul 18 19:24:00 GMT 2005
OpenBSD has a very similar problem as Linux 2.6.5.
Committed,
Mark
Index: ChangeLog
from 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*.
Index: gdb.base/sigaltstack.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/sigaltstack.exp,v
retrieving revision 1.4
diff -u -p -r1.4 sigaltstack.exp
--- gdb.base/sigaltstack.exp 9 Aug 2004 19:09:30 -0000 1.4
+++ gdb.base/sigaltstack.exp 18 Jul 2005 19:21:33 -0000
@@ -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} $" {
Index: gdb.base/sigstep.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/sigstep.exp,v
retrieving revision 1.9
diff -u -p -r1.9 sigstep.exp
--- gdb.base/sigstep.exp 23 Sep 2004 20:29:30 -0000 1.9
+++ gdb.base/sigstep.exp 18 Jul 2005 19:21:33 -0000
@@ -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
}
More information about the Gdb-patches
mailing list