Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: "Martin M. Hunt" <hunt@redhat.com>
To: gdb-patches@sources.redhat.com
Subject: [RFA] testsuite fix for Mips ending-run.exp
Date: Wed, 27 Mar 2002 11:57:00 -0000	[thread overview]
Message-ID: <200203271956.g2RJuwY14691@localhost.localdomain> (raw)

All my Mips testsuites fail on this, and it seems OK to me.

2002-03-27  Martin M. Hunt  <hunt@redhat.com>

	* gdb.base/ending-run.exp: Most Mips targets seem
	to step out of main() into init().

Index: testsuite/gdb.base/ending-run.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/ending-run.exp,v
retrieving revision 1.13
diff -u -p -r1.13 ending-run.exp
--- ending-run.exp	2002/02/10 18:58:26	1.13
+++ ending-run.exp	2002/03/27 19:55:06
@@ -178,6 +178,10 @@ gdb_expect {
 		# This is what happens on Sanyo XStormy16
 		pass "step out of main"
 	    }
+	    -re ".init ().*$gdb_prompt $" {
+		# This is what happens on many Mips targets
+		pass "step out of main"
+	    }
 	    -re ".*in ..change.mode ().*$gdb_prompt $" {
 		# This is what happens on ARM in thumb mode -fn 2000-02-01
 		pass "step out of main on ARM thumb"




             reply	other threads:[~2002-03-27 19:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-27 11:57 Martin M. Hunt [this message]
2002-03-27 12:43 ` Andreas Schwab
2002-03-27 13:43   ` Martin M. Hunt
2002-03-27 13:30 ` Michael Snyder

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=200203271956.g2RJuwY14691@localhost.localdomain \
    --to=hunt@redhat.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