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: bprob-1.da file clashes in testsuite


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


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