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]

Meta-expectations when testing


As far as I can gather from the listing on the GCC tests page
GCC-3.2.1 should build OK on Solaris2.9, and pass the tests.
However on my system I get the following results at the end of
running make check, and I don't know if the deviations are
significant or not.
        [...[
bstdc++-v3 Summary ===

# of expected passes            410
# of unexpected failures        1
# of unexpected successes       10
# of expected failures          16
gmake[4]: *** [check-DEJAGNU] Error 1
gmake[4]: Leaving directory `/scratch/hgs/gcc-build/sparc-sun-solaris2.9/libstdc++-v3/testsuite'
gmake[3]: *** [check-am] Error 2
gmake[3]: Leaving directory `/scratch/hgs/gcc-build/sparc-sun-solaris2.9/libstdc++-v3/testsuite'
gmake[2]: *** [check-recursive] Error 1
gmake[2]: Leaving directory `/scratch/hgs/gcc-build/sparc-sun-solaris2.9/libstdc++-v3'
gmake[1]: *** [check-target-libstdc++-v3] Error 2
gmake[1]: Leaving directory `/scratch/hgs/gcc-build'
gmake: *** [check] Error 2
neelix hgs 728 %> setenv
        [...]
CC=gcc
DEJAGNULIBS=/usr/local/share/dejagnu
TCL_LIBRARY=/usr/local/lib/tcl8.3
neelix hgs 729 %>

Built with ../gcc-3.2.1/configure --with-as=/usr/local/bin/as
--with-ld=/usr/local/bin/ld and using the latest binutils
(../binutils-2.13.2.1) and building with the Sun supplied
GCC 2.95.3
On an Enterprise 250 (sparc v9) Solaris 2.9 system.

Should I "expect the unexpected" failures or not?  There is some
evidence in the documentation on the testing pages that this testing
code is not as up-to-date as they maintainers would wish, (given the
usual constraints on volunteer based softare development), so this
may not be a daft a question as it looks :-) I hope!

        Thank you,
        Hugh


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