This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3.4 PATCH: Ada testsuite fixes
- From: Arnaud Charlet <charlet at ACT-Europe dot FR>
- To: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
- Cc: gcc-patches at gcc dot gnu dot org, Arnaud Charlet <charlet at ACT-Europe dot FR>
- Date: Fri, 7 Nov 2003 23:00:27 +0100
- Subject: Re: 3.4 PATCH: Ada testsuite fixes
- References: <16299.59622.565045.465488@xayide.TechFak.Uni-Bielefeld.DE>
> Ok for mainline?
OK for me.
> * There's no timeout mechanism, so if any test goes into an endless loop,
> the whole testsuite run is blocked.
That's indeed annoying.
> * The script copies the whole testsuite sources into the build tree. This
> shouldn't be necessary (and takes quite some time).
Several tests are tailored/modified by the script.
> * The acats.log and acats.sum files are written to gcc/ada/testsuite/acats
> instead of gcc/testsuite/ada.{log,sum}. No other testsuite uses subdirs
> off gcc/testsuite; this shouldn't be necessary here either.
Certainly fine with me.
Arno