X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=0a75a3a0b39f646afb362e54da00e344e6450818;hb=81074ec8d18eadede2998b7475e34ee149b9cb24;hp=0f69849f86b8630b469362be451da565644c3381;hpb=f492b6c11b56018ac91c477ac6b3cf46881b435d;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 0f69849f86..0a75a3a0b3 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,7 +1,103 @@ +Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC + compiler arranges the code and line numbers. + + * gdb.t17/interrupt.exp: Don't send \n after ^C. + +Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * gdb.t00/help.exp: Increase expect input buffer size. + +Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdb.t06/signals.exp: Remove sparc xfail; bug fixed. + + * gdb.t07/watchpoint.exp: Add xfail for hppa. + + * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug. + + * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint + [0-9]*, not just [0-9]. + +Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972. + + * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use. + +Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdb.t00/help.exp: Replace most of docstring for "continue" with .*. + +Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdb.t06/signals.c: Add xfails for sun3. + + * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836. + + * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add + test_stepping tests. + +Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdb.t{06,17}/Makefile.in (clean): Remove all executables. + + * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug. + + * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c + rather than actually putting it through cpp twice. + + * gdb.t06/signals.exp: Add xfails for unixware and rs6000. + +Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com) + + * config/mips-gdb.exp (gdb_exit): Removed close statement which is + no longer needed. + +Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn. + + * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any + C++ features prints as "struct", make it a pass, not an xfail. + +Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdb.t22/virtfunc.exp: Remove a bunch of xfails. + Don't require VA to print as "class" rather than "struct". + +Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com) + + * gdb.t06/twice.exp: Don't care about the file name GDB prints. + +Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end. + +Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong + order. + +Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdb.t16/printcmds.exp: Add printf tests. + + * gdb.t06/{twice.{c,exp},Makefile.in}: New test. + + * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too. + +Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com) + + * gdb.t20/classes.exp: Add clear_xfail's before printing summary + pass counts, to counteract any existing or future setup_xfails. + Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros {BEGIN,END}_COMMON for common block instead of STAB. + * gdb.stabs/wierd.exp: Add xfail for rs6000. * gdb.stabs/wierd.def: Make value of N_GSYM's 0. intp_var should be N_GSYM not N_LSYM.