Reviewed and approved by drow@false.org.
authorFred Fish <fnf@specifix.com>
Sat, 28 Feb 2004 05:40:46 +0000 (05:40 +0000)
committerFred Fish <fnf@specifix.com>
Sat, 28 Feb 2004 05:40:46 +0000 (05:40 +0000)
2004-02-27  Fred Fish  <fnf@redhat.com>
* gdb.base/chng-syms.exp: Add expect condition to match failing
case that isn't a timeout.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/chng-syms.exp

index a9c8a5cbdbfaaa5d98de5a0ae6f31cbdf01038a2..ba85a6b11959467d5d6362789bb740de4248481a 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-27  Fred Fish  <fnf@redhat.com>
+
+       * gdb.base/chng-syms.exp: Add expect condition to match failing
+       case that isn't a timeout.
+
 2004-02-27  Andrew Cagney  <cagney@redhat.com>
 
        * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
index 18f847f937db3a0bc431ced182dd58750605edfc..90dcf2b238ae9c4030b6d447729012d7338b2c2e 100644 (file)
@@ -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" 
        }