aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Collapse)AuthorFilesLines
1994-06-01Unneeded.Rob Savoye2-174/+0
1994-06-01Renamed.Rob Savoye10-590/+0
1994-05-30 * Makefile.in: Fix bit-rot in definitions of CHILL,Per Bothner2-13/+19
CHILL_FOR_TARGET and Chill_LIB.
1994-05-26 * Makefile.in (TARGET_FLAGS_TO_PASS): Fix syntax ofPer Bothner2-2/+7
sanitize-chill comments.
1994-05-21 * Revert the previous changes. Please see Rob's directoryBill Cox11-97/+397
/lisa/test/rob/progressive/gdb/testsuite for these fixes.
1994-05-19 * Makefile.in, configure.in, config/mips-gdb.exp,Bill Cox12-393/+127
config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy, config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp, config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,, gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in, gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c, gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in, gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp, gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in, gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in, gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp, gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in, gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c, gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp, gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in, gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing changes from 94Q1.
1994-05-19 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,Bill Cox7-0/+12
config/mt-slite, config/mt-unix, config/mt-vxworks: Add Rob's new testing fragments.
1994-05-17 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,Bill Cox5-65/+56
lib/gdb.exp: Replace error proc calls with perror.
1994-05-17Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-0/+6
* gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the version also, match on casted version strings, and match on gdb startup case where the line numbers might be messed up.
1994-05-14 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.Bill Cox2-2/+7
(CFLAGS): Delete it from here.
1994-05-12 * config/makefile.rel.in: : Add comment linesBill Cox2-2/+7
to Sanitize out CHILL references unless keep-chill was specified.
1994-05-12 * .Sanitize: Drop the gdb.t30 and gdb.t31 directoriesBill Cox3-6/+24
unless keep-chill was specified on the command line. * Makefile.in: Add comment lines to Sanitize out CHILL references unless keep-chill was specified.
1994-04-29Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-0/+4
* Makefile.in (RUNTEST): Default to just "runtest".
1994-04-28Back-migrate minor changes in these files from 94Q1 progressive into devo:Bill Cox1-1/+1
dejagnu/ChangeLog, dejagnu/Makefile.in, dejagnu/example/calc/Makefile.in, dejagnu/lib/remote.exp, dejagnu/testsuite/Makefile.in, dejagnu/testsuite/runtest.all/options.exp, gcc/testsuite/config/unix.exp, gdb/testsuite/Makefile.in, ld/ChangeLog, newlib/testsuite/ChangeLog, texinfo/testsuite/ChangeLog
1994-04-27 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.Jeff Law1-0/+6
* gdb.t17/gdbme.c (t_func_values): Add comments about how and why the code has been restructured.
1994-04-21 * gdb.t00/default.exp (set write): Allow any number of \r and/orJim Kingdon1-0/+8
\n, not just one of each. * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4 /bin/cc gives a warning if you do.
1994-04-21Modified Files:Kung Hsu1-0/+5
ChangeLog * gdb.t24/demangle.exp: change expect pattern of __t10ListS_link1ZUiRCUiPT0
1994-04-13 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpointsJeff Law1-0/+7
on local variables in recursive functions. * gdb.t07/Makefile.in: Build the new test.
1994-04-13Fix typo.Jeff Law1-1/+1
1994-04-13 * gdb.t15/gdbme.c (t_func_values): Do not compare function pointersJeff Law1-0/+5
directly. Instead compare the return values from actual calls.
1994-04-11 * Makefile.in (check): Set TCL_LIBRARY for runtest.Bill Cox2-37/+107
1994-04-11 * From Peter Schauer with minor modifications.Jeff Law1-0/+7
* gdb.t15/return.exp (return_tests): Handle targets where "return" stops in mid-line in the caller. Add xfail for returning a float value on X86 targets.
1994-04-06 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halvesJeff Law1-0/+5
to avoid expect lossage. (fmem_LRbug_tests): Likewise. * gdb.disasm/hppa.s: Corresponding changes.
1994-04-06 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-lineJeff Law2-598/+634
conditions to work with latest dejagnu/expect.
1994-04-06 * gdb.t15/funcargs.exp (finish from indirect call): No longerJeff Law1-0/+5
expected to fail on the PA. (backtrace in call with trampolines): Explicitly require main to be frame #1 (no trampolines should show up in backtrace).
1994-04-05 * gdb.t00/default.exp: Use "exp_continue" rather than obsoleteJeff Law1-0/+9
"continue -expect". * gdb.t06/break.exp: Likewise. * gdb.t07/watchpoint.exp: Likewise. * gdb.t13/bitfields.exp: Likewise. * gdb.t15/{funcargs,return}.exp: Likewise. * gdb.stabs/weird.exp: Likewise. * config/{mips,udi}-gdb.exp: Likewise.
1994-04-05 * gdb.t00/default.exp: Use "exp_continue" rather than obsoleteJeff Law2-3/+3
"continue -expect". * gdb.t06/break.exp: Likewise. * gdb.t07/watchpoint.exp: Likewise. * gdb.t13/bitfields.exp: Likewise. * gdb.t15/{funcargs,return}.exp: Likewise. * gdb.stabs/weird.exp: Likewise. * config/{mips,udi}-gdb.exp: Likewise.
1994-04-05 * hppa.sed: Enclose comments within a sed command to avoidJeff Law1-0/+5
losing with the old OSF1 sed.
1994-03-30 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs forPeter Schauer1-0/+12
sequent dynix. * gdb.t06/signals.exp: Add clear_xfail for sequent dynix. * gdb.t15/funcargs.exp: Conditionally step again to really finish from marker_call_with_trampolines. Handle the case where the first step from within call_with_trampolines already steps us back to main. * gdb.t15/gdbme.c: Add comment to closing brace of call_with_trampolines for funcargs.exp.
1994-03-30 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):Jeff Law1-0/+5
Fix typo(s).
1994-03-28 * gdb.t07/gdbme.c: More code for watchpoint testing.Jeff Law1-0/+9
* gdb.t07/watchpoint.exp: Accept both "Watchpoint" and "Hardware watchpoint" throughout file. (test_watchpoint_triggered_in_syscall): New test. (test_complex_watchpoint): New test.
1994-03-26 * gdbme.c (call_with_trampolines): New function to try and stepJeff Law1-0/+9
into. Tests trampoline problems on the PA. * funcargs.exp (localvars_in_indirect_call): No longer expect stepping into indirect call to fail on PAs. (test_stepping_over_trampolines): New test.
1994-03-24 * TODO: Add suggestions for static member function tests, andJim Kingdon1-0/+7
completion tests.
1994-03-16 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.Jim Kingdon1-0/+6
(default_gdb_exit): Replace all the hair with sending "quit" to the process with a simple close.
1994-03-15* TODO: Add suggestions for shared library tests.Jim Kingdon2-0/+10
1994-03-13* TODO: Add suggestions for x/s tests.Jim Kingdon2-0/+10
1994-03-11 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",Jim Kingdon1-0/+5
"enable once", and "enable breakpoints once" with ".*".
1994-03-10* TODO: Add suggestions about structure passing tests.Jim Kingdon2-3/+5
1994-03-10* TODO: Add suggestion about passing a structure as the 7th argument.Jim Kingdon2-4/+23
1994-03-07 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs forPeter Schauer1-0/+9
the primary1 test, use work around if __GNUC__ < 2. * gdb.t06/signals.c: Add comments for signals.exp pattern matching. * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix. Test for bad output rather than waiting for timeout. Issue second continue only if first continue failed.
1994-03-02 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): DoJim Kingdon1-0/+6
operator[] test with gdb_test because the old code didn't seem to be getting the quoting right with the new dejagnu.
1994-02-25 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail forJim Kingdon1-0/+7
next over recursive call. Revise the tests from that point on (which had been skipped) to match GDB's actual (correct) output. * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug with next over a breakpoint whose condition is false.
1994-02-25 * gdb.t00/help.exp: Comment out "help set print" tests just likeJim Kingdon1-0/+5
(and for same reason as) "help set" test.
1994-02-19Add unknown.expJim Kingdon1-0/+1
1994-02-14 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.Jeff Law1-1/+10
* gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
1994-02-07 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),Jim Kingdon1-5/+5
gdb.t03/ptype.exp (ptype structure, ptype union): Remove xfails; the test is looser than when the xfails were added.
1994-02-07 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,Jim Kingdon2-15/+20
since "run" automatically loads if necessary. Call gdb_target_udi after the "file" since "file" kills any execution target.
1994-02-07 * gdb.t02/whatis.exp: Remove xfails for PRs 1838 and 2417; theyJim Kingdon1-0/+10
are fixed. * gdb.t02/whatis.exp: Remove xfails for v_char_array and v_signed_char_array; the test is looser than when the xfails were added. * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI. * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
1994-02-07* gdb.t01/run.exp: Only run shell test if isnative.Jim Kingdon1-0/+2
1994-02-07 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,Jim Kingdon2-26/+7
since "run" automatically loads if necessary.