Should make check always run the java tests?

Daniel Jacobowitz drow@false.org
Wed Oct 27 20:25:00 GMT 2004


On Wed, Oct 27, 2004 at 07:11:20AM -0500, Bradley Lucier wrote:
> I'm bootstrapping and regtesting 4.0 with the following command:
> 
> [descartes:gcc/mainline/objdir] lucier% cat ../build-gcc
> #!/bin/tcsh
> /bin/rm -rf *; ../configure --prefix=/pkgs/gcc-mainline 
> --with-gmp=/pkgs/gmp-4.1.3 --with-mpfr=/pkgs/gmp-4.1.3; make -j 8 
> bootstrap >& build.log && (make -j 12 -k check 
> RUNTESTFLAGS="--target_board 'unix{-mcpu=G5}'">& check.log ; make 
> mail-report-with-warnings.log)
> 
> on powerpc-apple-darwin7.5.0.  Sometimes the java tests are run and 
> sometimes they are not, see
> 
> http://gcc.gnu.org/ml/gcc-testresults/2004-10/msg01359.html
> 
> where they're run and
> 
> http://gcc.gnu.org/ml/gcc-testresults/2004-10/msg01071.html
> 
> where they're not.
> 
> Is this a parallel make problem?  Should I report this to the bug 
> tracker?  If so, what information should I send in, and for which run, 
> java tests run or java tests not run?

I've been seeing this same problem, even without parallel make check. 
Sometimes they just aren't started.

-- 
Daniel Jacobowitz



More information about the Gcc mailing list