diff options
author | Mark Kettenis <kettenis@gnu.org> | 2006-05-01 16:39:36 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2006-05-01 16:39:36 +0000 |
commit | 8608915fb197e364c43f872d756fe29380dbc3fd (patch) | |
tree | a1dabc8ba2b6203737adc2a38ddafabeaa353b90 /gdb/testsuite/gdb.base/siginfo.exp | |
parent | 1893a4c08f9eea7021fb85b8514844d52c49a7a9 (diff) | |
download | gdb-8608915fb197e364c43f872d756fe29380dbc3fd.zip gdb-8608915fb197e364c43f872d756fe29380dbc3fd.tar.gz gdb-8608915fb197e364c43f872d756fe29380dbc3fd.tar.bz2 |
* gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
single-step breakpoint fails; make this a KFAIL on
sparc*-*-openbsd*.
* gdb.base/siginfo.exp: Likewise.
* gdb.base/sigstep.exp (advance, advancei): Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.base/siginfo.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/siginfo.exp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/siginfo.exp b/gdb/testsuite/gdb.base/siginfo.exp index a081ab8..d600801 100644 --- a/gdb/testsuite/gdb.base/siginfo.exp +++ b/gdb/testsuite/gdb.base/siginfo.exp @@ -75,6 +75,10 @@ gdb_expect_list "backtrace for nexti" ".*$gdb_prompt $" { # Check that GDB can step the inferior back to main set test "step out of handler" gdb_test_multiple "step" "${test}" { + -re "Could not insert single-step breakpoint.*$gdb_prompt $" { + setup_kfail sparc*-*-openbsd* gdb/1736 + fail "$test (could not insert single-step breakpoint)" + } -re "done = 1;.*${gdb_prompt} $" { send_gdb "$i\n" exp_continue |