Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: "Joseph S. Myers" <joseph@codesourcery.com>
To: Hans-Peter Nilsson <hp@bitrange.com>
Cc: gdb-patches@sourceware.org
Subject: Re: Remove code handling old ARM aliases from GDB
Date: Thu, 05 May 2011 14:34:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.64.1105051425090.16191@digraph.polyomino.org.uk> (raw)
In-Reply-To: <alpine.BSF.2.00.1105050909260.23527@dair.pair.com>

On Thu, 5 May 2011, Hans-Peter Nilsson wrote:

> > -if { [istarget xscale*-*-*] } {
> > +if { [istarget arm*-*-*] } {

> How did you test these changes?

I considered them sufficiently obviously syntactically correct not to need 
testing.

> These changes broke testing for arm-elfo, on ang x86_64 host
> using current binutils CVS like so:

> FAIL: xscale wcmpgt.cgs (execution)
> FAIL: xscale wmac.cgs (execution)
> FAIL: xscale wsra.cgs (execution)

> WARNING: program timed out.
> FAIL: xscale blx.cgs (execution)

I don't call that breaking testing; I call that exposing bugs (whether in 
the simulator or testsuite) that were previously hidden by the use of an 
obsolete target triplet name.  Since the simulator features do not depend 
on the target triplet name, it seems clear that these tests should be run 
for all ARM targets - and so it seems better to expose the problems by 
using a current target name than to make the formally no-op change of 
using if { 0 } to replace an always-false conditional.

If the issue were actually missing assembler or simulator options a lot 
more tests in those directories would fail, so it seems much more likely 
that the relevant simulator functionality has become bitrotten over time.

-- 
Joseph S. Myers
joseph@codesourcery.com


  parent reply	other threads:[~2011-05-05 14:34 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-04 19:01 Joseph S. Myers
2011-05-04 19:21 ` Mark Kettenis
2011-05-04 19:23 ` Pedro Alves
2011-05-04 19:24   ` Pedro Alves
2011-05-05 13:21 ` Hans-Peter Nilsson
2011-05-05 13:47   ` Hans-Peter Nilsson
2011-05-05 14:34   ` Joseph S. Myers [this message]
2011-05-05 22:11     ` Hans-Peter Nilsson
2011-05-05 22:34       ` Joseph S. Myers
2011-05-05 23:06         ` Hans-Peter Nilsson
2011-05-05 23:19           ` Joseph S. Myers
2011-05-05 23:52           ` Joseph S. Myers
2011-05-06  0:23           ` Joel Brobecker
2011-05-06  3:00             ` Hans-Peter Nilsson
     [not found]           ` <Pine.LNX.4.64.1105052349190.20285@digraph.polyomino.org.uk>
2011-05-09  4:53             ` Hans-Peter Nilsson

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=Pine.LNX.4.64.1105051425090.16191@digraph.polyomino.org.uk \
    --to=joseph@codesourcery.com \
    --cc=gdb-patches@sourceware.org \
    --cc=hp@bitrange.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