Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] testsuite/gdb.base/bang.exp:  Allow trailing text after "Program exited normally"
@ 2003-09-08 11:42 Corinna Vinschen
  2003-09-08 13:27 ` Daniel Jacobowitz
  0 siblings, 1 reply; 7+ messages in thread
From: Corinna Vinschen @ 2003-09-08 11:42 UTC (permalink / raw)
  To: gdb-patches

Hi,

while testing I found that a test for ending the program in
gdb.base/bang.exp failed, even though the target had actually
exited normally.  The cause of the FAIL is that bang.exp doesn't
expect anything after the string "Program exited normally.".
On the sh target at least, the output after exiting contains a
bit more text:

  Program exited normally.
  [Switching to process 0] 

Since that trailing output after a normal exit doesn't change
anything with respect to the testresult, I propose to allow
trailing characters:

	* testsuite/gdb.base/bang.exp: Allow trailing text after
	"Program exited normally." string.

Index: testsuite/gdb.base/bang.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/bang.exp,v
retrieving revision 1.1
diff -u -p -r1.1 bang.exp
--- testsuite/gdb.base/bang.exp 24 Jun 2003 22:04:06 -0000      1.1
+++ testsuite/gdb.base/bang.exp 8 Sep 2003 11:29:38 -0000
@@ -36,6 +36,6 @@ gdb_load ${binfile}

 # Verify that we can run the program and that it terminates normally.
 gdb_test "run" \
-         ".*Program exited normally\." \
+         ".*Program exited normally\..*" \
          "run program"


Corinna

-- 
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-09-08 20:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-08 11:42 [RFA] testsuite/gdb.base/bang.exp: Allow trailing text after "Program exited normally" Corinna Vinschen
2003-09-08 13:27 ` Daniel Jacobowitz
2003-09-08 14:30   ` Corinna Vinschen
2003-09-08 14:52     ` Daniel Jacobowitz
2003-09-08 15:39       ` Corinna Vinschen
2003-09-08 18:52   ` Andrew Cagney
2003-09-08 20:14     ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox