diff options
author | Sandra Loosemore <sandra@codesourcery.com> | 2015-07-15 08:30:14 -0700 |
---|---|---|
committer | Sandra Loosemore <sandra@codesourcery.com> | 2015-07-15 08:34:09 -0700 |
commit | 03346981fe6c11ab63b54a8d1919d6357e659684 (patch) | |
tree | ff765e7a1f2404703be05b5934970656cdb84e00 /gdb/testsuite/gdb.base/siginfo.exp | |
parent | 189ebcf9150ee935fd5f9718a3abf02084dde02d (diff) | |
download | gdb-03346981fe6c11ab63b54a8d1919d6357e659684.zip gdb-03346981fe6c11ab63b54a8d1919d6357e659684.tar.gz gdb-03346981fe6c11ab63b54a8d1919d6357e659684.tar.bz2 |
Unbreak nios2-*-linux* GDB testing.
2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
gdb/testsuite/
* gdb.base/sigaltstack.exp (finish_test): Add kfail for
nios2-*-linux*.
* gdb.base/sigbpt.exp (stepi_out): Likewise.
* 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 1ae87dd..45365a5 100644 --- a/gdb/testsuite/gdb.base/siginfo.exp +++ b/gdb/testsuite/gdb.base/siginfo.exp @@ -64,6 +64,10 @@ gdb_test_multiple "step" "${test}" { setup_kfail gdb/8841 sparc*-*-openbsd* fail "$test (could not insert single-step breakpoint)" } + -re "Cannot insert breakpoint.*Cannot access memory.*$gdb_prompt $" { + setup_kfail gdb/8841 "nios2*-*-linux*" + fail "$test (could not insert single-step breakpoint)" + } -re "done = 1;.*${gdb_prompt} $" { send_gdb "$i\n" exp_continue |