* gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
762665e1
JK
1Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2
3 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
4 test_stepping tests.
5
79f3218c
JK
6Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
7
762665e1
JK
8 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
9
b2618fd8
JK
10 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
11
56f413cd
JK
12 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
13 rather than actually putting it through cpp twice.
14
79f3218c
JK
15 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
16
eae16698
ILT
17Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
18
19 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
20 no longer needed.
21
38e1dd54
JK
22Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23
b4ace9d3
JK
24 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
25
38e1dd54
JK
26 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
27 C++ features prints as "struct", make it a pass, not an xfail.
28
29Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30
31 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
32 Don't require VA to print as "class" rather than "struct".
33
b55cc8a2
JK
34Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
35
36 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
37
e02c07a5
JK
38Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
39
40 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
41
42Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
43
44 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
45 order.
46
b4e89979
JK
47Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
48
366f2869
JK
49 * gdb.t16/printcmds.exp: Add printf tests.
50
38c41e92
JK
51 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
52
b4e89979
JK
53 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
54
55Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
56
57 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
58 pass counts, to counteract any existing or future setup_xfails.
59
884e8cd4
JK
60Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
61
f492b6c1
JK
62 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
63 {BEGIN,END}_COMMON for common block instead of STAB.
44443a9b 64 * gdb.stabs/wierd.exp: Add xfail for rs6000.
f492b6c1 65
884e8cd4
JK
66 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
67 intp_var should be N_GSYM not N_LSYM.
68 wierd-aout.S: Use a label for the value of the N_SO.
69 wierd.def: Remove all backslashes.
70 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
71
9325d5af
PS
72Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
73
74 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
75 get the expected next to inheritance3.
76
d2b860e3
PS
77Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
78
79 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
80 now that gcc-2.4 gets it right.
81
f788cf78
JK
82Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
83
2de1aa1c
JK
84 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
85
f788cf78
JK
86 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
87 generating comp-info.exp which works for cross-compilation.
88
6ba7b818
FF
89Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
90
91 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
92 "*-*-sysv4.*".
93
94Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
95
96 * gdb.t01/run.exp: Start with a fresh gdb.
97 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
98 SVR4.x.
99
cfb702c1
FF
100Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
101
102 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
103 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
104 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
105 Makefile.in (distclean, realclean): Remove gdbme.c from list of
106 things to remove.
107
3d26a081
FF
108Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
109
110 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
111 test cases from bug reports.
112
5c0e7bd6
FF
113Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
114
115 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
116 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
117 avoid spurious xfails.
118 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
119 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
120 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
121
212f6219
FF
122Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
123
124 * gdb.t00/teststrategy.exp: Rework to provide more useful
125 description of each test, fix problem with systems that define
126 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
127 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
128 results for "next over recursive call" so timeouts aren't taken
129 by error.
130
69dbdc05
JK
131Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
132
c76f7bb7
JK
133 * gdb.t12/scope.exp: Test printing of variables before run.
134
69dbdc05
JK
135 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
136 printed in wrong order due to sorting.
137
dd9d4fa3
FF
138Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
139
80af2bd3
FF
140 * gdb.t00/teststrategy.exp: Fix expected results for printing
141 user entered string constant. Is array of char, prints with no
142 address.
143
dd9d4fa3
FF
144 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
145 commands.
146 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
147 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
148 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
149 of struct of char arrays.
150 * gdb.t00/radix.exp: New tests for radix commands.
151
49b12db0
JK
152Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
153
154 * gdb.t16/printcmd.exp: Print a variable before running program
155 (with xfail for AIX).
156
729258a3
JK
157Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
158
fcb6cf58
JK
159 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
160
729258a3
JK
161 * gdb.t16/printcmd.exp: Don't print variables before running program.
162
163 * gdb.t06/break.exp: Don't require envp argument to main.
164
165 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
166
167 * gdb.t02/whatis.exp, gdb.t11/list.exp:
168 Add xfails for rs6000.
169
fcb6cf58
JK
170 * gdb.t02/whatis.exp: Change other tests not to re-test something
171 we already tested.
729258a3
JK
172
173 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
174 each type used has a variable of that type.
175
176Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
177
178 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
179
180Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
181
182 * configure.in: change srctrigger to be a file, not a directory
183
b3523cb3
ILT
184Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
185
729258a3
JK
186 * configure.in (mips-idt-ecoff*): Added trailing '*'.
187
b3523cb3
ILT
188 * gdb.t11/list.exp: Fixed a couple of typos.
189
46fc723c
FF
190Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
191
192 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
193 is fixed and PR is closed.
194 * gdb.t16 (gdbme.c): Add simple test string variable.
195 * gdb.t16 (printcmds.exp): Add tests with simple test string
196 variable, primarily for boundaries on "set print elements".
197
942a6600
JK
198Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
199
6a51601e
JK
200 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
201 Make leading 0's optional and don't expect a tab in the middle
202 of the number.
203
bfcba962
JK
204 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
205
206 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
207 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
208 don't end command passed to gdb_test with newline.
209
942a6600
JK
210 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
211 signed keyword away, don't expect signed bitfields to be signed.
212
213 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
214 printing with only as many 1's as are in the field as well as printing
215 with 32 1's (see comment).
216
35c254be
FF
217Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
218
88db2feb 219 * gdb.t00/default.exp: Start with a fresh gdb.
dd294fc0
FF
220 * configure.in (configdirs): Remove gdb.t31 until the chill
221 compiler works again. It no longer is able to find chillrt0
222 since it isn't in libchill.a anymore.
150ab440
FF
223 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
224 wierd.o, make more modular.
35c254be
FF
225 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
226 spurious newlines that caused problems.
227
18ef9146
JK
228Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
229
5bd22ca8 230 * Move test with enums and partial symbols from gdb.t03/ptype.exp
12a09603
JK
231 to gdb.stabs/wierd.exp since GCC has worked around the bug.
232 gdb.stabs/wierd.{exp,def}: Many new tests.
233
18ef9146
JK
234 * gdb.t00/default.exp: update info line for new message.
235
236 * gdb.t02/{whatis.exp,gdbme.c}:
237 Test that "char *" doesn't print as "caddr_t".
238
2d10304e
JK
239Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
240
241 * gdb.t00/help.exp: Use .* in place of some help messages which
242 just changed.
243 gdb.t00/default.exp: Update "info frame" test for new message.
244 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
29b34f10 245 Remove some xfails
2d10304e 246
e726f3b5
JK
247Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
248
c6d70012
JK
249 * gdb.t03/{gdbme.c,ptype.exp}:
250 Add tests for typedef'd struct and union without tags.
2d10304e 251 Also check "whatis" on a variable of a typedef'd enum without a tag.
c6d70012 252
f43c2f05
JK
253 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
254 PRMS 1823; the bug still exists but isn't reproduced by this test
255 anymore), and remove rs6000 XFAIL (the bug is fixed).
e726f3b5
JK
256
257 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
258 duplicated from whatis.exp. For those that are left, accept
259 "long", "long int", or "int" for long variables (whatis.exp already
260 has an XFAIL for "int", so no need to fail it here).
261
262 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
263 Deal with GCC's names for types now that GDB uses the compiler's names.
264
265 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
266 setup_xfail's for sunos4. If we #defined the signed keyword away,
267 don't expect GDB to know that char it is signed.
268
269 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
270
0b3c22df
FF
271Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
272
273 * configure.in (configdirs): Add gdb.t24 for C++ tests that
274 should work on any system, regardless of debugging format.
275 * gdb.t21/demangle.exp: Move to gdb.t24.
276 * gdb.t24/demangle.exp: Move from gdb.t21.
277 * gdb.t24/{Makefile.in, configure.in}: New files.
278
279Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
280
281 * configure.in: Do gdb.stabs and C++ tests only for stabs.
282 * gdb.stabs: New directory.
283
8ce07a21
JK
284Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
285
286 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
287 not just "Quit anyway?".
288
27daf1a9
FF
289Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
290
291 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
292 that all setup_xfails are immediately followed by clear_xfails.
293
294Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
295
296 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
297 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
298 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
299 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
300 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
301 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
302 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
303 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
304 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
305 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
306 gdb.t31/chillvars.exp, lib/gdb.exp:
307 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
308 bug-gdb@prep.ai.mit.edu.
309
310Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
311
312 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
313 with 0.0, not integer 0.
314
315Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
316
317 * gdb.t06/break.exp: Update for "Kill the program" message change.
318
fb40210a
FF
319Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
320
321 * Makefile.in (GDBFLAGS): Set to -nx.
322 * Makefile.in (site.exp): Use GDBFLAGS.
323
c1fb4e49
RP
324Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
325
326 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
327 Makefiles.
ab8603ea
RP
328 (check): depend on just-check.
329 (just-check): added so that tests can be run without a noop
330 build pass.
c1fb4e49
RP
331
332Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
333
334 Switch to using configure's configdirs.
335 * Makefile.in (Makefile): add configure.in dependency.
336 (SUBDIRS): removed redundant assignment.
337 * configure.in: switch subdirs assignment to configdirs.
338 * gdb.t*/configure.in: new files.
339
5959dcea
ILT
340Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
341
342 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
343 works.
344
fbc3492c
FF
345Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
346
347 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
348 in explicit rules. Apparently this is not supported by some makes.
349
512e5f94
JG
350Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
351
352 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
353
987b4233
PS
354Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
355
356 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
357 disappeared.
358
acb771de
JG
359Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
360
361 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
362
a08317af
FF
363Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
364
365 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
366 watchpoint problem that is now fixed.
367 * gdb.t30/chexp.exp: Remove setup_xfail for printing
368 uninitialized convenience variables.
369 * gdb.t31/chillvars.exp: Fix expected patterns for printing
370 structures.
371
372Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
373
374 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
375 which causes expect to get out of sync with gdb on long output
376 from help set.
377 * gdb.t09/corefile.exp: Make expected pattern for core file
378 failing signal and frame output format less sun specific.
379
b54a2f2d
PB
380Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
381
382 * gdb.t31/chillvars.exp: Add and remove initial dummy
383 breakpoint, so that symbol table is forced in.
384 (Needed at least on Sunos4, though it seems not SVR4.)
385 * gdb.t31/chillvars.exp: Update for changed output format.
386
ce307257
RS
387Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
388
389 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
390
391Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
392
393 * Makefile.in: Added --srcdir when invoking runtest, removed the
394 need for a local config file. (optional now)
395
bee218aa
FF
396Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
397
398 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
399 failure count used to force early termination. Add some more
400 expected failures for gnu style demangling.
401
402Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
403
404 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
405 pmi variable from gdb.t20/gdbme to get optimized away.
406 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
407 Check for written corefile upon timeout _and_ eof.
408
1096d1de
PS
409Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
410
411 * config/unix-gdb.exp: Add missing return 0.
412
72ea43e6
PS
413Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
414
415 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
416 test termination.
417
7007db96
FF
418Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
419
420 * configure.in (subdirs): Put back gdb.t17 which mysteriously
421 disappeared.
422
63305a73
FF
423Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
424
7007db96
FF
425 * gdb.t10/crossload.exp: Disable the i860-elf test until such
426 time as i860 support works.
427
63305a73
FF
428 * gdb.t15/funcargs.exp: Fix expected outputs to include
429 "backtrace 100\r" rather than just "backtrace\r", to match last
430 change.
431
5f2912cc
ILT
432Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
433
434 * config/udi-gdb.exp (gdb_exit): Remove close command.
435 (gdb_target_udi): New procedure to set the UDI target.
436 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
437 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
438 Added waits for prompts after several question responses. Added
439 some more responses used by a29k-amd-udi-gdb.
440 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
441 pass different arguments, restart UDI connection after program
442 completion.
443 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
444 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
445 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
446 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
447 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
448 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
449 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
450 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
451 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
452 after program completion.
453 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
454 compiled with a SELECT_VECS setting.
455 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
456 infinite recursion.
457
458 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
459 Added checks for COFF results, and made them expected failures for
460 all targets. It would be better to make them expected failures
461 for COFF targets only.
462
21ce979a
DZ
463Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
464
465 * Makefile.in: add null dvi target, don't bother to recurse
ebc0f582
DZ
466 through test directories for info and install-info; rename
467 $(datadir) to be dejagnu instead of deja-gnu
21ce979a 468
214aa244
FF
469Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
470
214aa244
FF
471 * gdb.t31/gdbme.ch: Re-enable code that previously caused
472 compiler to coredump.
473 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
474 code.
214aa244 475
bfb33935
FF
476Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
477
bfb33935
FF
478 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
479 coredump.
480 * gdb.t31/chillvars.exp: Comment out tests that depend on that
481 code.
bfb33935 482
3d0bd7d3
RS
483Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
484
485 * gdb.t03/ptype.exp: tests for return code from gdb_test.
486 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
487 which in a shell. Deletes xgdb when done.
488 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
489 Tests the return from the "set height" or "set width" commands.
490 Added a few return codes where needed.
491
bc803007
FF
492Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
493
04fb224c
FF
494 * Makefile.in (SUBDIRS): Add gdb.t17.
495 * configure.in (subdirs): Add gdb.t17.
bc803007
FF
496 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
497 files to test gdb's calling of functions in the inferior with
498 the correct arguments and gdb's ability to retrieve any
499 result returned.
500
400b81b5
FF
501Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
502
503 * config/unix-gdb.exp (gdb_exit): Remove close commands that
504 may be called after gdb goes away. Previous versions of expect
505 needed these to avoid file descriptor leaks, but they cause
506 errors with the current revision of expect.
507 * gdb.t00/gdbvars.exp: Use -re on expected output after
508 setting sevenbit-strings.
509 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
510 to set sevenbit-strings consistent across tests.
400b81b5
FF
511 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
512 set sevenbit-strings consistent across tests.
400b81b5 513
96b99583
FF
514Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
515
516 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
517 expected output to match current "expect" expectations.
518
d3b43da8
FF
519Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
520
521 * gdb.t00/default.exp: Change expected output for default "source"
522 command, to match new gdb behavior which requires a filename to
523 source.
524
fa5366da
FF
525Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
526
527 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
528 expected fail for i486-*-* that misses the marker2 function.
529 * gdb.t10/crossload.exp (bfddefault): Allow successful
530 recognition of a format to pass even if no symbols are found.
531 Explicitly catch failures where the format is not recognized
532 or is ambiguous, and add the reason to the fail message.
533 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
534 the cause is and invalid target and add reason to failure message.
535 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
536 elf32-i386, elf32-sparc, and elf32-i860.
537 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
538 Set up expected failure for 'filename'::variable scope resolution,
539 which is now apparently broken on all targets.
540 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
541 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
542 gdb.t23/templates.exp: Change failure for missing binfile into
543 just a warning.
544 gdb.t21/demangle.exp: Change all cfront references to 'arm'
545 references.
546
547Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
548
549 * gdb.t00/default.exp: Add expected output for default "source"
550 command, to match new gdb behavior.
551 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
552
1be6caef
RS
553Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
554
555 * config/*-gdb.exp: returns an error, rather than exiting on
556 internal errors.
557
558Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
559
560 * gdb.t03/gdbme.c: Add pointer to struct variable.
561 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
562 referencing struct members.
563
01cec5c8
ILT
564Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
565
1be6caef
RS
566 * configure.in (mips-idt-ecoff): New target.
567 * config/mips-gdb.exp: New file for remote board using MIPS remote
568 debugging protocol.
569
01cec5c8
ILT
570 * Redid configuration scheme. Removed gdb.t*/configure.in.
571 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
572 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
573 distclean targets. Built executables via .o files. Adjusted
574 tests to account for source files in $(srcdir) rather than
575 $(objdir).
576 * lib/gdb.exp (runto): Don't expect () after the function name,
577 because it may have arguments.
578
5b272a2d
ILT
579Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
580
581 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
582 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
583 expected failures for mips-idt-* and mips-sgi-*.
584 * gdb.t00/default.exp (attach): Kill process if requested.
585 * gdb.t00/help.exp (help target core, help target): Accept a gdb
586 that does not read core files.
587 * gdb.t01/run.exp: Removed checks for exit status code.
588 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
589 it is linked in.
590 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
591 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
592 appropriate, rather than doing it by hand.
593 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
594 execution.
595 * gdb.t10/crossload.exp: Kill existing program if needed.
596 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
597 appropriate, rather than doing it by hand. Always increase
598 timeout for this test, not just for VxWorks.
599
16aa4b53
FF
600Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
601
16aa4b53
FF
602 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
603 of Chill STRUCT types and STRUCT values.
604 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
605 than "char".
606 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
607 struct2): New struct definitions and initializations to test
608 simple Chill STRUCT types.
16aa4b53 609
ff7f25de
FF
610Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
611
612 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
613 the null byte at the end of strings.
614 * gdb.t00/default.exp: Make show version insensitive to copyright
615 date.
616 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
617 to avoid dependencies on target char signedness.
618 * gdb.t16/printcmds.exp: Update expected results for explicitly
619 unsigned char.
620 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
621 now work.
622 * gdb.t21/demangle.exp: Add many more patterns for template
623 demangling, most of them being expected failures.
624 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
625 string we are matching for, to match on the whole string.
626 * gdb.t21/demangle.exp: Add many new test strings to demangle,
627 and fix a whole bunch that had incorrect expected output but were
628 passing anyway because of the bug in "proc demangle".
ff7f25de
FF
629 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
630 type.
631 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
ff7f25de 632
bf3d2b75
MW
633Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
634
635 * gdb/testsuite: made modifications to testcases, etc., to allow
636 them to work properly given the reorganization of deja-gnu and the
637 relocation of the testcases from deja-gnu to a "tool" subdirectory.
638
19fa4a0a
MW
639Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
640
641 * gdb/testsuite: Initial creation of gdb/testsuite.
642 Migrated dejagnu testcases and support files for testing nm to
643 gdb/testsuite from deja-gnu. These files were moved "as is"
644 with no modifications. This migration is part of a major overhaul
645 of dejagnu. The modifications to these testcases, etc., which
646 will allow them to work with the new version of dejagnu will be
647 made in a future update.
648
This page took 0.139603 seconds and 4 git commands to generate.