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]

Havving trouble running testsuite


I decided to upgrade to gcc ver. 3.2.2. I configured and did a make bootstrap 
with no problems. But, I am having trouble testing. I do make check and it 
doesn't ho any farther than the libstdc++ tests. ANyone else having problems or 
know what I need to do?

Details below:

gcc -v
Reading specs from 
/home/urban/local/hp11/lib/gcc-lib/hppa1.1-hp-hpux11.11/3.2/specs
Configured with: ../gcc/configure --prefix=/home/urban/local/hp11 --with-gnu-as 
--with-as=/home/urban/local/hp11/bin/gas --with-ld=/usr/ccs/bin/ld 
--with-gc=page --with-libiconv-prefix=/home/urban/local/hp11
Thread model: single
gcc version 3.2

gas -v 
GNU assembler version 2.13.2.1 (hppa1.1-hp-hpux11.11) using BFD version 2.13.2.1

runtest --version 
WARNING: Couldn't find the global config file.
Expect version is       5.32.2
Tcl version is          8.3
Framework version is    1.4.3

Entering directory 
`/home/urban/gnu_src/objdir/hppa1.1-hp-hpux11.11/libstdc++-v3/testsuite'
srcdir=`cd ../../../../gcc/libstdc++-v3/testsuite && pwd`; export srcdir; \
EXPECT=`if [ -f 
/home/urban/gnu_src/objdir/hppa1.1-hp-hpux11.11/libstdc++-v3/../../expect/expect 
] ; then echo 
/home/urban/gnu_src/objdir/hppa1.1-hp-hpux11.11/libstdc++-v3/../../expect/expect 
; else echo expect ; fi`; export EXPECT; \
if [ -f ../../expect/expect ]; then \
  TCL_LIBRARY=`cd ../../../../gcc/libstdc++-v3/../tcl/library && pwd`; \
  export TCL_LIBRARY; \
fi; \
runtest=`if [ -f /home/urban/gnu_src/gcc/libstdc++-v3/../dejagnu/runtest ] ; 
then echo /home/urban/gnu_src/gcc/libstdc++-v3/../dejagnu/runtest ; else echo 
runtest; fi`; \
if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
  $runtest --tool libstdc++-v3 --srcdir $srcdir ; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
WARNING: Couldn't find the global config file.
WARNING: Couldn't find tool init file
Test Run By urban on Wed Feb  5 12:18:15 2003
Native configuration is hppa1.1-hp-hpux11.11

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

Schedule of variations:
    unix

Running target unix
Using /home/urban/local/hp/share/dejagnu/baseboards/unix.exp as board 
description file for target.
Using /home/urban/local/hp/share/dejagnu/config/unix.exp as generic interface 
file for target.
Using /home/urban/gnu_src/gcc/libstdc++-v3/testsuite/config/default.exp as 
tool-and-target-specific interface file.
Running /home/urban/gnu_src/gcc/libstdc++-v3/testsuite/libstdc++-v3.dg/dg.exp 
...
XPASS: 22_locale/collate_members_wchar_t.cc execution test
XPASS: 22_locale/ctype_is_wchar_t.cc execution test
XPASS: 22_locale/money_get_members_wchar_t.cc execution test
XPASS: 22_locale/money_put_members_wchar_t.cc execution test
XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test
XPASS: 22_locale/num_get_members_wchar_t.cc execution test
XPASS: 22_locale/num_put_members_wchar_t.cc execution test
XPASS: 22_locale/numpunct_members_wchar_t.cc execution test
XPASS: 22_locale/time_get_members_wchar_t.cc execution test
XPASS: 22_locale/time_put_members_wchar_t.cc execution test
FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess errors)

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

# of expected passes            420
# of unexpected failures        1
# of unexpected successes       10
# of expected failures          16
# of unsupported tests          6
gmake[4]: *** [check-DEJAGNU] Error 1
gmake[4]: Leaving directory 
`/home/urban/gnu_src/objdir/hppa1.1-hp-hpux11.11/libstdc++-v3/testsuite'
gmake[3]: *** [check-am] Error 2
gmake[3]: Leaving directory 
`/home/urban/gnu_src/objdir/hppa1.1-hp-hpux11.11/libstdc++-v3/testsuite'
gmake[2]: *** [check-recursive] Error 1
gmake[2]: Leaving directory 
`/home/urban/gnu_src/objdir/hppa1.1-hp-hpux11.11/libstdc++-v3'
gmake[1]: *** [check-target-libstdc++-v3] Error 2
gmake[1]: Leaving directory `/home/urban/gnu_src/objdir'
gmake: *** [check] Error 2

Thanks,


D. S. Urban   
email : urban@ast.lmco.com
-------------------------------------------------------------------------------
To be the person, you must know the person. To know the person, you must
understand the person. To understand the person, you must listen. To listen,
you must open your mind and put aside all preconceived ideas and notions.
-------------------------------------------------------------------------------
All opinions expressed are my own not that of my employer


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