I have two problems (system config at end of email):-

1) I get unexpected testsuite failures with "make check"

2) I get LESS unexpected failures if I run runtest by hand.

make check results
------------------


Running "make check" results in this:-
# of expected passes            6396
# of unexpected failures        35
# of unexpected successes       30
# of expected failures          166
# of unresolved testcases       36
# of untested testcases         18

BUT if I do the following the many more tests pass:-
cd gdb/testsuite
PATH=`pwd`/..:$PATH
runtest

                === gdb Summary ===

# of expected passes            6405
# of unexpected failures        29
# of unexpected successes       30
# of expected failures          166
# of unresolved testcases       36
# of untested testcases         18


The difference is:-
< FAIL: gdb.base/default.exp: shell echo Hi dad!
< FAIL: gdb.base/maint.exp: maint print psymbols
< FAIL: gdb.base/maint.exp: maint print msymbols
< FAIL: gdb.base/maint.exp: maint print symbols
< FAIL: gdb.base/reread.exp: breakpoint foo in first file (PRMS 13484)
< FAIL: gdb.base/reread.exp: run to foo() (PRMS 13484)
---
> FAIL: gdb.base/corefile.exp: backtrace in corefile.exp
34d28
< FAIL: gdb.c++/annota2.exp: annotate-quit


I have attached a list of:-
1) The unexpected failures when doing make check
2) The unexpected failures for "runtest"
3) A diff of the two gdb.log files

In particular I noticed one test failed due to gdb being unable to find
bash... This works if I just do ./gdb.

Any ideas what is going on?

What further information would you like?

Cheers
Mark

System config
=============


uname -a
SunOS whars094 5.6 Generic_105181-17 sun4u sparc SUNW,Ultra-5_10

gcc -v
Reading specs from
/vol/fsf.sol/sun4_5.6/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/specs
gcc version 2.95.2 19991024 (release)

bash --version
GNU bash, version 2.03.0(1)-release (sparc-sun-solaris2.6)


-- 
Mark S. Phillips                ESN 742 2461
[EMAIL PROTECTED]         Tel. +44 1279 402461
Nortel Networks plc, London Road, Harlow, Essex, CM17 9NA
[Co #2515751, Registered office address: Maidenhead Office Park,
Westacott Way, Maidenhead, Berkshire SL6 3QH.]

diff of make check log and runtest logs

runtest unexpected fails

make check unexpected fails

Reply via email to