This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: bprob-1.da file clashes in testsuite
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Ulrich Weigand <Ulrich dot Weigand at de dot ibm dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 29 Apr 2002 16:17:11 -0700
- Subject: Re: bprob-1.da file clashes in testsuite
- References: <OFEAADB528.E172F371-ONC1256BAA.005FB05C@de.ibm.com>
On Mon, Apr 29, 2002 at 07:35:50PM +0200, Ulrich Weigand wrote:
> Hello,
>
> I've got test suite failures on s390 that are apparently caused by file
> name clashes: when running the test suite in parallel (-j6), the
> g77.dg/bprob/bprob-1.f and g++.dg/bprob/bprob-1.C cases tend to run at
> the same time.
>
> Unfortunately, both generate a temporary file called bprob-1.da in the
> same directory (gcc/testsuite), so when the cases run in parallel, they
> clobber each other's .da file, causing failures.
>
> Any suggestions how to solve this? Simply rename the test cases?
That would be my guess.
There are similarly-named tests for bprob and for gcov for C, Fortran,
and C++.
Janis