diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 56ee785b1f1..625a70cf435 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-09-27 Tom de Vries + + PR record/23188 + * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188. + 2019-09-26 Tom Tromey * gdb.ada/py_taft.exp: New file. diff --git a/gdb/testsuite/gdb.reverse/step-precsave.exp b/gdb/testsuite/gdb.reverse/step-precsave.exp index 7443995c007..f5e15510e1f 100644 --- a/gdb/testsuite/gdb.reverse/step-precsave.exp +++ b/gdb/testsuite/gdb.reverse/step-precsave.exp @@ -46,7 +46,15 @@ gdb_test "break $end_of_main" \ # This can take awhile. with_timeout_factor 20 { - gdb_test "continue" "Breakpoint .* end of main .*" "run to end of main" + set test "run to end of main" + gdb_test_multiple "continue" $test { + -re "Breakpoint .* end of main .*" { + pass $test + } + -re "Process record does not support instruction 0xc5 at.*$gdb_prompt $" { + kfail "record/23188" $test + } + } } # So can this, against gdbserver, for example.