This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB 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]

Re: Adding file to gdb


On Sun, Feb 09, 2003 at 04:06:14PM -0600, Michael Elizabeth Chastain wrote:
> Hi Bob,
> 
> Did you run the gdb test suite?  On which platforms?

I have never run the testsuite for gdb before. I did a little research
and discovered I had to install DejaGnu. I then went into 
src/gdb/testsuite and typed 'make check'. 

The results are 
*******************************************************************************
Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using ./config/unix.exp as tool-and-target-specific interface file.
Running ./gdb.arch/altivec-abi.exp ...
Running ./gdb.arch/altivec-regs.exp ...
... more ...
Running ./gdb.base/pointers.exp ...
Running ./gdb.base/printcmds.exp ...
ERROR: (DejaGnu) proc "setup_kfail gdb/538 *-*-*" does not exist.
The error code is NONE
The info on the error is:
close: spawn id exp8 not open
   while executing
"close -i exp8"
   invoked from within
"catch "close -i $spawn_id""

               === gdb Summary ===

# of expected passes    3462
# of unexpected successes  1
# of expected failures     50
# of unsupported tests     1
/home/bob/cvs/gdb/gdb/testsuite/../../gdb/gdb version  2003-02-09-cvs
-nx

make: *** [just-check] Error 1
*******************************************************************************

Is this the expected output? It seems odd that make ends in an error.
Should I run the testsuite differently to run more tests, 
or do they all run be default?

Thanks,
Bobby


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