public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Arnaud Charlet <charlet@ACT-Europe.FR>
To: Chris Proctor <chrisp_42@bigpond.com>
Cc: gcc@gcc.gnu.org
Subject: Re: How to add timeout to Ada tests on Linux/ia64?
Date: Thu, 25 Mar 2004 13:21:00 -0000	[thread overview]
Message-ID: <20040325094551.A29279@dublin.act-europe.fr> (raw)
In-Reply-To: <20040325080254.GA6150@bonnie.vic.bigpond.net.au>; from chrisp_42@bigpond.com on Thu, Mar 25, 2004 at 07:02:54PM +1100

> The following change worked for me to stop some of the
> tasking tests failing or hanging:
> The One_Second constant is multiplied by all the delays
> in the tasking tests.  I found on a loaded system the
> supplied constant caused problems, I have had none since changing.
> The tests still run 10x "realtime".

Thanks for the hint, that's an interesting likely candidate for some
'random' c9 failure indeed.

I guess Laurent Guerby was a little bit too optimistic when he changed the
value of this constant :-)

> --- gcc/testsuite/ada/acats/support/impdef.a	27 Oct 2003 11:28:49 -0000	1.1
> +++ gcc/testsuite/ada/acats/support/impdef.a	25 Mar 2004 07:59:10 -0000
> @@ -338,7 +338,7 @@
>  
>  --=====-=====-=====-=====-=====-=====-=====-=====-=====-=====-=====-=====--
>  
> -   One_Second : constant Duration := 0.001;
> +   One_Second : constant Duration := 0.1;

Change looks good to me, I'd probably consider integrating it.

Laurent, could you give some figures on the time impact of such a
change ? Maybe 0.01 would be a sufficient compromise ?

Arno

  reply	other threads:[~2004-03-25  8:46 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 [this message]
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
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=20040325094551.A29279@dublin.act-europe.fr \
    --to=charlet@act-europe.fr \
    --cc=chrisp_42@bigpond.com \
    --cc=gcc@gcc.gnu.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).