This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to add timeout to Ada tests


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]