How to add timeout to Ada tests
Chris Proctor
chrisp_42@bigpond.com
Thu Mar 25 23:17:00 GMT 2004
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.
More information about the Gcc
mailing list