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.4.3 testsuite on sparc-sun-solaris2.9


This is the script I used for the build, from which these
test results have been obtained.

#!/bin/bash -x

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

CONFIG_SHELL=/bin/bash
export CONFIG_SHELL
BUILDINGVER=3.4.3
BUILD_DIR=/export/home/Scratch/hgs/gcc-build
GCC_SOURCE_DIR=/export/home/Scratch/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"

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

LAST_UPDATED: Obtained from CVS: -rgcc_3_4_3_release 

Native configuration is sparc-sun-solaris2.9

		=== g++ tests ===


Running target unix
WARNING: g++.dg/eh/simd-1.C compilation failed to produce executable
WARNING: g++.dg/eh/simd-2.C compilation failed to produce executable
XPASS: g++.dg/rtti/tinfo1.C scan-assembler _ZTIP9CTemplateIhE:
XPASS: g++.dg/rtti/tinfo1.C scan-assembler-not .globl[ \\t]+_ZTIP9CTemplateIhE
XPASS: g++.dg/special/conpr-2.C execution test
XPASS: g++.dg/special/initp1.C execution test
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable
WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable
WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable

		=== g++ Summary ===

# of expected passes		9665
# of unexpected successes	4
# of expected failures		73
# of unsupported tests		77
/export/home/Scratch/hgs/gcc-build/gcc/testsuite/../g++ version 3.4.3

		=== g77 tests ===


Running target unix

		=== g77 Summary ===

# of expected passes		1812
# of unsupported tests		6
/export/home/Scratch/hgs/gcc-build/gcc/testsuite/../g77 version 3.4.3

		=== gcc tests ===


Running target unix
UNRESOLVED: gcc.c-torture/execute/simd-4.c execution,  -O0 
UNRESOLVED: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o link 
UNRESOLVED: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute 
UNRESOLVED: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o link 
UNRESOLVED: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o execute 
XPASS: gcc.dg/uninit-4.c uninitialized variable warning (test for bogus messages, line 26)
FAIL: gcc.dg/tls/alias-1.c unsupported (test for warnings, line 22)

		=== gcc Summary ===

# of expected passes		24510
# of unexpected failures	1
# of unexpected successes	1
# of expected failures		73
# of unresolved testcases	5
# of untested testcases		7
# of unsupported tests		333
/export/home/Scratch/hgs/gcc-build/gcc/xgcc version 3.4.3

		=== objc tests ===


Running target unix

		=== objc Summary ===

# of expected passes		1352
# of unsupported tests		8
/export/home/Scratch/hgs/gcc-build/gcc/xgcc version 3.4.3

		=== libstdc++ tests ===


Running target unix
XPASS: 22_locale/locale/cons/12658_thread.cc execution test
FAIL: 22_locale/num_put/put/char/14220.cc execution test
FAIL: 22_locale/num_put/put/wchar_t/14220.cc execution test

		=== libstdc++ Summary ===

# of expected passes		2720
# of unexpected failures	2
# of unexpected successes	1
# of expected failures		6

Compiler version: 3.4.3 
Platform: sparc-sun-solaris2.9
configure flags: --with-as=/usr/local/bin/as --with-ld=/usr/local/bin/ld --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]