From 8514e9b40ff046a51de37b371acb0e4f6267c735 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Sat, 28 Feb 2004 05:40:46 +0000 Subject: Reviewed and approved by drow@false.org. 2004-02-27 Fred Fish * gdb.base/chng-syms.exp: Add expect condition to match failing case that isn't a timeout. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.base/chng-syms.exp | 3 +++ 2 files changed, 8 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a9c8a5cbdbf..ba85a6b1195 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-02-27 Fred Fish + + * gdb.base/chng-syms.exp: Add expect condition to match failing + case that isn't a timeout. + 2004-02-27 Andrew Cagney * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile diff --git a/gdb/testsuite/gdb.base/chng-syms.exp b/gdb/testsuite/gdb.base/chng-syms.exp index 18f847f937d..90dcf2b238a 100644 --- a/gdb/testsuite/gdb.base/chng-syms.exp +++ b/gdb/testsuite/gdb.base/chng-syms.exp @@ -108,6 +108,9 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb -re "Error in re-setting .*No symbol .var1..*Program exited normally.*" { pass "running with invalidated bpt condition after executable changes" } + -re "$gdb_prompt $" { + fail "running with invalidated bpt condition after executable changes" + } timeout { fail "(timeout) running with invalidated bpt condition after executable changes" } -- cgit v1.2.1