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]

Re: results egcs-1.0: i586-pc-linux-gnulibc1 (S.u.S.E.4.4.1)


Jeffrey A Law wrote:

> The g++ failures are due to a bug in the testing harness; it's not
> arranging for the test programs to find the freshly built shared C++
> libs, instead they pick up whatever shared versions of the C++ libs
> it can find in the standard locations on your system.

Exactly. LD_LIBRARY_PATH hasn't been set and an old libstdc++.so was as
well lying around in /usr/lib. Sorry for any confusion my report may
have caused. Results below are as expected.

tom.

S.u.S.E. Linux 4.4.1 + binutils-2.8.1.0.15 + libc-5.4.39
configure --enable-shared


Test Run By tom on Sun Dec  7 18:27:26 1997
Native configuration is i486-pc-linux-gnulibc1

                === libio tests ===

                === libio Summary ===

# of expected passes            40

Test Run By tom on Sun Dec  7 18:30:26 1997
Native configuration is i486-pc-linux-gnulibc1

                === libstdc++ tests ===

                === libstdc++ Summary ===

# of expected passes            30

Test Run By tom on Sun Dec  7 18:33:25 1997
Native configuration is i486-pc-linux-gnulibc1

                === gcc tests ===

                === gcc Summary ===

# of expected passes            4883
# of expected failures          5
# of unsupported tests          7
/home/tom/egcs-1.0/gcc/xgcc version egcs-2.90.21 971202 (egcs-1.00
release)

                === g++ tests ===

XPASS: g++.jason/destruct3.C - (test for bogus messages, line 38)
XPASS: g++.mike/dyncast1.C  Execution test
XPASS: g++.mike/dyncast2.C  Execution test

                === g++ Summary ===

# of expected passes            3400
# of unexpected successes       3
# of expected failures          80
# of untested testcases         6
/home/tom/egcs-1.0/gcc/testsuite/../xgcc version egcs-2.90.21 971202
(egcs-1.00 release)

Test Run By tom on Sun Dec  7 19:59:26 1997
Native configuration is i486-pc-linux-gnulibc1

                === g77 tests ===

FAIL: g77.f-torture/execute/dnrm2.f execution,  -O2 -fomit-frame-pointer
-finline-functions -funroll-loops 
FAIL: g77.f-torture/execute/dnrm2.f execution,  -O2 -fomit-frame-pointer
-finline-functions -funroll-all-loops 

                === g77 Summary ===

# of expected passes            130
# of unexpected failures        2
/home/tom/egcs-1.0/gcc/g77 version egcs-2.90.21 971202 (egcs-1.00
release)

-- 
Thomas Weise, http://www.inf.tu-dresden.de/~tw4
Dresden University of Technology, Department of Computer Science



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