X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=0a75a3a0b39f646afb362e54da00e344e6450818;hb=81074ec8d18eadede2998b7475e34ee149b9cb24;hp=64f55cfaa5c6f13416bd696aa8dcedaccd52309e;hpb=79f3218c2a77ab21fa83f1c0b20dfacd463e6c01;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 64f55cfaa5..0a75a3a0b3 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,53 @@ +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)