public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Laurent GUERBY <laurent@guerby.net>
To: "H. J. Lu" <hjl@lucon.org>
Cc: Chris Proctor <chrisp_42@bigpond.com>,
	gcc@gcc.gnu.org, Arnaud Charlet <charlet@ACT-Europe.FR>
Subject: Re: How to add timeout to Ada tests on Linux/ia64?
Date: Sat, 27 Mar 2004 00:48:00 -0000	[thread overview]
Message-ID: <1080340994.27851.250.camel@pc> (raw)
In-Reply-To: <20040326222630.GA26186@lucon.org>

On Fri, 2004-03-26 at 23:26, H. J. Lu wrote:
> I know I had to kill at least the following:
> 
> FAIL:   c91004b
> FAIL:   c940010
> FAIL:   c94002g
> FAIL:   c94007a
> FAIL:   c95022b
> FAIL:   c95072a
> FAIL:   c95072b
> FAIL:   c954016

Not good. I'd suggest to remove tasking support on ia64-linux,
in gcc/ada/Makefile.in replace LIBGNAT_TARGET_PAIRS as follows:

ifeq ($(strip $(filter-out %ia64 linux%,$(arch) $(osys))),)
  LIBGNAT_TARGET_PAIRS = \
  a-intnam.ads<4lintnam.ads \
  s-inmaop.adb<7sinmaop.adb \
  s-intman.adb<7sintman.adb \
  s-osinte.ads<5iosinte.ads \
  s-osinte.adb<5iosinte.adb \
  s-osprim.adb<7sosprim.adb \
  s-taprop.adb<5itaprop.adb \
  s-tpopsp.adb<5atpopsp.adb \
  s-taspri.ads<5itaspri.ads \
  system.ads<55system.ads

by

a-intnam.ads<4nintnam.ads \
s-inmaop.adb<5ninmaop.adb \
s-intman.adb<5nintman.adb \
s-osinte.ads<5nosinte.ads \
s-osprim.adb<7sosprim.adb \
s-taprop.adb<5ntaprop.adb \
s-taspri.ads<5ntaspri.ads \
system.ads<55system.ads

The ACATS machinery should move all these tests as unsupported.

Arnaud, would it be ok to commit such a patch?

Laurent

  reply	other threads:[~2004-03-26 22:43 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-25  2:55 H. J. Lu
2004-03-25 12:43 ` Arnaud Charlet
2004-03-25 14:23   ` Laurent GUERBY
2004-03-25 17:20     ` H. J. Lu
2004-03-25 13:06 ` Chris Proctor
2004-03-25 13:21   ` Arnaud Charlet
2004-03-25 14:21     ` Laurent GUERBY
2004-03-25 14:24       ` Arnaud Charlet
2004-03-25 14:28         ` Laurent GUERBY
2004-03-25 14:29     ` Chris Proctor
2004-03-25 15:04       ` Arnaud Charlet
2004-03-25 22:35         ` Chris Proctor
2004-03-25 23:29           ` Laurent GUERBY
2004-03-27  0:11             ` H. J. Lu
2004-03-27  0:36               ` Laurent GUERBY
2004-03-27  0:41                 ` H. J. Lu
2004-03-27  0:48                   ` Laurent GUERBY [this message]
2004-03-27 21:37                     ` Arnaud Charlet
2004-03-28  6:38                       ` Geert Bosch
2004-03-29 21:12                         ` H. J. Lu
2004-03-29 10:30                       ` Laurent GUERBY
2004-04-21  5:58 ` H. J. Lu

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=1080340994.27851.250.camel@pc \
    --to=laurent@guerby.net \
    --cc=charlet@ACT-Europe.FR \
    --cc=chrisp_42@bigpond.com \
    --cc=gcc@gcc.gnu.org \
    --cc=hjl@lucon.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).