This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

top-level 'make check' doesn't run Java tests


Is this a known problem? This is in the trunk, and I configured thus:

/home/bothner/GNU/gcc/configure --prefix=/home/bothner/GNU/install-gcc --enable-languages=c++,java --enable-threads --with-gcc-version-trigger=/home/bothner/GNU/gcc/gcc/version.c

After a make boostrap, I did a top-level 'make check'.
It successfully runs the gcc tests, the g++ tests, and the
libstdc++-v3 tests. I then get:

=== libstdc++-v3 Summary ===

# of expected passes 419
# of unexpected failures 1
# of unexpected successes 1
# of expected failures 26
make[4]: *** [check-DEJAGNU] Error 1
make[4]: Leaving directory `/home/bothner/GNU/linux-gcc/i686-pc-linux-gnu/libstdc++-v3/testsuite'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/home/bothner/GNU/linux-gcc/i686-pc-linux-gnu/libstdc++-v3/testsuite'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/home/bothner/GNU/linux-gcc/i686-pc-linux-gnu/libstdc++-v3'
make[1]: *** [check-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/home/bothner/GNU/linux-gcc'
make: *** [check] Error 2
--
--Per Bothner
per@bothner.com http://www.bothner.com/per/


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