From: Jan Kratochvil Date: Sat, 7 Jul 2012 12:10:14 +0000 (+0000) Subject: gdb/testsuite/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=32f11bad17497e06191afd582159c588fb38d21f;p=binutils-gdb.git gdb/testsuite/ Fix XFAIL compatibility with old i386 systems. * gdb.base/stale-infcall.exp (test system longjmp tracking support): Check also 'Cannot insert breakpoint 0'. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 4301b032868..ca49a287841 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2012-07-07 Jan Kratochvil + + Fix XFAIL compatibility with old i386 systems. + * gdb.base/stale-infcall.exp (test system longjmp tracking support): + Check also 'Cannot insert breakpoint 0'. + 2012-07-06 Jan Kratochvil PR 14321 diff --git a/gdb/testsuite/gdb.base/stale-infcall.exp b/gdb/testsuite/gdb.base/stale-infcall.exp index 9d73ebdbd18..0aa8c2ae107 100644 --- a/gdb/testsuite/gdb.base/stale-infcall.exp +++ b/gdb/testsuite/gdb.base/stale-infcall.exp @@ -33,7 +33,7 @@ gdb_test_multiple "next" $test { -re " test-pass .*\r\n$gdb_prompt $" { pass $test } - -re " test-fail .*\r\n$gdb_prompt $" { + -re "( test-fail .*|\r\nCannot insert breakpoint 0\\.\r\n.*)\r\n$gdb_prompt $" { xfail $test untested "System lacks support for tracking longjmps" return -1