* config/*-gdb.exp: returns an error, rather than exiting on
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
2
3 * config/*-gdb.exp: returns an error, rather than exiting on
4 internal errors.
5
6 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
7
8 * gdb.t03/gdbme.c: Add pointer to struct variable.
9 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
10 referencing struct members.
11
12 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
13
14 * configure.in (mips-idt-ecoff): New target.
15 * config/mips-gdb.exp: New file for remote board using MIPS remote
16 debugging protocol.
17
18 * Redid configuration scheme. Removed gdb.t*/configure.in.
19 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
20 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
21 distclean targets. Built executables via .o files. Adjusted
22 tests to account for source files in $(srcdir) rather than
23 $(objdir).
24 * lib/gdb.exp (runto): Don't expect () after the function name,
25 because it may have arguments.
26
27 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
28
29 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
30 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
31 expected failures for mips-idt-* and mips-sgi-*.
32 * gdb.t00/default.exp (attach): Kill process if requested.
33 * gdb.t00/help.exp (help target core, help target): Accept a gdb
34 that does not read core files.
35 * gdb.t01/run.exp: Removed checks for exit status code.
36 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
37 it is linked in.
38 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
39 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
40 appropriate, rather than doing it by hand.
41 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
42 execution.
43 * gdb.t10/crossload.exp: Kill existing program if needed.
44 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
45 appropriate, rather than doing it by hand. Always increase
46 timeout for this test, not just for VxWorks.
47
48 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
49
50 **** start-sanitize-chill ****
51 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
52 of Chill STRUCT types and STRUCT values.
53 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
54 than "char".
55 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
56 struct2): New struct definitions and initializations to test
57 simple Chill STRUCT types.
58 **** end-sanitize-chill ****
59
60 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
61
62 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
63 the null byte at the end of strings.
64 * gdb.t00/default.exp: Make show version insensitive to copyright
65 date.
66 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
67 to avoid dependencies on target char signedness.
68 * gdb.t16/printcmds.exp: Update expected results for explicitly
69 unsigned char.
70 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
71 now work.
72 * gdb.t21/demangle.exp: Add many more patterns for template
73 demangling, most of them being expected failures.
74 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
75 string we are matching for, to match on the whole string.
76 * gdb.t21/demangle.exp: Add many new test strings to demangle,
77 and fix a whole bunch that had incorrect expected output but were
78 passing anyway because of the bug in "proc demangle".
79 **** start-sanitize-chill ****
80 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
81 type.
82 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
83 **** end-sanitize-chill ****
84
85 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
86
87 * gdb/testsuite: made modifications to testcases, etc., to allow
88 them to work properly given the reorganization of deja-gnu and the
89 relocation of the testcases from deja-gnu to a "tool" subdirectory.
90
91 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
92
93 * gdb/testsuite: Initial creation of gdb/testsuite.
94 Migrated dejagnu testcases and support files for testing nm to
95 gdb/testsuite from deja-gnu. These files were moved "as is"
96 with no modifications. This migration is part of a major overhaul
97 of dejagnu. The modifications to these testcases, etc., which
98 will allow them to work with the new version of dejagnu will be
99 made in a future update.
100
This page took 0.074453 seconds and 5 git commands to generate.