Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: "Kei Sakamoto" <sakamoto.kei@renesas.com>
To: <gdb-patches@sources.redhat.com>
Subject: [patch/testcase] gdb.base/bang.exp: accespt sim's output
Date: Fri, 04 Jul 2003 02:43:00 -0000	[thread overview]
Message-ID: <011201c341d6$5c5d48d0$5169910a@KEI> (raw)

[-- Attachment #1: Type: text/plain, Size: 352 bytes --]

The attached patch fixes gdb.base/bang.exp so that it accepts
sim's output.

The current test always fails with sim.

(gdb) run
Starting program:
/project/m32r-tools/insight-20030703/build/gdb/testsuite/gdb.base/bang!
0

*** EXIT code 0

Program exited normally.
[Switching to process 0]
(gdb) FAIL: gdb.base/bang.exp: run program (the program exited)

[-- Attachment #2: bang.exp.patch --]
[-- Type: application/octet-stream, Size: 400 bytes --]

--- insight-20030703.orig/src/gdb/testsuite/gdb.base/bang.exp	Wed Jun 25 07:04:06 2003
+++ insight-20030703/src/gdb/testsuite/gdb.base/bang.exp	Fri Jul  4 09:17:15 2003
@@ -36,6 +36,6 @@
 
 # Verify that we can run the program and that it terminates normally.
 gdb_test "run" \
-         ".*Program exited normally\." \
+         ".*Program exited normally\..*" \
          "run program"
 

             reply	other threads:[~2003-07-04  2:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-04  2:43 Kei Sakamoto [this message]
2003-07-04  3:02 ` Kei Sakamoto
2003-07-07 14:19 ` Andrew Cagney
2003-07-07 18:09   ` Daniel Jacobowitz
2003-07-07 18:55     ` Andrew Cagney
2003-07-07 19:59       ` Daniel Jacobowitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='011201c341d6$5c5d48d0$5169910a@KEI' \
    --to=sakamoto.kei@renesas.com \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox