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]

libstdc++ test results on OpenServer


[ I really need to automate this process... ] 

After a make bootstrap, make install, 
	cd libraries/libstdc++
	make check RUNTESTFLAGS='--target_board unix{-mcoff,-melf}'
Crash and burn.  It tries to execute ranlib and there is no such thig.
	Hand patch makefile, change RANLIB = true.

The COFF tests almost all fail for the same reasons as the libio ones.
Someone (dejagnu?) is passing invalid -L arguments to this multilibbed
target.

The ELF tests almost all fail for the dwarf debugging problem that I 
reported last week of the flavor of bogus local debuggins symbols.
	(EOF):undefined name: .L_T7098

Tes Run By robertl on Sun Nov 23 15:45:24 1997
Native configuration is i586-pc-sco3.2v5.0.4

                === libstdc++ tests ===

Running target unix/-mcoff
Using /usr/local/bin/../share/dejagnu/baseboards/unix.exp as board description f
ile for target.
Using /usr/local/bin/../share/dejagnu/config/unix.exp as generic interface file
for target.
Using ../../../../egcs-971023/libstdc++/testsuite/config/default.exp as tool-and
-target-specific interface file.
Running ../../../../egcs-971023/libstdc++/testsuite/libstdc++.tests/test.exp ...

FAIL: tcomplex.cc compilation
FAIL: tcomplex.cc -O compilation
FAIL: tlist.cc compilation
FAIL: tlist.cc -O compilation
FAIL: tmap.cc compilation
FAIL: tmap.cc -O compilation
FAIL: tstring.cc compilation
FAIL: tstring.cc -O compilation
FAIL: tvector.cc compilation
FAIL: tvector.cc -O compilation

                === libstdc++ Summary for unix/-mcoff ===

# of unexpected failures        10
# of expected failures          20
Running target unix/-melf
Using /usr/local/bin/../share/dejagnu/baseboards/unix.exp as board description f
ile for target.
Using /usr/local/bin/../share/dejagnu/config/unix.exp as generic interface file
for target.
Using ../../../../egcs-971023/libstdc++/testsuite/config/default.exp as tool-and
-target-specific interface file.
Running ../../../../egcs-971023/libstdc++/testsuite/libstdc++.tests/test.exp ...

FAIL: tlist.cc compilation
FAIL: tlist.cc -O compilation
FAIL: tmap.cc compilation
FAIL: tmap.cc -O compilation
FAIL: tvector.cc compilation
FAIL: tvector.cc -O compilation

                === libstdc++ Summary for unix/-melf ===

# of expected passes            12
# of unexpected failures        6
# of expected failures          12

                === libstdc++ Summary ===

# of expected passes            12
# of unexpected failures        16
# of expected failures          32



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