This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How to add timeout to Ada tests
- From: Laurent GUERBY <laurent at guerby dot net>
- To: Bauke van Dijk <bauke dot vandijk at planet dot nl>
- Cc: Arnaud Charlet <charlet at ACT-Europe dot FR>, GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: Thu, 25 Mar 2004 20:40:34 +0100
- Subject: Re: How to add timeout to Ada tests
- References: <40632905.7070700@planet.nl>
cxg2014 has no tasking and only for loops (so finite),
if it hangs, that probably because an exception is raised
and/or something is very wrong.
The cygwin port doesn't seem in a very good shape anyway...
Laurent
On Thu, 2004-03-25 at 19:46, Bauke van Dijk wrote:
> Hi,
>
> I try to run regular boostraps on i686-cygwin.
> See for instance :
> http://gcc.gnu.org/ml/gcc-testresults/2004-03/msg01264.html
> This one is for 3.4 but I also see this on head (3.5)
> see
> http://gcc.gnu.org/ml/gcc-testresults/2004-03/msg01161.html
>
> From the failure I have to kill cxg2014 manualy because
> that on keeps running
>
> Any idea's how to fix this ?