aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Collapse)AuthorFilesLines
1993-07-07* gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.Jim Kingdon1-0/+2
1993-07-07* gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.Jim Kingdon1-0/+4
1993-07-06 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.Jim Kingdon1-0/+4
1993-07-06* gdb.t06/signals.c: Add xfails for sun3.Jim Kingdon1-0/+2
1993-07-06* gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.Jim Kingdon1-0/+2
1993-07-06 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also addJim Kingdon1-0/+7
test_stepping tests.
1993-07-02* gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.Jim Kingdon1-0/+2
1993-07-02 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.cJim Kingdon1-0/+3
rather than actually putting it through cpp twice.
1993-07-02* gdb.t06/signals.exp: Add xfails unixware and rs6000.Jim Kingdon1-0/+4
1993-07-02 * config/mips-gdb.exp (gdb_exit): Removed close statement which isIan Lance Taylor2-1/+5
no longer needed.
1993-07-02* gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.Jim Kingdon1-0/+2
1993-07-02 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use anyJim Kingdon1-0/+10
C++ features prints as "struct", make it a pass, not an xfail.
1993-07-02* gdb.t06/twice.exp: Don't care about the file name GDB prints.Jim Kingdon1-0/+4
1993-06-30* gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.Jim Kingdon1-0/+9
1993-06-29* gdb.t16/printcmds.exp: Add printf tests.Jim Kingdon1-0/+2
1993-06-29* gdb.t06/{twice.{c,exp},Makefile.in}: New test.Jim Kingdon1-0/+2
1993-06-29* gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.Jim Kingdon1-0/+9
1993-06-28* gdb.stabs/wierd.exp: Add xfail for rs6000.Jim Kingdon2-0/+3
1993-06-28 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macrosJim Kingdon4-4/+13
{BEGIN,END}_COMMON for common block instead of STAB.
1993-06-28 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.Jim Kingdon4-292/+325
intp_var should be N_GSYM not N_LSYM. wierd-aout.S: Use a label for the value of the N_SO. wierd.def: Remove all backslashes. wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
1993-06-28 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX toPeter Schauer1-0/+5
get the expected next to inheritance3.
1993-06-28Works again.Rob Savoye1-82/+53
1993-06-27 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*Peter Schauer1-0/+5
now that gcc-2.4 gets it right.
1993-06-26* gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.Jim Kingdon5-2/+34
1993-06-25 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way ofJim Kingdon1-0/+5
generating comp-info.exp which works for cross-compilation.
1993-06-24 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", notFred Fish1-0/+11
"*-*-sysv4.*".
1993-06-24Add RUNTEST so make can use the right one.Rob Savoye1-0/+3
1993-06-21 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,Fred Fish1-0/+8
gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/ Makefile.in (distclean, realclean): Remove gdbme.c from list of things to remove.
1993-06-21Add all the mt-* files as things to keep.Fred Fish1-0/+14
1993-06-19 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some newFred Fish1-0/+5
test cases from bug reports.
1993-06-18 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.Fred Fish1-0/+9
* gdb.t12/scope.exp: Add clear_xfails at appropriate places to avoid spurious xfails. * gdb.t20/classes.exp: Add xfails for longstanding C++ problems. * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*. * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
1993-06-16 * gdb.t00/teststrategy.exp: Rework to provide more usefulFred Fish1-0/+9
description of each test, fix problem with systems that define ALIGN_STACK_ON_STARTUP code, other misc cleanups. * gdb.t06/break.exp (test_next_with_recursion): Fix expected results for "next over recursive call" so timeouts aren't taken by error.
1993-06-14 * gdb.t12/scope.exp: Test printing of variables before run.Jim Kingdon1-0/+2
1993-06-14 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters areJim Kingdon1-0/+5
printed in wrong order due to sorting.
1993-06-13Add .Sanitize file.Fred Fish1-0/+42
1993-06-12 * gdb.t00/teststrategy.exp: Fix expected results for printingFred Fish1-0/+4
user entered string constant. Is array of char, prints with no address.
1993-06-12 * gdb.t00/{default.exp, help.exp}: Account for changes to radixFred Fish1-0/+10
commands. * gdb.t16/gdbme.c: Add and use struct containing arrays of char. * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *". * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing of struct of char arrays. * gdb.t00/radix.exp: New tests for radix commands.
1993-06-11xJim Kingdon1-0/+5
1993-06-11xJim Kingdon1-2/+4
1993-06-10 * gdb.t16/printcmd.exp: Don't print variables before running program.Jim Kingdon1-0/+27
* gdb.t06/break.exp: Don't require envp argument to main. * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword. * gdb.t02/whatis.exp, gdb.t11/list.exp: Add xfails for rs6000. * gdb.t02/whatis.exp: Re-write other tests not to re-test something we already tested. * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure each type used has a variable of that type.
1993-06-04 * configure.in (mips-idt-ecoff*): Added trailing '*'.Ian Lance Taylor1-1/+1
1993-06-04fix srctrigger to point to a file, not a directoryDavid D. Zuhn1-1/+1
1993-06-04 * gdb.t11/list.exp: Fixed a couple of typos.Ian Lance Taylor1-0/+4
1993-06-03Add m68k-coff to ld so it'll work right.Rob Savoye1-1/+1
1993-06-03Removed board dependant stuff.Rob Savoye1-2/+2
1993-06-03Add these from DejaGnu so the testsuites compile for targets again.Rob Savoye14-0/+798
1993-06-02 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. BugFred Fish1-0/+8
is fixed and PR is closed. * gdb.t16 (gdbme.c): Add simple test string variable. * gdb.t16 (printcmds.exp): Add tests with simple test string variable, primarily for boundaries on "set print elements".
1993-06-01Add info and install-info targets.Rob Savoye1-1/+2
1993-05-31 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.Jim Kingdon2-5/+7
Make leading 0's optional and don't expect a tab in the middle of the number.
1993-05-31CVS:fooJim Kingdon2-95/+90
* gdb.t00/teststrategy.exp: Remove xgdb before trying the copy. * gdb.stabs/wierd.def: Type attributes must be preceded by number=. * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also don't end command passed to gdb_test with newline.