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