Document change to default.exp.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
d3b43da8
FF
1Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
2
3 * gdb.t00/default.exp: Change expected output for default "source"
4 command, to match new gdb behavior which requires a filename to
5 source.
6
fa5366da
FF
7Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
8
9 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
10 expected fail for i486-*-* that misses the marker2 function.
11 * gdb.t10/crossload.exp (bfddefault): Allow successful
12 recognition of a format to pass even if no symbols are found.
13 Explicitly catch failures where the format is not recognized
14 or is ambiguous, and add the reason to the fail message.
15 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
16 the cause is and invalid target and add reason to failure message.
17 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
18 elf32-i386, elf32-sparc, and elf32-i860.
19 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
20 Set up expected failure for 'filename'::variable scope resolution,
21 which is now apparently broken on all targets.
22 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
23 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
24 gdb.t23/templates.exp: Change failure for missing binfile into
25 just a warning.
26 gdb.t21/demangle.exp: Change all cfront references to 'arm'
27 references.
28
29Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
30
31 * gdb.t00/default.exp: Add expected output for default "source"
32 command, to match new gdb behavior.
33 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
34
1be6caef
RS
35Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
36
37 * config/*-gdb.exp: returns an error, rather than exiting on
38 internal errors.
39
40Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
41
42 * gdb.t03/gdbme.c: Add pointer to struct variable.
43 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
44 referencing struct members.
45
01cec5c8
ILT
46Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
47
1be6caef
RS
48 * configure.in (mips-idt-ecoff): New target.
49 * config/mips-gdb.exp: New file for remote board using MIPS remote
50 debugging protocol.
51
01cec5c8
ILT
52 * Redid configuration scheme. Removed gdb.t*/configure.in.
53 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
54 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
55 distclean targets. Built executables via .o files. Adjusted
56 tests to account for source files in $(srcdir) rather than
57 $(objdir).
58 * lib/gdb.exp (runto): Don't expect () after the function name,
59 because it may have arguments.
60
5b272a2d
ILT
61Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
62
63 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
64 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
65 expected failures for mips-idt-* and mips-sgi-*.
66 * gdb.t00/default.exp (attach): Kill process if requested.
67 * gdb.t00/help.exp (help target core, help target): Accept a gdb
68 that does not read core files.
69 * gdb.t01/run.exp: Removed checks for exit status code.
70 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
71 it is linked in.
72 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
73 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
74 appropriate, rather than doing it by hand.
75 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
76 execution.
77 * gdb.t10/crossload.exp: Kill existing program if needed.
78 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
79 appropriate, rather than doing it by hand. Always increase
80 timeout for this test, not just for VxWorks.
81
16aa4b53
FF
82Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
83
84 **** start-sanitize-chill ****
85 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
86 of Chill STRUCT types and STRUCT values.
87 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
88 than "char".
89 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
90 struct2): New struct definitions and initializations to test
91 simple Chill STRUCT types.
92 **** end-sanitize-chill ****
93
ff7f25de
FF
94Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
95
96 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
97 the null byte at the end of strings.
98 * gdb.t00/default.exp: Make show version insensitive to copyright
99 date.
100 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
101 to avoid dependencies on target char signedness.
102 * gdb.t16/printcmds.exp: Update expected results for explicitly
103 unsigned char.
104 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
105 now work.
106 * gdb.t21/demangle.exp: Add many more patterns for template
107 demangling, most of them being expected failures.
108 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
109 string we are matching for, to match on the whole string.
110 * gdb.t21/demangle.exp: Add many new test strings to demangle,
111 and fix a whole bunch that had incorrect expected output but were
112 passing anyway because of the bug in "proc demangle".
113 **** start-sanitize-chill ****
114 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
115 type.
116 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
117 **** end-sanitize-chill ****
118
bf3d2b75
MW
119Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
120
121 * gdb/testsuite: made modifications to testcases, etc., to allow
122 them to work properly given the reorganization of deja-gnu and the
123 relocation of the testcases from deja-gnu to a "tool" subdirectory.
124
19fa4a0a
MW
125Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
126
127 * gdb/testsuite: Initial creation of gdb/testsuite.
128 Migrated dejagnu testcases and support files for testing nm to
129 gdb/testsuite from deja-gnu. These files were moved "as is"
130 with no modifications. This migration is part of a major overhaul
131 of dejagnu. The modifications to these testcases, etc., which
132 will allow them to work with the new version of dejagnu will be
133 made in a future update.
134
This page took 0.032078 seconds and 4 git commands to generate.