This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RFA: Recognize corefile error message as failure



Index: gdb/2001-12-06  Jim Blandy  <jimb@redhat.com>

	* gdb.base/corefile.exp: Recognize the message saying that GDB
 	can't find the core file's registers as a failure.

testsuite/gdb.base/corefile.exp
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/testsuite/gdb.base/corefile.exp,v
retrieving revision 1.52
diff -c -r1.52 corefile.exp
*** gdb/testsuite/gdb.base/corefile.exp	2001/07/13 23:56:12	1.52
--- gdb/testsuite/gdb.base/corefile.exp	2001/12/06 16:41:13
***************
*** 110,115 ****
--- 110,118 ----
  verbose "Timeout is now $timeout seconds" 2
  eval "spawn $GDB -nw $GDBFLAGS -core=$objdir/$subdir/corefile"
  expect {
+     -re "Couldn't find .* registers in core file.*$gdb_prompt $" {
+         fail "args: -core=corefile (couldn't find regs)"
+     }
      -re "Core was generated by .*coremaker.*\r\n\#0  .*\(\).*\r\n$gdb_prompt $" {
  	pass "args: -core=corefile"
      }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]