From: cagney Date: Wed, 7 Jul 2004 17:30:09 +0000 (+0000) Subject: 2004-07-07 Andrew Cagney X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c88788304d320ed153dae5904f16f70a347d8ac9;p=pf3gnuchains%2Fsourceware.git 2004-07-07 Andrew Cagney * gdb.base/sigbpt.exp (stepi_out): Check for a single step corrupting the PC. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d16d58daef..989ce312c2 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-07-07 Andrew Cagney + + * gdb.base/sigbpt.exp (stepi_out): Check for a single step + corrupting the PC. + 2004-07-06 Michael Chastain * gdb.cp/templates.exp: Accept whitespace change in demangler diff --git a/gdb/testsuite/gdb.base/sigbpt.exp b/gdb/testsuite/gdb.base/sigbpt.exp index 46d0c86a4b..d9585337aa 100644 --- a/gdb/testsuite/gdb.base/sigbpt.exp +++ b/gdb/testsuite/gdb.base/sigbpt.exp @@ -184,6 +184,9 @@ proc stepi_out { name args } { -re "pc *[after_segv] .*bowler.*$gdb_prompt $" { kfail gdb/1702 "$test (skipped fault insn)" } + -re "pc *0x\[a-z0-9\]* .*bowler.*$gdb_prompt $" { + kfail gdb/1702 "$test (corrupt pc)" + } } # Clear any breakpoints