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