* From Peter Schauer with minor modifications.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2
3 * From Peter Schauer with minor modifications.
4 * gdb.t15/return.exp (return_tests): Handle targets where "return"
5 stops in mid-line in the caller. Add xfail for returning a float
6 value on X86 targets.
7
8 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9
10 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
11 to avoid expect lossage.
12 (fmem_LRbug_tests): Likewise.
13 * gdb.disasm/hppa.s: Corresponding changes.
14
15 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
16 conditions to work with latest dejagnu/expect.
17
18 * gdb.t15/funcargs.exp (finish from indirect call): No longer
19 expected to fail on the PA.
20 (backtrace in call with trampolines): Explicitly require main
21 to be frame #1 (no trampolines should show up in backtrace).
22
23 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
24 "continue -expect".
25 * gdb.t06/break.exp: Likewise.
26 * gdb.t07/watchpoint.exp: Likewise.
27 * gdb.t13/bitfields.exp: Likewise.
28 * gdb.t15/{funcargs,return}.exp: Likewise.
29 * gdb.stabs/weird.exp: Likewise.
30 * config/{mips,udi}-gdb.exp: Likewise.
31
32 * hppa.sed: Enclose comments within a sed command to avoid
33 losing with the old OSF1 sed.
34
35 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
36
37 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
38 sequent dynix.
39 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
40 * gdb.t15/funcargs.exp: Conditionally step again to really
41 finish from marker_call_with_trampolines. Handle the case where
42 the first step from within call_with_trampolines already steps
43 us back to main.
44 * gdb.t15/gdbme.c: Add comment to closing brace of
45 call_with_trampolines for funcargs.exp.
46
47 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
48
49 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
50 Fix typo(s).
51
52 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
53
54 * gdb.t07/gdbme.c: More code for watchpoint testing.
55
56 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
57 "Hardware watchpoint" throughout file.
58 (test_watchpoint_triggered_in_syscall): New test.
59 (test_complex_watchpoint): New test.
60
61 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
62
63 * gdbme.c (call_with_trampolines): New function to try and step
64 into. Tests trampoline problems on the PA.
65
66 * funcargs.exp (localvars_in_indirect_call): No longer expect
67 stepping into indirect call to fail on PAs.
68 (test_stepping_over_trampolines): New test.
69
70 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
71
72 * TODO: Add suggestions for static member function tests, and
73 completion tests.
74
75 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
76
77 * TODO: Add suggestions for "p/a" tests.
78
79 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
80 (default_gdb_exit): Replace all the hair with sending "quit" to
81 the process with a simple close.
82
83 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
84
85 * TODO: Add suggestions for shared library tests.
86
87 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
88
89 * TODO: Add suggestions for x/s tests.
90
91 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
92
93 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
94 "enable once", and "enable breakpoints once" with ".*".
95
96 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
97
98 * TODO: Add suggestions about structure passing tests.
99
100 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
101
102 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
103 the primary1 test, use work around if __GNUC__ < 2.
104 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
105 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
106 Test for bad output rather than waiting for timeout. Issue
107 second continue only if first continue failed.
108
109 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
110
111 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
112 operator[] test with gdb_test because the old code didn't seem to
113 be getting the quoting right with the new dejagnu.
114
115 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
116
117 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
118 next over recursive call. Revise the tests from that point on
119 (which had been skipped) to match GDB's actual (correct) output.
120
121 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
122 with next over a breakpoint whose condition is false.
123
124 * gdb.t00/help.exp: Comment out "help set print" tests just like
125 (and for same reason as) "help set" test.
126
127 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
128
129 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
130 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
131
132 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
133
134 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
135 necessary gdb_target_udi.
136
137 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
138
139 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
140 1838 and 2417; they are fixed.
141
142 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
143 gdb.t03/ptype.exp (ptype structure, ptype union):
144 Remove xfails; the test is looser than when the xfails were added.
145
146 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
147 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
148
149 * gdb.t01/run.exp: Only run shell test if isnative.
150
151 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
152 since "run" automatically loads if necessary. Call gdb_target_udi
153 after the "file" since "file" kills any execution target.
154
155 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
156 GDB. GDB doesn't work that way (not anymore at least) on UDI.
157 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
158 argument for UDI.
159
160 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
161
162 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
163
164 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
165
166 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
167
168 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
169 properly quoting regexps. This makes the second argument to
170 demangle a fixed string, which matches the callers, instead of a
171 shell-style pattern which is what the previous implementation
172 used. Update some of the callers.
173
174 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
175
176 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
177 (comib_nullified_tests): Fix typo.
178 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
179 strings. No longer expected to fail.
180
181 * gdb.disasm/hppa.s (addib_tests): Fix typo.
182 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
183 strings. No longer expected to fail.
184
185 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
186 string. No longer expected to fail.
187
188 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
189
190 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
191 No longer expected to fail.
192
193 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
194 string. No longer expected to fail.
195
196 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
197
198 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
199 only in the names (I probably got most of them). I was even
200 generous with some which differed in underscores in names, and
201 probably missed a few, and I *still* was able to remove almost a
202 third of the file with almost no impact on testsuite coverage.
203
204 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
205
206 * gdb.t00/default.exp: Match udi_attach error message as well as
207 the one from child_attach.
208
209 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
210
211 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
212
213 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
214 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
215
216 * Move test with enums and partial symbols back to
217 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
218 Reverts the change of 26 May 93. Per today's change to
219 stabs.texinfo, the behavior that weird.exp was expecting was
220 unreasonable; what is important is that the compiler+gdb get
221 things right, which happens with a recent gcc. Also fix the test
222 to deal with native compilers which put out the stab gdb can't
223 deal with.
224
225 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
226
227 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
228 in the names. The main thing these accomplish is to slow things down.
229 Many more such duplicates surely remain.
230
231 * gdb.t00/help.exp: Comment out "help support" test just like
232 (and for same reason as) "help set" test.
233
234 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
235
236 * gdb.t06/break.exp: Remove setup_xfails for
237 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
238 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
239 about known bug in gcc to include up through 2.5.8.
240 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
241 well as "_vb$".
242 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
243 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
244 with latest gcc and gdb.
245 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
246 well as "_vb$".
247
248 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
249
250 * configure.in (hppa*-*-*): Also configure and build stabs-only
251 tests.
252
253 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
254
255 * gdb.t10/hppa.mt: A makefile fragment for the PA.
256 * gdb.t10/configure.in (hppa*-*-*): Use it.
257
258 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
259
260 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
261
262 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
263
264 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
265 versions prior to 1.13.5.
266
267 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
268
269 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
270 the prompt is at the start of a line.
271
272 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
273
274 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
275 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
276 in the copr tests now.
277 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
278 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
279 expected to fail.
280
281 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
282
283 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
284 gdb.t31/chillvars.exp, lib/gdb.exp:
285 Tweak to run under either version of expect.
286 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
287 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
288 * gdb.t11/list.exp: Remove extraneous whitespace.
289
290 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
291
292 * gdb.t16/printcmds.exp (test_print_strings): Accept
293 "(unsigned char *) " before the string.
294
295 * TODO: Add notes about printing of fancy types and GDB expressions.
296
297 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
298
299 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
300 * gdb.t06/configure.in: Don't try to compile signals test program
301 if doing mips-idt-ecoff.
302
303 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
304
305 * Most .exp files: Tweak to run under either version of expect.
306
307 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
308
309 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
310 xfails; I'm not sure why they are failing, but not because of PR 1806.
311
312 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
313
314 * config/unix-gdb.exp: Remove gdb_unload cause it's already
315 defined in lib/gdb.exp.
316
317 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
318
319 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
320 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
321 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
322 have to be typeless.
323
324 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
325
326 * TODO: Add suggestion for copyright year test.
327
328 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
329
330 * configure.in (*-*-lynxos*): Add stabs tests.
331
332 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
333
334 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
335 so insert a tab before any assembler directive in column zero.
336
337 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
338 stores.
339 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
340 stores.
341 (fpu_short_memory_tests): Likewise.
342
343 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
344
345 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
346 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
347 .stabs directives in comments.
348
349 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
350
351 * TODO: New file, describing tests we could write.
352 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
353
354 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
355
356 * gdb.t06/signals.exp: Add kludge to force re-sync.
357
358 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
359 to xgdb instead of gdb, get out of gdb.
360
361 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
362
363 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
364 for info.
365
366 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
367
368 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
369 * gdb.stabs/configure.in (hppa*-*-*): Use it.
370 * gdb.stabs/hppa.sed: New sed script for the PA.
371
372 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
373
374 * gdb.stabs: Re-write weird.def and configuration to use sed
375 instead of cpp. sed is portable and POSIX; cpp is neither.
376
377 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
378
379 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
380
381 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
382
383 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
384
385 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
386
387 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
388 "_vb$".
389 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
390 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
391
392 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
393
394 * lib/gdb.exp: Comment out code which depends on non-existent
395 `transform' procedure.
396
397 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
398
399 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
400 * lib/gdb.exp: Transform tool name.
401 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
402 1.1's new error handling system.
403
404 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
405
406 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
407
408 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
409
410 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
411 They made pattern matching so slow that timeouts happened on
412 heavily loaded systems. Now any output from "show print" which
413 gets us back to the GDB prompt is a PASS.
414
415 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
416
417 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
418
419 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
420
421 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
422
423 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
424 It is not from PR 3220.
425
426 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
427
428 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
429 just started failing because they depended on the order the
430 subcommands are presented, or exact docstring text. This kind of
431 test is a pain and has minimal benefit.
432
433 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
434
435 * gdb.t09/corefile.exp: At end of test, use "core" command with
436 no arguments.
437
438 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
439
440 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
441 17}/Makefile.in: Make it possible to run the testsuite with Sun
442 make and CC = cross gcc by adding explicit build rules for .o
443 files.
444
445 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
446
447 * gdb.t15/funcargs.exp: Don't put comments on same line as
448 setup_xfail (@#$*%& tcl braindamage!).
449
450 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
451
452 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
453
454 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
455
456 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
457 * gdb.t20/inherit.exp: remove three dumplicate entries.
458
459 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
460
461 * gdb.t06/break.exp: For "next over recursive call", fail on any
462 incorrect output, not just on "factorial (value=2)".
463
464 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
465
466 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
467 working now. Add an xfail if accesing a bss variable causes
468 a memory error if the target is not yet run.
469
470 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
471
472 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
473 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
474 name of __st* demangling (2 strings). Did Kung really get the
475 more than 95 others right without testing them?
476
477 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
478
479 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
480
481 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
482
483 * configure.in (configdirs): Add gdb.disasm
484 * gdb.disasm: New directory for GDB disassembler tests.
485 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
486
487 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
488
489 * gdb.t00/help.exp: Don't test "help set".
490
491 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
492 from within expect statements. None of these happen anymore and
493 they cause regressions to be silently unnoticed.
494
495 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
496 messages) about known failures with gcc cygnus-2.4.5-930417.
497
498 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
499 comp-info.exp so it gets built if it doesn't exist.
500
501 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
502 it is no longer used.
503 * gdb.t13/comp-info.c: Removed.
504
505 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
506
507 * gdb.t06/signals.exp: Add xfail for sun3.
508
509 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
510
511 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
512 relevant because ^C doesn't get sent but failure can be reproduced
513 interactively).
514
515 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
516
517 * gdb.stabs/alpha.mt: New configuration file for alpha.
518 * gdb.stabs/configure.in: Use it.
519 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
520 sharing with alpha.mt, redefine long to word via preprocessor.
521 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
522 for alpha.
523 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
524 native cc.
525 * gdb.t00/teststrategy.exp: Change expect string so that we
526 consume the `(xgdb)' from the command echo and from the gdb prompt.
527 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
528 gdb currently compares all values as long, so this failure probably
529 applies to any configuration where LONGEST is bigger than a target int.
530 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
531 with gcc.
532 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
533 to handle opaque pointers, gcc is.
534 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
535 as first argument. Include <sys/types.h> and change all operator
536 new definitions to use size_t.
537 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
538 now that we use size_t.
539
540 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
541
542 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
543 a long or float array cast all array members to the same type.
544 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
545 with 64 bit longs.
546 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
547 on alpha.
548 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
549
550 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
551
552 * gdb.t24 (demangle.exp): Constructors of templates have names like
553 vector<int>::vector(int) not vector<int>::vector<int>(int). See
554 section 14.6 of the ARM.
555
556 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
557 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
558 accomplish little and slow down the testsuite.
559
560 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
561 Accept spaces various places.
562
563 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
564
565 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
566 with watchpoint enabled.
567
568 * Makefile.in: Remove definition of CC and remove the second
569 definition of CXX (the "CXX = gcc" one remains). These definitions
570 were causing backquotes to be expanded within backquotes, which
571 doesn't work.
572
573 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
574
575 * gdb.t17/callfuncs.exp: Add "return 0" to end.
576
577 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
578
579 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
580 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
581 by mips cc and contains no stabs entries.
582
583 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
584
585 * config/vx-gdb.exp: Use fake device to load files rather than
586 NFS.
587 * lib/gdb.exp: New proc to do "file" command.
588 * config/unix-gdb.exp: Use new "file" proc.
589
590 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
591
592 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
593 Rework board rebooting slightly.
594 (gdb_exit): Don't exit from the remote shell; there isn't one.
595 * gdb.stabs/weird.exp: If a program is being debugged already,
596 kill it.
597 * gdb.t04/setvar.exp: Stop and restart gdb.
598 * gdb.t05/expr.exp: Likewise.
599 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
600 restart gdb and reload the program.
601 * gdb.t08/opaque.exp: Likewise.
602 * gdb.t12/scope.exp: Likewise.
603 * gdb.t13/bitfields.exp: Likewise.
604 * gdb.t15/funcargs.exp: Likewise.
605 * gdb.t20/classes.exp: Likewise.
606 * gdb.t03/ptype.exp: Increase timeout.
607 * gdb.t16/printcmds.exp (test_print_string_constants,
608 test_print_array_constants): Likewise.
609 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
610 * gdb.t20/classes.exp (do_tests): Likewise.
611 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
612
613 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
614
615 * gdb.stabs: Renamed *wierd* to *weird*.
616
617 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
618
619 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
620 for timeout. Add "known gcc 2.4.5 bug" to failure message.
621
622 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
623
624 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
625 (do_tests): Remove xfail for whatis on one_var and two_var.
626
627 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
628
629 * Makefile.in: Made cross building work better by adding
630 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
631
632 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
633
634 * gdb.t15/{return.c,return.exp,Makefile.in}:
635 New test, currently commented out.
636
637 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
638
639 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
640 still running and removes the leftover named socket so GDb can do
641 clean restarts.
642
643 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
644
645 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
646 console, not GDB.
647 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
648 cross testing works better with "make check"
649 * config/unix-gdb: Use default procedures for exit and version.
650 * config/vx-gdb.exp: Cleaned up and massaged back to working order
651 with the newest VxWorks.
652
653 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
654
655 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
656 old form.
657
658 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
659 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
660
661 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
662
663 * config/unix-gdb.exp: Remove this version of gdb_exit
664 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
665 Rob says he'll look at it when he gets back to testing boards.
666
667 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
668
669 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
670 an expected fail for certain ptype commands.
671
672 * gdb.t20/classes.exp: Update expected results of "ptype class
673 Base1" to account for the constructor that now appears in the type.
674
675 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
676
677 * configure.in (configdirs): Restore gdb.t04, which mysteriously
678 disappeared from list.
679 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
680 "alldone" proc with call to cleanup and exit.
681 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
682 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
683 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
684 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
685 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
686 "alldone" proc with simple returns that suppress remaining
687 tests. The alldone proc went away many months ago.
688
689 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
690
691 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
692
693 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
694
695 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
696
697 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
698 as vax gdb will display them.
699
700 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
701
702 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
703 optimizers.
704
705 * scope.exp: Change "bad value for localval" messages so each one
706 is unique.
707
708 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
709 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
710
711 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
712
713 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
714
715 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
716 doesn't exist (due to optimization).
717
718 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
719
720 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
721 contains \r because the filename is long.
722
723 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
724 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
725
726 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
727
728 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
729 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
730 Ultrix.
731 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
732 int tests.
733 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
734
735 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
736
737 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
738
739 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
740 to match does not match the passing case but still matches the
741 failing case.
742
743 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
744
745 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
746
747 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
748
749 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
750 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
751 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
752 Remove various versions of gdb_exit.
753 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
754 gdb_exit.
755 * config/unix-gdb.exp: gdb_exit remains here, and should override
756 the generic version, since it's doing a lot of wierd stuff that
757 the other versions aren't. FIXME, fold it in, or abandon this
758 version.
759
760 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
761
762 * gdb.t24/demangle.exp: Add tests for PR 3220.
763
764 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
765
766 * gdb.t24/demangle.exp: Add lucid test for \7f_vtbl__3foo__vt_cc_main_.
767
768 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
769
770 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
771 "i386-*-*". Works for i486 as well.
772
773 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
774 bug, and expand domain of xfail to all SVR4 systems, since the
775 actual problem is likely to be in generic SVR4 /proc support.
776
777 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
778
779 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
780
781 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
782
783 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
784 xfails for other systems. Match a missing 'Continuing.' as an
785 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
786
787 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
788 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
789 Only issue warning for missing executables if -all option is used.
790
791 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
792 file if -all option is used. It's like an unpredictable XFAIL.
793
794 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
795
796 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
797 for dynamically linked binaries.
798
799 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
800
801 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
802
803 * gdb.t20/inherit.exp: Change message for "print tagless struct"
804 to state that this is a known bug in old versions of g++.
805
806 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
807
808 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
809 while waiting for `Continuing'.
810
811 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
812
813 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
814 in text, data, and bss.
815 * gdb.t10/nodebug.c: Add local and global test variables for
816 initialized and uninitialized data.
817
818 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
819
820 * config/unix-gdb.exp (gdb_exit): Add "wait".
821
822 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
823
824 * gdb.t06/signals.exp: xfail the continue from the handler for all
825 targets.
826
827 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
828 function with watchpoints enabled, the i386 call dummy starts with
829 a call.
830
831 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
832 386 bsd names its corefiles.
833
834 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
835
836 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
837 compilers don't grok it.
838 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
839 with small octal ints rather than character constants, which
840 are signed and might not fit if first promoted to int.
841
842 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
843
844 * gdb.t09/Makefile.in (clean): Remove corefile.
845
846 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
847
848 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
849
850 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
851 and Jim Kingdon (kingdon@cygnus.com)
852
853 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
854 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
855 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
856
857 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
858
859 * gdb.t17/interrupt.exp: Add xfail for hppa.
860
861 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
862
863 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
864 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
865 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
866 to determine signed-ness of bitfields and use the result to setup
867 the xfail.
868 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
869 * gdb.t15/funcargs.exp: Use them to step until the second indirect
870 call line is reached if necessary.
871
872 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
873
874 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
875
876 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
877
878 * gdb.t06/break.exp: Also test `clear' command.
879
880 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
881
882 * gdb.t00/teststrategy.exp: Remove extra quote.
883
884 * gdb.t07/watchpoint.exp: Change xfail for calling function with
885 watchpoint enabled to be for all non-68k machines.
886
887 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
888
889 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
890
891 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
892 targets use aout.mt instead of ecoff.mt as gas understands
893 standard aout format.
894
895 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
896
897 * lib/gdb.exp (runto): Don't insist that function we are running to
898 was compiled with -g.
899
900 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
901
902 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
903 to get back into the read system call.
904 Accept leading newline in case where we woke it up.
905
906 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
907
908 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
909 to make the stabs test work on ecoff systems using gcc and -with-stabs.
910 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
911 enable ecoff configuration.
912
913 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
914
915 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
916
917 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
918
919 * gdb.t16/printcmds.exp: Add another printf test.
920
921 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
922
923 * configure.in: If configured -with-stabs on any target, add
924 stabsdirs to configdirs.
925
926 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
927
928 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
929 fun" so pattern does not match the command itself.
930
931 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
932
933 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
934
935 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
936
937 * gdb.t17/interrupt.exp: Test for more things.
938
939 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
940
941 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
942 compiler arranges the code and line numbers.
943
944 * gdb.t17/interrupt.exp: Don't send \n after ^C.
945
946 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
947
948 * gdb.t00/help.exp: Increase expect input buffer size.
949
950 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
951
952 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
953
954 * gdb.t07/watchpoint.exp: Add xfail for hppa.
955
956 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
957
958 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
959 [0-9]*, not just [0-9].
960
961 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
962
963 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
964
965 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
966
967 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
968
969 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
970
971 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
972
973 * gdb.t06/signals.c: Add xfails for sun3.
974
975 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
976
977 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
978 test_stepping tests.
979
980 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
981
982 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
983
984 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
985
986 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
987 rather than actually putting it through cpp twice.
988
989 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
990
991 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
992
993 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
994 no longer needed.
995
996 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
997
998 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
999
1000 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
1001 C++ features prints as "struct", make it a pass, not an xfail.
1002
1003 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1004
1005 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
1006 Don't require VA to print as "class" rather than "struct".
1007
1008 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
1009
1010 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
1011
1012 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1013
1014 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
1015
1016 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1017
1018 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
1019 order.
1020
1021 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1022
1023 * gdb.t16/printcmds.exp: Add printf tests.
1024
1025 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
1026
1027 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
1028
1029 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
1030
1031 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
1032 pass counts, to counteract any existing or future setup_xfails.
1033
1034 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1035
1036 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
1037 {BEGIN,END}_COMMON for common block instead of STAB.
1038 * gdb.stabs/wierd.exp: Add xfail for rs6000.
1039
1040 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
1041 intp_var should be N_GSYM not N_LSYM.
1042 wierd-aout.S: Use a label for the value of the N_SO.
1043 wierd.def: Remove all backslashes.
1044 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
1045
1046 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1047
1048 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
1049 get the expected next to inheritance3.
1050
1051 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1052
1053 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
1054 now that gcc-2.4 gets it right.
1055
1056 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1057
1058 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
1059
1060 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
1061 generating comp-info.exp which works for cross-compilation.
1062
1063 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
1064
1065 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
1066 "*-*-sysv4.*".
1067
1068 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
1069
1070 * gdb.t01/run.exp: Start with a fresh gdb.
1071 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
1072 SVR4.x.
1073
1074 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
1075
1076 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
1077 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
1078 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
1079 Makefile.in (distclean, realclean): Remove gdbme.c from list of
1080 things to remove.
1081
1082 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
1083
1084 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
1085 test cases from bug reports.
1086
1087 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
1088
1089 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
1090 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
1091 avoid spurious xfails.
1092 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
1093 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
1094 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
1095
1096 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
1097
1098 * gdb.t00/teststrategy.exp: Rework to provide more useful
1099 description of each test, fix problem with systems that define
1100 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
1101 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
1102 results for "next over recursive call" so timeouts aren't taken
1103 by error.
1104
1105 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
1106
1107 * gdb.t12/scope.exp: Test printing of variables before run.
1108
1109 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
1110 printed in wrong order due to sorting.
1111
1112 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
1113
1114 * gdb.t00/teststrategy.exp: Fix expected results for printing
1115 user entered string constant. Is array of char, prints with no
1116 address.
1117
1118 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
1119 commands.
1120 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
1121 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
1122 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
1123 of struct of char arrays.
1124 * gdb.t00/radix.exp: New tests for radix commands.
1125
1126 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
1127
1128 * gdb.t16/printcmd.exp: Print a variable before running program
1129 (with xfail for AIX).
1130
1131 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
1132
1133 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
1134
1135 * gdb.t16/printcmd.exp: Don't print variables before running program.
1136
1137 * gdb.t06/break.exp: Don't require envp argument to main.
1138
1139 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
1140
1141 * gdb.t02/whatis.exp, gdb.t11/list.exp:
1142 Add xfails for rs6000.
1143
1144 * gdb.t02/whatis.exp: Change other tests not to re-test something
1145 we already tested.
1146
1147 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
1148 each type used has a variable of that type.
1149
1150 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
1151
1152 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
1153
1154 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1155
1156 * configure.in: change srctrigger to be a file, not a directory
1157
1158 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
1159
1160 * configure.in (mips-idt-ecoff*): Added trailing '*'.
1161
1162 * gdb.t11/list.exp: Fixed a couple of typos.
1163
1164 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
1165
1166 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
1167 is fixed and PR is closed.
1168 * gdb.t16 (gdbme.c): Add simple test string variable.
1169 * gdb.t16 (printcmds.exp): Add tests with simple test string
1170 variable, primarily for boundaries on "set print elements".
1171
1172 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
1173
1174 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
1175 Make leading 0's optional and don't expect a tab in the middle
1176 of the number.
1177
1178 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
1179
1180 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
1181 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
1182 don't end command passed to gdb_test with newline.
1183
1184 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
1185 signed keyword away, don't expect signed bitfields to be signed.
1186
1187 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
1188 printing with only as many 1's as are in the field as well as printing
1189 with 32 1's (see comment).
1190
1191 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
1192
1193 * gdb.t00/default.exp: Start with a fresh gdb.
1194 * configure.in (configdirs): Remove gdb.t31 until the chill
1195 compiler works again. It no longer is able to find chillrt0
1196 since it isn't in libchill.a anymore.
1197 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
1198 wierd.o, make more modular.
1199 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
1200 spurious newlines that caused problems.
1201
1202 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1203
1204 * Move test with enums and partial symbols from gdb.t03/ptype.exp
1205 to gdb.stabs/wierd.exp since GCC has worked around the bug.
1206 gdb.stabs/wierd.{exp,def}: Many new tests.
1207
1208 * gdb.t00/default.exp: update info line for new message.
1209
1210 * gdb.t02/{whatis.exp,gdbme.c}:
1211 Test that "char *" doesn't print as "caddr_t".
1212
1213 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1214
1215 * gdb.t00/help.exp: Use .* in place of some help messages which
1216 just changed.
1217 gdb.t00/default.exp: Update "info frame" test for new message.
1218 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
1219 Remove some xfails
1220
1221 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1222
1223 * gdb.t03/{gdbme.c,ptype.exp}:
1224 Add tests for typedef'd struct and union without tags.
1225 Also check "whatis" on a variable of a typedef'd enum without a tag.
1226
1227 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
1228 PRMS 1823; the bug still exists but isn't reproduced by this test
1229 anymore), and remove rs6000 XFAIL (the bug is fixed).
1230
1231 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
1232 duplicated from whatis.exp. For those that are left, accept
1233 "long", "long int", or "int" for long variables (whatis.exp already
1234 has an XFAIL for "int", so no need to fail it here).
1235
1236 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
1237 Deal with GCC's names for types now that GDB uses the compiler's names.
1238
1239 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
1240 setup_xfail's for sunos4. If we #defined the signed keyword away,
1241 don't expect GDB to know that char it is signed.
1242
1243 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
1244
1245 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
1246
1247 * configure.in (configdirs): Add gdb.t24 for C++ tests that
1248 should work on any system, regardless of debugging format.
1249 * gdb.t21/demangle.exp: Move to gdb.t24.
1250 * gdb.t24/demangle.exp: Move from gdb.t21.
1251 * gdb.t24/{Makefile.in, configure.in}: New files.
1252
1253 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1254
1255 * configure.in: Do gdb.stabs and C++ tests only for stabs.
1256 * gdb.stabs: New directory.
1257
1258 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1259
1260 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
1261 not just "Quit anyway?".
1262
1263 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
1264
1265 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
1266 that all setup_xfails are immediately followed by clear_xfails.
1267
1268 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
1269
1270 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
1271 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
1272 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
1273 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
1274 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
1275 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
1276 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
1277 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
1278 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
1279 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
1280 gdb.t31/chillvars.exp, lib/gdb.exp:
1281 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
1282 bug-gdb@prep.ai.mit.edu.
1283
1284 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
1285
1286 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
1287 with 0.0, not integer 0.
1288
1289 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
1290
1291 * gdb.t06/break.exp: Update for "Kill the program" message change.
1292
1293 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
1294
1295 * Makefile.in (GDBFLAGS): Set to -nx.
1296 * Makefile.in (site.exp): Use GDBFLAGS.
1297
1298 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
1299
1300 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
1301 Makefiles.
1302 (check): depend on just-check.
1303 (just-check): added so that tests can be run without a noop
1304 build pass.
1305
1306 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
1307
1308 Switch to using configure's configdirs.
1309 * Makefile.in (Makefile): add configure.in dependency.
1310 (SUBDIRS): removed redundant assignment.
1311 * configure.in: switch subdirs assignment to configdirs.
1312 * gdb.t*/configure.in: new files.
1313
1314 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
1315
1316 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
1317 works.
1318
1319 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
1320
1321 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
1322 in explicit rules. Apparently this is not supported by some makes.
1323
1324 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
1325
1326 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
1327
1328 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1329
1330 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
1331 disappeared.
1332
1333 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
1334
1335 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
1336
1337 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
1338
1339 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
1340 watchpoint problem that is now fixed.
1341 * gdb.t30/chexp.exp: Remove setup_xfail for printing
1342 uninitialized convenience variables.
1343 * gdb.t31/chillvars.exp: Fix expected patterns for printing
1344 structures.
1345
1346 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1347
1348 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
1349 which causes expect to get out of sync with gdb on long output
1350 from help set.
1351 * gdb.t09/corefile.exp: Make expected pattern for core file
1352 failing signal and frame output format less sun specific.
1353
1354 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
1355
1356 * gdb.t31/chillvars.exp: Add and remove initial dummy
1357 breakpoint, so that symbol table is forced in.
1358 (Needed at least on Sunos4, though it seems not SVR4.)
1359 * gdb.t31/chillvars.exp: Update for changed output format.
1360
1361 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
1362
1363 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
1364
1365 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
1366
1367 * Makefile.in: Added --srcdir when invoking runtest, removed the
1368 need for a local config file. (optional now)
1369
1370 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
1371
1372 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
1373 failure count used to force early termination. Add some more
1374 expected failures for gnu style demangling.
1375
1376 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1377
1378 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
1379 pmi variable from gdb.t20/gdbme to get optimized away.
1380 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
1381 Check for written corefile upon timeout _and_ eof.
1382
1383 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1384
1385 * config/unix-gdb.exp: Add missing return 0.
1386
1387 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1388
1389 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
1390 test termination.
1391
1392 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
1393
1394 * configure.in (subdirs): Put back gdb.t17 which mysteriously
1395 disappeared.
1396
1397 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
1398
1399 * gdb.t10/crossload.exp: Disable the i860-elf test until such
1400 time as i860 support works.
1401
1402 * gdb.t15/funcargs.exp: Fix expected outputs to include
1403 "backtrace 100\r" rather than just "backtrace\r", to match last
1404 change.
1405
1406 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
1407
1408 * config/udi-gdb.exp (gdb_exit): Remove close command.
1409 (gdb_target_udi): New procedure to set the UDI target.
1410 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
1411 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
1412 Added waits for prompts after several question responses. Added
1413 some more responses used by a29k-amd-udi-gdb.
1414 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
1415 pass different arguments, restart UDI connection after program
1416 completion.
1417 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
1418 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
1419 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
1420 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
1421 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
1422 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
1423 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
1424 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
1425 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
1426 after program completion.
1427 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
1428 compiled with a SELECT_VECS setting.
1429 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
1430 infinite recursion.
1431
1432 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
1433 Added checks for COFF results, and made them expected failures for
1434 all targets. It would be better to make them expected failures
1435 for COFF targets only.
1436
1437 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
1438
1439 * Makefile.in: add null dvi target, don't bother to recurse
1440 through test directories for info and install-info; rename
1441 $(datadir) to be dejagnu instead of deja-gnu
1442
1443 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
1444
1445 * gdb.t31/gdbme.ch: Re-enable code that previously caused
1446 compiler to coredump.
1447 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
1448 code.
1449
1450 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
1451
1452 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
1453 coredump.
1454 * gdb.t31/chillvars.exp: Comment out tests that depend on that
1455 code.
1456
1457 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
1458
1459 * gdb.t03/ptype.exp: tests for return code from gdb_test.
1460 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
1461 which in a shell. Deletes xgdb when done.
1462 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
1463 Tests the return from the "set height" or "set width" commands.
1464 Added a few return codes where needed.
1465
1466 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
1467
1468 * Makefile.in (SUBDIRS): Add gdb.t17.
1469 * configure.in (subdirs): Add gdb.t17.
1470 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
1471 files to test gdb's calling of functions in the inferior with
1472 the correct arguments and gdb's ability to retrieve any
1473 result returned.
1474
1475 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
1476
1477 * config/unix-gdb.exp (gdb_exit): Remove close commands that
1478 may be called after gdb goes away. Previous versions of expect
1479 needed these to avoid file descriptor leaks, but they cause
1480 errors with the current revision of expect.
1481 * gdb.t00/gdbvars.exp: Use -re on expected output after
1482 setting sevenbit-strings.
1483 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
1484 to set sevenbit-strings consistent across tests.
1485 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
1486 set sevenbit-strings consistent across tests.
1487
1488 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
1489
1490 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
1491 expected output to match current "expect" expectations.
1492
1493 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
1494
1495 * gdb.t00/default.exp: Change expected output for default "source"
1496 command, to match new gdb behavior which requires a filename to
1497 source.
1498
1499 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
1500
1501 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
1502 expected fail for i486-*-* that misses the marker2 function.
1503 * gdb.t10/crossload.exp (bfddefault): Allow successful
1504 recognition of a format to pass even if no symbols are found.
1505 Explicitly catch failures where the format is not recognized
1506 or is ambiguous, and add the reason to the fail message.
1507 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
1508 the cause is and invalid target and add reason to failure message.
1509 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
1510 elf32-i386, elf32-sparc, and elf32-i860.
1511 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
1512 Set up expected failure for 'filename'::variable scope resolution,
1513 which is now apparently broken on all targets.
1514 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
1515 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
1516 gdb.t23/templates.exp: Change failure for missing binfile into
1517 just a warning.
1518 gdb.t21/demangle.exp: Change all cfront references to 'arm'
1519 references.
1520
1521 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
1522
1523 * gdb.t00/default.exp: Add expected output for default "source"
1524 command, to match new gdb behavior.
1525 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
1526
1527 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
1528
1529 * config/*-gdb.exp: returns an error, rather than exiting on
1530 internal errors.
1531
1532 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
1533
1534 * gdb.t03/gdbme.c: Add pointer to struct variable.
1535 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
1536 referencing struct members.
1537
1538 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
1539
1540 * configure.in (mips-idt-ecoff): New target.
1541 * config/mips-gdb.exp: New file for remote board using MIPS remote
1542 debugging protocol.
1543
1544 * Redid configuration scheme. Removed gdb.t*/configure.in.
1545 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
1546 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
1547 distclean targets. Built executables via .o files. Adjusted
1548 tests to account for source files in $(srcdir) rather than
1549 $(objdir).
1550 * lib/gdb.exp (runto): Don't expect () after the function name,
1551 because it may have arguments.
1552
1553 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
1554
1555 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
1556 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
1557 expected failures for mips-idt-* and mips-sgi-*.
1558 * gdb.t00/default.exp (attach): Kill process if requested.
1559 * gdb.t00/help.exp (help target core, help target): Accept a gdb
1560 that does not read core files.
1561 * gdb.t01/run.exp: Removed checks for exit status code.
1562 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
1563 it is linked in.
1564 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
1565 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
1566 appropriate, rather than doing it by hand.
1567 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
1568 execution.
1569 * gdb.t10/crossload.exp: Kill existing program if needed.
1570 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
1571 appropriate, rather than doing it by hand. Always increase
1572 timeout for this test, not just for VxWorks.
1573
1574 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
1575
1576 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
1577 of Chill STRUCT types and STRUCT values.
1578 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
1579 than "char".
1580 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
1581 struct2): New struct definitions and initializations to test
1582 simple Chill STRUCT types.
1583
1584 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
1585
1586 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
1587 the null byte at the end of strings.
1588 * gdb.t00/default.exp: Make show version insensitive to copyright
1589 date.
1590 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
1591 to avoid dependencies on target char signedness.
1592 * gdb.t16/printcmds.exp: Update expected results for explicitly
1593 unsigned char.
1594 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
1595 now work.
1596 * gdb.t21/demangle.exp: Add many more patterns for template
1597 demangling, most of them being expected failures.
1598 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
1599 string we are matching for, to match on the whole string.
1600 * gdb.t21/demangle.exp: Add many new test strings to demangle,
1601 and fix a whole bunch that had incorrect expected output but were
1602 passing anyway because of the bug in "proc demangle".
1603 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
1604 type.
1605 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
1606
1607 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
1608
1609 * gdb/testsuite: made modifications to testcases, etc., to allow
1610 them to work properly given the reorganization of deja-gnu and the
1611 relocation of the testcases from deja-gnu to a "tool" subdirectory.
1612
1613 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
1614
1615 * gdb/testsuite: Initial creation of gdb/testsuite.
1616 Migrated dejagnu testcases and support files for testing nm to
1617 gdb/testsuite from deja-gnu. These files were moved "as is"
1618 with no modifications. This migration is part of a major overhaul
1619 of dejagnu. The modifications to these testcases, etc., which
1620 will allow them to work with the new version of dejagnu will be
1621 made in a future update.
1622 \f
1623 Local Variables:
1624 mode: indented-text
1625 left-margin: 8
1626 fill-column: 74
1627 version-control: never
1628 End:
This page took 0.066283 seconds and 5 git commands to generate.