This is the mail archive of the gdb-testers@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


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

results for gdb-4.16.97 linux-gnulibc1


The are the testsuite results for gdb-4.16.97 on a
i586-pc-linux-gnulibc1 system. 
The system setup is:
ld.so.1.8.3, libc.so.5.4.7, as -v
GNU assembler version 970731 (i586-linux), using BFD 
version linux-2.8.1.0.15, S.u.S.e 4.4.1 and egcs-2.91.24.

I had to apply the following patch to gdb/testsuite/gdb.c++/virtfunc.cc:

*** gdb/testsuite/gdb.c++/virtfunc.cc.orig	Tue Apr 21 20:23:02 1998
--- gdb/testsuite/gdb.c++/virtfunc.cc	Tue Apr 21 20:23:34 1998
*************** void init()
*** 127,133 ****
  	e.d	=  2;
  }
  
! extern "C" printf(const char *, ...);
  
  int all_count = 0;
  int failed_count = 0;
--- 127,133 ----
  	e.d	=  2;
  }
  
! extern "C" int printf(const char *, ...);
  
  int all_count = 0;
  int failed_count = 0;

since the compiler complains:
gdb compile failed, ./gdb.c++/virtfunc.cc:130: warning: ANSI C++ forbids declaration `' with no type
./gdb.c++/virtfunc.cc:130: abstract declarator `int' used as declaration

FAIL: gdb.base/scope.exp: print foo::funclocal
FAIL: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal
FAIL: gdb.base/scope.exp: print foo::funclocal_ro
FAIL: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal_ro
FAIL: gdb.base/scope.exp: print bar::funclocal
FAIL: gdb.base/scope.exp: print 'scope1.c'::bar::funclocal
FAIL: gdb.base/scope.exp: print funclocal at foo
FAIL: gdb.base/scope.exp: print foo::funclocal at foo
FAIL: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal at foo
FAIL: gdb.base/scope.exp: print funclocal_bss at foo
FAIL: gdb.base/scope.exp: print foo::funclocal_bss at foo
FAIL: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal_bss at foo
FAIL: gdb.base/scope.exp: print funclocal_ro at foo
FAIL: gdb.base/scope.exp: print foo::funclocal_ro at foo
FAIL: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal_ro at foo
FAIL: gdb.base/scope.exp: print bar::funclocal at foo
FAIL: gdb.base/scope.exp: print 'scope1.c'::bar::funclocal at foo
FAIL: gdb.base/scope.exp: print foo::funclocal at bar
FAIL: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal at bar
FAIL: gdb.base/scope.exp: print foo::funclocal_bss at bar
FAIL: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal_bss at bar
FAIL: gdb.base/scope.exp: print foo::funclocal_ro at bar
FAIL: gdb.base/scope.exp: print 'scope1.c'::foo::funclocal_ro at bar
FAIL: gdb.base/scope.exp: print funclocal at bar
FAIL: gdb.base/scope.exp: print bar::funclocal at bar
FAIL: gdb.base/scope.exp: print 'scope1.c'::bar::funclocal at bar
FAIL: gdb.base/scope.exp: print funclocal_bss at bar
FAIL: gdb.base/scope.exp: print bar::funclocal_bss at bar
FAIL: gdb.base/scope.exp: print 'scope1.c'::bar::funclocal_bss at bar
FAIL: gdb.base/signals.exp: handle all print
FAIL: gdb.base/signals.exp: signal SIGUSR1

		=== gdb Summary ===

# of expected passes		4286
# of unexpected failures	31
# of expected failures		52
/home/schmid/ftp/gdb-4.16.97/gdb/testsuite/../../gdb/gdb version  4.16.97 -nx

Peter Schmid