aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Collapse)AuthorFilesLines
1993-10-25 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.Stu Grossman2-1/+5
1993-10-25* gdb.t06/signals.exp: Skip whole file with xfail for HPPA.Jim Kingdon1-0/+2
1993-10-25 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.Jim Kingdon1-0/+5
It is not from PR 3220.
1993-10-25 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests whichJim Kingdon1-0/+7
just started failing because they depended on the order the subcommands are presented, or exact docstring text. This kind of test is a pain and has minimal benefit.
1993-10-21 * gdb.t09/corefile.exp: At end of test, use "core" command withJim Kingdon1-0/+5
no arguments.
1993-10-20 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16Stu Grossman1-1/+8
17}/Makefile.in: Make it possible to run the testsuite with Sun make and CC = cross gcc by adding explicit build rules for .o files.
1993-10-19 * gdb.t15/funcargs.exp: Don't put comments on same line asJim Kingdon1-0/+5
setup_xfail (@#$*%& tcl braindamage!).
1993-10-19* gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.Jim Kingdon1-1/+10
1993-10-17* gdb.disasm: New directory for GDB disassembler tests.Jim Kingdon1-10/+3
1993-10-17* gdb.disasm: New directory for GDB disassembler tests.Jim Kingdon2-0/+48
1993-10-15 * gdb.t06/break.exp: For "next over recursive call", fail on anyJim Kingdon1-0/+5
incorrect output, not just on "factorial (value=2)".
1993-10-15Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)Jim Kingdon1-0/+6
* gdb.t12/scope.exp: Remove xfails, filename::var syntax should be working now. Add an xfail if accesing a bss variable causes a memory error if the target is not yet run.
1993-10-15 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion ofJim Kingdon1-0/+7
constructor name (2 string), name of _GLOBAL_ demangling (2 strings), name of __st* demangling (2 strings). Did Kung really get the more than 95 others right without testing them?
1993-10-14Modified Files:Kung Hsu1-0/+4
ChangeLog * gdb.t24/demangle.exp: clean up XFAILS, more than 100 of them.
1993-10-14Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)Jim Kingdon1-8/+8
* configure.in (configdirs): Add gdb.disasm * gdb.disasm: New directory for GDB disassembler tests. * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
1993-10-14Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)Jim Kingdon6-1/+1160
* configure.in (configdirs): Add gdb.disasm * gdb.disasm: New directory for GDB disassembler tests. * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
1993-10-14* gdb.t00/help.exp: Don't test "help set".Jim Kingdon1-0/+2
1993-10-14 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfailsJim Kingdon1-3/+0
from within expect statements. None of these happen anymore and they cause regressions to be silently unnoticed. * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure messages) about known failures with gcc cygnus-2.4.5-930417.
1993-10-14 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfailsJim Kingdon1-6/+6
from within expect statements. None of these happen anymore and they cause regressions to be silently unnoticed. * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure messages) about known failures with gcc cygnus-2.4.5-930417. * gdb.t22/virtfunc.exp: Add notes (in comment and failure message) about problem with gcc cygnus-2.4.5-930828.
1993-10-14 * gdb.t20/inherit.exp: Remove all xfails from within expect statements.Jim Kingdon1-0/+4
None of these happen anymore and they cause regressions to be silently unnoticed. * gdb.t20/inherit.exp: Add note (in failure message) about known failure with gcc cygnus-2.4.5-930417.
1993-10-14 * gdb.t20/inherit.exp: Add note (in failure message) about knownJim Kingdon1-0/+6
failure with gcc cygnus-2.4.5-930417. * gdb.t22/virtfunc.exp: Add notes (in comments and failure message) about problem with gcc cygnus-2.4.5-930828.
1993-10-14 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend onJim Kingdon1-0/+9
comp-info.exp so it gets built if it doesn't exist. * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff; it is no longer used. * gdb.t13/comp-info.c: Removed.
1993-10-14* gdb.t06/signals.exp: Add xfail for sun3.Jim Kingdon1-0/+4
1993-10-07 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not reallyJim Kingdon1-0/+6
relevant because ^C doesn't get sent but failure can be reproduced interactively).
1993-10-05 * gdb.stabs/alpha.mt: New configuration file for alpha.Peter Schauer6-5/+62
* gdb.stabs/configure.in: Use it. * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable sharing with alpha.mt, redefine long to word via preprocessor. * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb for alpha. * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha native cc. * gdb.t00/teststrategy.exp: Change expect string so that we consume the `(xgdb)' from the command echo and from the gdb prompt. * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha. gdb currently compares all values as long, so this failure probably applies to any configuration where LONGEST is bigger than a target int. * gdb.t08/comp-info.c: New file to determine if gdbme is compiled with gcc. * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable to handle opaque pointers, gcc is. * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t as first argument. Include <sys/types.h> and change all operator new definitions to use size_t. * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new now that we use size_t.
1993-09-29 * gdb.t24 (demangle.exp): Constructors of templates have names likeJim Kingdon1-0/+8
vector<int>::vector(int) not vector<int>::vector<int>(int). See section 14.6 of the ARM. * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they accomplish little and slow down the testsuite. * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX". Accept spaces various places.
1993-09-28 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".Jim Kingdon1-0/+8
Accept spaces various places.
1993-09-21 * Makefile.in: Remove definition of CC and remove the secondJim Kingdon1-0/+7
definition of CXX (the "CXX = gcc" one remains). These definitions were causing backquotes to be expanded within backquotes, which doesn't work.
1993-09-20Use ftp device rather than "load" command.Rob Savoye1-69/+16
1993-09-18* gdb.t17/callfuncs.exp: Add "return 0" to end.Jim Kingdon1-0/+4
1993-09-17 * gdb.stabs/ecoff.mt: Remove STABSCC hack.Peter Schauer2-4/+11
* gdb.stabs/weird.exp: Handle the case where weird.o is compiled by mips cc and contains no stabs entries.
1993-09-16 * config/vx-gdb.exp: Use fake device to load files rather thanRob Savoye1-0/+7
NFS. * lib/gdb.exp: New proc to do "file" command. * config/unix-gdb.exp: Use new "file" proc.
1993-09-16Use new proc for "file" command to load symbol tables.Rob Savoye1-56/+1
1993-09-16 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.Ian Lance Taylor3-10/+44
Rework board rebooting slightly. (gdb_exit): Don't exit from the remote shell; there isn't one. * gdb.stabs/weird.exp: If a program is being debugged already, kill it. * gdb.t04/setvar.exp: Stop and restart gdb. * gdb.t05/expr.exp: Likewise. * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and restart gdb and reload the program. * gdb.t08/opaque.exp: Likewise. * gdb.t12/scope.exp: Likewise. * gdb.t13/bitfields.exp: Likewise. * gdb.t15/funcargs.exp: Likewise. * gdb.t20/classes.exp: Likewise. * gdb.t03/ptype.exp: Increase timeout. * gdb.t16/printcmds.exp (test_print_string_constants, test_print_array_constants): Likewise. * gdb.t17/callfuncs.exp (do_function_calls): Likewise. * gdb.t20/classes.exp (do_tests): Likewise. * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
1993-09-15Change wierd to weirdIan Lance Taylor12-684/+124
1993-09-15 * gdb.t13/bitfields.exp: Test for bad output rather than waitingJim Kingdon1-0/+5
for timeout. Add "known gcc 2.4.5 bug" to failure message.
1993-09-15 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.Jim Kingdon2-9/+27
(do_tests): Remove xfail for whatis on one_var and two_var.
1993-09-10Added gdb_exit to call default_gdb_exit.Rob Savoye1-0/+6
1993-09-09Made cross testing work better.Rob Savoye1-8/+72
1993-09-07 * gdb.t15/{return.c,return.exp,Makefile.in}:Jim Kingdon1-0/+5
New test, currently commented out.
1993-09-02Load the udi library procedures.Rob Savoye1-0/+1
1993-08-31 * config/udi-gdb.exp: gdb_exit now kills any isstip processesRob Savoye1-0/+6
still running and removes the leftover named socket so GDb can do clean restarts.
1993-08-31Just a little cleanup. Made gdb_exit "kill" any isstip's still runningRob Savoye1-42/+45
and blow away the socket. GDB now restarts beautifully.
1993-08-31 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out theRob Savoye1-0/+10
console, not GDB. * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so cross testing works better with "make check" * config/unix-gdb: Use default procedures for exit and version. * config/vx-gdb.exp: Cleaned up and massaged back to working order with the newest VxWorks.
1993-08-30Use default version procedure.Rob Savoye2-17/+2
1993-08-30Add default gdb version so it can be shared.Rob Savoye1-0/+16
1993-08-30Make gdb_exit into default_gdb_exit so it can be shared.Rob Savoye1-12/+75
1993-08-30Use default_gdb_exit now.Rob Savoye1-1/+1
1993-08-30Works again.Rob Savoye1-1/+1
1993-08-30Add values for RUNTEST and RUNTESTFLAGS so cross testing works better.Rob Savoye16-46/+97