This is the mail archive of the gcc-testresults@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]

Results for 3.3.5 testsuite on sparc-sun-solaris2.5.1


Built using gcc-2.95.2

Build script
<quote>
#!/bin/sh -x

PATH=/bin:/usr/sbin:/usr/ccs/bin:/etc:/usr/local/bin:/opt/sfw/bin:/usr/openwin/bin
export PATH

CONFIG_SHELL=/bin/sh
export CONFIG_SHELL
BUILDINGVER=3.3.5
BUILD_DIR=/apps/hgs/gcc-build
GCC_SOURCE_DIR=/apps/hgs/gcc-\${BUILDINGVER}

# CC="/progs/SUNWspro/bin/cc -xildoff -xarch=v9" options only needed
# for 64 bit...
# CC="/progs/SUNWspro/bin/cc"
CC=gcc
export CC

CXX=g++
export CXX

MAKE=/usr/local/bin/gmake
export MAKE

ASOPT="--with-as=/usr/local/bin/as"
LDOPT="--with-ld=/usr/local/bin/ld"
# LANGOPT="--enable-languages=c,c++,f77,java,objc"
LANGOPT="--enable-languages=c,c++,f77"

MAKEOPT="" # --jobs=2

cd \$BUILD_DIR
/bin/rm -rf ./*
\${GCC_SOURCE_DIR}/configure \$ASOPT \$LDOPT \$LANGOPT --disable-nls \\
--with-local-prefix=/tmp/gcc-local && \\
gmake \$MAKEOPT bootstrap-lean && \\
gmake check

</quote>
LAST_UPDATED: 
Native configuration is sparc-sun-solaris2.5.1

		=== g++ tests ===


Running target unix
FAIL: g++.dg/compat/eh/unexpected1 x_tst.o-y_tst.o execute 
FAIL: g++.dg/eh/unexpected1.C execution test
XPASS: g++.dg/special/conpr-2.C conpr-2a.o execution test
XPASS: g++.dg/special/initp1.C execution test
FAIL: g++.abi/cxa_vec.C  Execution test
FAIL: g++.eh/spec2.C  Execution test
FAIL: g++.eh/spec3.C  Execution test
FAIL: g++.eh/spec4.C  Execution test
FAIL: g++.mike/eh33.C  Execution test
FAIL: g++.mike/eh50.C  Execution test
FAIL: g++.mike/eh51.C  Execution test

		=== g++ Summary ===

# of expected passes		8175
# of unexpected failures	9
# of unexpected successes	2
# of expected failures		99
# of untested testcases		21
# of unsupported tests		28
/apps/hgs/gcc-build/gcc/testsuite/../g++ version 3.3.5

		=== g77 tests ===


Running target unix

		=== g77 Summary ===

# of expected passes		1720
# of unsupported tests		8
/apps/hgs/gcc-build/gcc/testsuite/../g77 version 3.3.5

		=== gcc tests ===


Running target unix
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c,  -O2  
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c,  -O3 -fomit-frame-pointer  
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c,  -O3 -g  
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c,  -Os  
WARNING: gcc.dg/20021014-1.c compilation failed to produce executable
FAIL: gcc.dg/duff-2.c (test for excess errors)

		=== gcc Summary ===

# of expected passes		21191
# of unexpected failures	5
# of expected failures		67
# of unsupported tests		182
/apps/hgs/gcc-build/gcc/xgcc version 3.3.5

		=== libstdc++-v3 tests ===


Running target unix
FAIL: 21_strings/append.cc execution test
FAIL: 21_strings/ctor_copy_dtor.cc execution test
FAIL: 21_strings/element_access.cc execution test
FAIL: 21_strings/insert.cc execution test
FAIL: 21_strings/substr.cc execution test
FAIL: 23_containers/bitset_ctor.cc execution test
FAIL: 23_containers/bitset_members.cc execution test
FAIL: 23_containers/vector_capacity.cc execution test
FAIL: 23_containers/vector_element_access.cc execution test
FAIL: 23_containers/vector_resize.cc execution test
FAIL: 27_io/ios_base_storage.cc execution test
FAIL: 27_io/ios_members.cc execution test
FAIL: 27_io/istream_exception.cc execution test
FAIL: 27_io/istream_unformatted.cc execution test
FAIL: 27_io/ostream_exception.cc execution test
FAIL: thread/pthread1.cc (test for excess errors)
WARNING: thread/pthread1.cc compilation failed to produce executable
FAIL: thread/pthread2.cc (test for excess errors)
WARNING: thread/pthread2.cc compilation failed to produce executable
FAIL: thread/pthread3.cc (test for excess errors)
WARNING: thread/pthread3.cc compilation failed to produce executable
FAIL: thread/pthread4.cc (test for excess errors)
WARNING: thread/pthread4.cc compilation failed to produce executable
FAIL: thread/pthread5.cc (test for excess errors)
WARNING: thread/pthread5.cc compilation failed to produce executable
FAIL: thread/pthread6.cc (test for excess errors)
WARNING: thread/pthread6.cc compilation failed to produce executable

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

# of expected passes		402
# of unexpected failures	21
# of expected failures		18

Compiler version: 3.3.5 
Platform: sparc-sun-solaris2.5.1
configure flags: --host=sparc-sun-solaris2.5.1 --with-as=/usr/local/bin/as --with-ld=/usr/local/bin/ld --enable-languages=c,c++,f77 --disable-nls --with-local-prefix=/tmp/gcc-local


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