* gdb.t21/demangle.exp: Only count real fails (not xfails) for
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
2
3 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
4 failure count used to force early termination. Add some more
5 expected failures for gnu style demangling.
6
7 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8
9 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
10 pmi variable from gdb.t20/gdbme to get optimized away.
11 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
12 Check for written corefile upon timeout _and_ eof.
13
14 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15
16 * config/unix-gdb.exp: Add missing return 0.
17
18 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19
20 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
21 test termination.
22
23 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
24
25 * configure.in (subdirs): Put back gdb.t17 which mysteriously
26 disappeared.
27
28 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
29
30 * gdb.t10/crossload.exp: Disable the i860-elf test until such
31 time as i860 support works.
32
33 * gdb.t15/funcargs.exp: Fix expected outputs to include
34 "backtrace 100\r" rather than just "backtrace\r", to match last
35 change.
36
37 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
38
39 * config/udi-gdb.exp (gdb_exit): Remove close command.
40 (gdb_target_udi): New procedure to set the UDI target.
41 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
42 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
43 Added waits for prompts after several question responses. Added
44 some more responses used by a29k-amd-udi-gdb.
45 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
46 pass different arguments, restart UDI connection after program
47 completion.
48 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
49 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
50 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
51 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
52 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
53 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
54 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
55 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
56 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
57 after program completion.
58 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
59 compiled with a SELECT_VECS setting.
60 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
61 infinite recursion.
62
63 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
64 Added checks for COFF results, and made them expected failures for
65 all targets. It would be better to make them expected failures
66 for COFF targets only.
67
68 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
69
70 * Makefile.in: add null dvi target, don't bother to recurse
71 through test directories for info and install-info; rename
72 $(datadir) to be dejagnu instead of deja-gnu
73
74 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
75
76 **** start-sanitize-chill ****
77 * gdb.t31/gdbme.ch: Re-enable code that previously caused
78 compiler to coredump.
79 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
80 code.
81 **** end-sanitize-chill ****
82
83 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
84
85 **** start-sanitize-chill ****
86 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
87 coredump.
88 * gdb.t31/chillvars.exp: Comment out tests that depend on that
89 code.
90 **** end-sanitize-chill ****
91
92 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
93
94 * gdb.t03/ptype.exp: tests for return code from gdb_test.
95 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
96 which in a shell. Deletes xgdb when done.
97 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
98 Tests the return from the "set height" or "set width" commands.
99 Added a few return codes where needed.
100
101 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
102
103 * Makefile.in (SUBDIRS): Add gdb.t17.
104 * configure.in (subdirs): Add gdb.t17.
105 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
106 files to test gdb's calling of functions in the inferior with
107 the correct arguments and gdb's ability to retrieve any
108 result returned.
109
110 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
111
112 * config/unix-gdb.exp (gdb_exit): Remove close commands that
113 may be called after gdb goes away. Previous versions of expect
114 needed these to avoid file descriptor leaks, but they cause
115 errors with the current revision of expect.
116 * gdb.t00/gdbvars.exp: Use -re on expected output after
117 setting sevenbit-strings.
118 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
119 to set sevenbit-strings consistent across tests.
120 **** start-sanitize-chill ****
121 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
122 set sevenbit-strings consistent across tests.
123 **** end-sanitize-chill ****
124
125 >>>>>>> 1.16
126 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
127
128 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
129 expected output to match current "expect" expectations.
130
131 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
132
133 * gdb.t00/default.exp: Change expected output for default "source"
134 command, to match new gdb behavior which requires a filename to
135 source.
136
137 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
138
139 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
140 expected fail for i486-*-* that misses the marker2 function.
141 * gdb.t10/crossload.exp (bfddefault): Allow successful
142 recognition of a format to pass even if no symbols are found.
143 Explicitly catch failures where the format is not recognized
144 or is ambiguous, and add the reason to the fail message.
145 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
146 the cause is and invalid target and add reason to failure message.
147 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
148 elf32-i386, elf32-sparc, and elf32-i860.
149 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
150 Set up expected failure for 'filename'::variable scope resolution,
151 which is now apparently broken on all targets.
152 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
153 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
154 gdb.t23/templates.exp: Change failure for missing binfile into
155 just a warning.
156 gdb.t21/demangle.exp: Change all cfront references to 'arm'
157 references.
158
159 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
160
161 * gdb.t00/default.exp: Add expected output for default "source"
162 command, to match new gdb behavior.
163 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
164
165 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
166
167 * config/*-gdb.exp: returns an error, rather than exiting on
168 internal errors.
169
170 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
171
172 * gdb.t03/gdbme.c: Add pointer to struct variable.
173 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
174 referencing struct members.
175
176 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
177
178 * configure.in (mips-idt-ecoff): New target.
179 * config/mips-gdb.exp: New file for remote board using MIPS remote
180 debugging protocol.
181
182 * Redid configuration scheme. Removed gdb.t*/configure.in.
183 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
184 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
185 distclean targets. Built executables via .o files. Adjusted
186 tests to account for source files in $(srcdir) rather than
187 $(objdir).
188 * lib/gdb.exp (runto): Don't expect () after the function name,
189 because it may have arguments.
190
191 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
192
193 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
194 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
195 expected failures for mips-idt-* and mips-sgi-*.
196 * gdb.t00/default.exp (attach): Kill process if requested.
197 * gdb.t00/help.exp (help target core, help target): Accept a gdb
198 that does not read core files.
199 * gdb.t01/run.exp: Removed checks for exit status code.
200 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
201 it is linked in.
202 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
203 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
204 appropriate, rather than doing it by hand.
205 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
206 execution.
207 * gdb.t10/crossload.exp: Kill existing program if needed.
208 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
209 appropriate, rather than doing it by hand. Always increase
210 timeout for this test, not just for VxWorks.
211
212 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
213
214 **** start-sanitize-chill ****
215 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
216 of Chill STRUCT types and STRUCT values.
217 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
218 than "char".
219 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
220 struct2): New struct definitions and initializations to test
221 simple Chill STRUCT types.
222 **** end-sanitize-chill ****
223
224 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
225
226 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
227 the null byte at the end of strings.
228 * gdb.t00/default.exp: Make show version insensitive to copyright
229 date.
230 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
231 to avoid dependencies on target char signedness.
232 * gdb.t16/printcmds.exp: Update expected results for explicitly
233 unsigned char.
234 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
235 now work.
236 * gdb.t21/demangle.exp: Add many more patterns for template
237 demangling, most of them being expected failures.
238 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
239 string we are matching for, to match on the whole string.
240 * gdb.t21/demangle.exp: Add many new test strings to demangle,
241 and fix a whole bunch that had incorrect expected output but were
242 passing anyway because of the bug in "proc demangle".
243 **** start-sanitize-chill ****
244 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
245 type.
246 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
247 **** end-sanitize-chill ****
248
249 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
250
251 * gdb/testsuite: made modifications to testcases, etc., to allow
252 them to work properly given the reorganization of deja-gnu and the
253 relocation of the testcases from deja-gnu to a "tool" subdirectory.
254
255 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
256
257 * gdb/testsuite: Initial creation of gdb/testsuite.
258 Migrated dejagnu testcases and support files for testing nm to
259 gdb/testsuite from deja-gnu. These files were moved "as is"
260 with no modifications. This migration is part of a major overhaul
261 of dejagnu. The modifications to these testcases, etc., which
262 will allow them to work with the new version of dejagnu will be
263 made in a future update.
264
This page took 0.06463 seconds and 5 git commands to generate.