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: Chris Proctor <chrisp_42 at bigpond dot com>
- To: GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: Fri, 26 Mar 2004 07:46:46 +1100
- Subject: Re: How to add timeout to Ada tests
- References: <40632905.7070700@planet.nl>
On Thu, Mar 25, 2004 at 07:46:29PM +0100, 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 ?
>
> --
> Bauke
Speaking of Cygwin - the ada Makefile.in has the following line:
ifeq ($(strip $(filter-out cygwin32% mingw32% pe,$(osys))),)
The standard cygwin configuration usually just has the "cygwin"
i.e. no "32". This means that tasking does not work on an
out of the box cygwin ada compiler (even the current released
cygwin ada compiler will not run diners :( ).
Will the cygwin maintainers look into this and get it corrected.
Thanks.
--
Chris Proctor.