* gas/macros/*: New tests for macros.
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
1 Mon Aug 21 14:39:29 1995 Ian Lance Taylor <ian@cygnus.com>
2
3 * gas/macros/*: New tests for macros.
4
5 * gas/mri/common.s: Use data, not .data.
6
7 * gasp/pl3.out: Update for changes in commented source output when
8 LOCAL is used.
9
10 Sat Aug 19 17:36:17 1995 Ian Lance Taylor <ian@cygnus.com>
11
12 * gasp/gasp.exp (gasp_test): Call prune_system_crud on the output
13 of diff.
14 * lib/gas-defs.exp: Define prune_system_crud if it is not already
15 defined.
16
17 Fri Aug 18 11:09:38 1995 Ian Lance Taylor <ian@cygnus.com>
18
19 * gasp/mri/*.out: Use ;, not !, for the comment character.
20
21 Wed Aug 16 12:24:12 1995 Ian Lance Taylor <ian@cygnus.com>
22
23 * gas/mri/mri.exp: Change hppa*-*-* expected failures to only
24 expect failure for targets which use SOM.
25
26 * lib/gas-defs.exp (run_dump_test): If the program to run does not
27 exist, mark the test as untested.
28
29 * gas/mri/mri.exp: Add setup_xfail for i960 b.out targets for
30 common test.
31
32 * lib/gas-defs.exp (run_dump_test): Name the output file dump.o,
33 rather than using an implicit a.out.
34
35 * gas/mri/for.s: Add nop to round out to four byte boundary.
36 * gas/mri/repeat.s: Likewise.
37 * gas/mri/while.s: Likewise.
38 * gas/mri/for.d: Expected added nop.
39 * gas/mri/repeat.d: Likewise.
40 * gas/mri/while.d: Likewise.
41
42 * gas/mips/*.d: Change all test names to say MIPS.
43
44 Tue Aug 15 15:42:33 1995 Ian Lance Taylor <ian@cygnus.com>
45
46 * gas/mri/for.d, gas/mri/for.s: New test.
47 * gas/mri/if.d, gas/mri/if.s: New test.
48 * gas/mri/repeat.d, gas/mri/repeat.s: New test.
49 * gas/mri/while.d, gas/mri/while.s: New test.
50 * gas/mri/mri.exp: Run the new tests.
51
52 Mon Aug 14 16:03:07 1995 Ian Lance Taylor <ian@cygnus.com>
53
54 * gas/mri/expr.d: Permit leading zeroes, in case we're using a
55 64-bit BFD.
56
57 * gasp/mri/*: New tests.
58 * gasp/gasp.exp: Run them. Also, clean up the test names used in
59 pass and fail.
60
61 start-sanitize-sh3e
62 Sun Aug 13 00:39:24 1995 Jeff Law (law@snake.cs.utah.edu)
63
64 * gas/sh/basic.exp: Update now that we know the right
65 bit patters for the new sts instructions.
66
67 end-sanitize-sh3e
68 Thu Aug 10 00:46:21 1995 Ian Lance Taylor <ian@cygnus.com>
69
70 * gas/mri/char.d: Fix for little endian machines.
71 * gas/mri/float.d: Likewise.
72
73 Wed Aug 9 15:34:36 1995 Ian Lance Taylor <ian@cygnus.com>
74
75 * gas/all/struct.s, gas/all/struct.d: New test.
76 * gas/all/gas.exp: Run it.
77
78 Tue Aug 8 17:11:39 1995 Ian Lance Taylor <ian@cygnus.com>
79
80 * gas/mri/common.s, gas/mri/common.d: New test.
81 * gas/mri/mri.exp: Run it.
82
83 Mon Aug 7 22:39:28 1995 Ian Lance Taylor <ian@cygnus.com>
84
85 * gas/mri/mri.exp: Add setup_xfail for a29k*-*-* for constants
86 test.
87
88 * gasp/crash1.out, gasp/macro.out, gasp/sfunc.out: Complete
89 truncated files, so that the tests pass.
90
91 * gas/mri/mri.exp: Add setup_xfail for hppa*-*-* for equ,
92 constants, and expr.
93
94 * gas/m68k/all.exp: Run schwab test on hpux*, not just hpux. Run
95 on vxworks*, not just vxworks5.1.
96
97 * lib/gas-defs.exp (fail_phase, pass_phase): Remove.
98 (run_dump_test): Just call pass or fail.
99
100 * gas/m68k/operands.s, gas/m68k/operands.d: New test.
101 * gas/m68k/op68000.d: New test.
102 * gas/m68k/cas.s, gas/m68k/cas.d: New test.
103 * gas/m68k/bitfield.s, gas/m68k/bitfield.d: New test.
104 * gas/m68k/schwab.d: Run objdump with -j .text. Adjust for
105 changes to disassembler.
106 * gas/m68k/all.exp: Run new tests. Run schwab test for
107 m68k-*-coff*.
108
109 start-sanitize-sh3e
110 Mon Aug 7 03:01:32 1995 Jeff Law (law@snake.cs.utah.edu)
111
112 * gas/sh/*: New tests for the hitachi-sh.
113
114 end-sanitize-sh3e
115 Tue Aug 1 18:02:47 1995 Ian Lance Taylor <ian@cygnus.com>
116
117 * gas/mri/*: New tests for MRI mode.
118
119 * lib/gas-defs.exp (run_dump_test): Support using objcopy. Dump
120 program executions to the log file before running them. Use the
121 simple program name, rather than the path to the binary being run,
122 in pass/fail messages.
123 (regexp_diff): If the regexp file has the special comment #pass,
124 stop checking at that point.
125 * config/default.exp: Set NM, NMFLAGS, OBJCOPY, and OBJCOPYFLAGS,
126 if they are not already set.
127
128 Tue Aug 1 11:41:30 1995 steve chamberlain <sac@slash.cygnus.com>
129
130 * Makefile.in: Remove superfluous runtest gasp.
131
132 Mon Jul 31 18:19:26 1995 steve chamberlain <sac@slash.cygnus.com>
133
134 * gasp/*: New.
135 * Makefile.in: Use gasp tests.
136 * config/default.exp: Add gasp stuff.
137
138 Thu Jul 20 18:56:48 1995 Jeff Law (law@snake.cs.utah.edu)
139
140 * gas/all/gas.exp: Disable tests that are not appropriate for
141 the PA.
142
143 Thu Jul 13 18:22:49 1995 Ken Raeburn <raeburn@cygnus.com>
144
145 * gas/m68k/all.exp: Run schwab test for m68k vxworks5.1.
146
147 Wed Jun 21 21:28:57 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
148
149 * gas/m68k/schwab.*: New test based on a test case from Andreas
150 Schwab.
151 * gas/m68k/all.exp: Run it for some aout configurations.
152
153 Mon Jun 12 22:27:18 1995 Jeff Law (law@snake.cs.utah.edu)
154
155 * gas/hppa/parse/badfmpyadd.s: New test.
156 * gas/hppa/parse/parse.exp: Run it.
157
158 Sun May 21 20:26:18 1995 Jeff Law (law@snake.cs.utah.edu)
159
160 * gas/hppa/unsorted/unsorted.exp: Disable align4 tests for
161 ELF targets.
162
163 Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
164
165 * arm/arm7dm.s: New file -- tests for ARM7DM instructions.
166 * arm/arm6.s: Correct bogus tests.
167 * arm/gas.exp (arm6.s): Is now a valid test.
168 (arm7dm.s): New test.
169 * arm/float.s: Add load/store multiple floating point instruction
170 tests.
171
172 Wed May 3 13:14:44 1995 Jeff Law (law@snake.cs.utah.edu)
173
174 * gas/hppa/reloc/longcall.s: New test.
175 * gas/hppa/reloc/reloc.exp: Run it.
176
177 Tue May 2 16:37:48 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
178
179 * gas/mips/ld.d: Modified for gas delay-slot fixes.
180
181 Sat Apr 29 23:35:18 1995 Doug Evans <dje@chestnut.cygnus.com>
182
183 * lib/gas-dg.exp: New file.
184 start-sanitize-arc
185 * gas/arc/warn.{exp,s}: New testcase.
186 end-sanitize-arc
187
188 Tue Apr 11 13:57:52 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
189
190 * gas/mips/mips4.d: Allow more than exactly 8 zeros in bc1*
191 targets.
192
193 Mon Apr 10 15:36:39 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
194
195 * lib/gas-defs.exp (pass_phase): New proc.
196 (run_dump_test): Note passing or failing of each phase of this
197 test, instead of failure of phases or passing of complete test.
198 Ensure test file name is in reported message.
199
200 Sat Apr 8 12:46:33 1995 Doug Evans <dje@chestnut.cygnus.com>
201
202 start-sanitize-arc
203 * gas/arc: Testsuite for ARC.
204 * gas/arc/{arc.exp,math.[sd],flag.[sd],j.[sd]}: New files.
205 * gas/arc/{branch.[sd],alias.[sd],sshift.[sd]}: New files.
206 * gas/arc/{insn3.[sd],mul64.[sd],ld.[sd],st.[sd]}: New files.
207 end-sanitize-arc
208
209 * lib/gas-defs.exp (run_dump_test): Handle arguments with paths.
210 Always resolve testcase status before returning.
211 If `slurp_options' fails, return and don't do test.
212 (slurp_options): Fix "can't open" error message.
213 Return -1 to indicate error.
214
215 Mon Mar 20 22:45:30 1995 Jeff Law (law@snake.cs.utah.edu)
216
217 * gas/hppa/unsorted/common.s: New test.
218 * gas/hppa/unsorted/unsorted.exp: Run it.
219
220 Fri Mar 10 19:07:09 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
221
222 * gas/h8300/ffxx1.s: Add .word 0 at the end to eliminate
223 uncertainty as to whether there should be trailing bytes in the
224 output file.
225 * gas/h8300/ffxx1.d: Adjust reloc values to permit an addend value
226 of 0x00000000ffffffff on 64-bit hosts. (I'm not sure if this is
227 correct.) End with "..." to match trailing zero bytes.
228
229 Wed Mar 8 15:50:34 1995 Ian Lance Taylor <ian@cygnus.com>
230
231 * gas/mips/mips4.d, gas/mips/mips4.s: New files.
232 * gas/mips/mips.exp: Run new test.
233
234 Thu Feb 23 17:58:50 1995 Jeff Law (law@snake.cs.utah.edu)
235
236 * gas/hppa/basic/fmemLRbug.s: Add indexing variants.
237 * gas/hppa/basic/basic.exp: Test them.
238
239 Wed Feb 15 15:43:26 1995 Ian Lance Taylor <ian@cygnus.com>
240
241 * gas/mips/uld.d: New file.
242 * gas/mips/uld.s: New file.
243 * gas/mips/usd.d: New file.
244 * gas/mips/usd.s: New file.
245 * gas/mips/mips.exp: Run new tests.
246
247 Thu Feb 9 10:57:39 1995 Jeff Law (law@snake.cs.utah.edu)
248
249 * gas/hppa/reloc/applybug.s: New test.
250 * gas/hppa/reloc/reloc.exp (do_applybug_test): Run it.
251
252 Thu Feb 2 00:34:55 1995 Jeff Law (law@snake.cs.utah.edu)
253
254 * gas/hppa/reloc/picreloc.s: New test.
255 * gas/hppa/reloc/reloc.exp (do_pic_relocation_test): Run it.
256
257 Fri Jan 27 14:02:02 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
258
259 * gas/h8300/ffxx1.d, gas/h8300/ffxx1.s, gas/h8300/cmpsi2.s,
260 gas/h8300/h8300.exp: New tests.
261
262 Mon Jan 23 21:44:26 1995 Jeff Law (law@snake.cs.utah.edu)
263
264 * gas/hppa/basic/basic.exp (do_system): Update.
265
266 Wed Jan 11 17:20:25 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
267
268 * gas/mips/mips.exp: Don't run the memory-access tests if the
269 format is a.out, because the generated code is different from what
270 is used with other formats.
271
272 Tue Jan 10 11:42:13 1995 Jeff Law (law@snake.cs.utah.edu)
273
274 * gas/hppa/unsorted/unsorted.exp (align4.s): Fix glitch in
275 regexp to avoid losing without a controlling tty.
276
277 Fri Dec 30 18:08:20 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
278
279 * gas/i386/pushw.l: Fixed whitespace to match current listing
280 style.
281
282 * gas/all/gas.exp: Mark test p1480.s expected to pass, even with
283 listings enabled.
284
285 Thu Dec 15 18:14:27 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
286
287 * Makefile.in (AS_FOR_TARGET, OBJDUMP_FOR_TARGET): Don't set.
288 (uninstall): Don't set OBJDUMP and OBJDUMPFLAGS in site.exp.
289 * config/default.exp: Default OBJDUMP and OBJDUMPFLAGS. Use
290 findfile and transform procedures to determine objdump program
291 name.
292
293 * gas/mips/abs.s, gas/mips/div.s: Force some padding at the end,
294 in case the format doesn't automatically require it.
295 * gas/mips/beq.d, gas/mips/jal.d: Handle MIPS_JMP as an alternate
296 name for the reloc type.
297
298 * lib/gas-defs.exp (file_contents, verbose_eval): New procs.
299 (run_dump_test): If verbosity level is over 3, print out dump
300 command and its output.
301
302 Tue Dec 13 18:21:09 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
303
304 * gas/mips/jal-svr4pic.d: Fix 0-strings to work with 64-bit hosted
305 disassembly.
306
307 Fri Dec 9 19:54:04 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
308
309 * gas/all/gas.exp (comment.s test): Make the "\r" optional, since
310 it depends on tty modes.
311
312 * lib/gas-defs.exp (gas_start): Try using -nottycopy instead of
313 -nottyinit.
314
315 * gas/arm/gas.exp: The arm6 test should report errors, for now.
316
317 Thu Dec 8 20:19:09 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
318
319 * lib/gas-defs.exp: Use -i in expect_after command.
320
321 Wed Dec 7 16:49:14 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
322
323 * gas/mips/mul.d,jal.d: Fix 0-strings to work with 64-bit hosted
324 disassembly.
325
326 * gas/ieee-fp: Renamed from ieee.fp.
327
328 * lib/gas-defs.exp: Make sure timeout is at least 2 minutes.
329
330 Wed Nov 30 10:48:00 1994 Jeff Law (law@snake.cs.utah.edu)
331
332 * gas/hppa/parse: Renamed from gas/hppa/more.parse.
333
334 Mon Nov 28 00:40:26 1994 Jeff Law (law@snake.cs.utah.edu)
335
336 * gas/hppa/more.parse/parse.exp (nosubspace.s): No longer expected
337 to fail. Fix comments for the test. Tweak test name.
338
339 Tue Nov 22 23:38:20 1994 Jeff Law (law@snake.cs.utah.edu)
340
341 * gas/hppa/reloc/reloc.exp: Minor tweaks to match current PA ELF
342 output.
343
344 Fri Nov 18 17:56:57 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
345
346 * gas/mips/ld.d: Adjust to work for both big and little endian
347 code.
348 * gas/mips/ld.s, gas/mips/lif-empic.d: Likewise.
349 * gas/mips/lifloat.d, gas/mips/ulh-empic.d: Likewise.
350 * gas/mips/ulh.d, gas/mips/ulw.d, gas/mips/ush.d: Likewise.
351 * gas/mips/usw.d: Likewise.
352
353 Tue Nov 15 11:09:57 1994 Jeff Law (law@snake.cs.utah.edu)
354
355 * gas/hppa/unsorted/align4.s: New test.
356 * gas/hppa/unsorted/unsorted.exp: Run it.
357
358 * gas/hppa/unsorted/unsorted.exp (importbug): Tweak to match
359 current expected PA ELF output.
360 * gas/hppa/reloc/reloc.exp (do_r_no_reloc): Likewise.
361 (do_plabel_relocation_test): Likewise.
362
363 Thu Nov 3 18:14:09 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
364
365 * gas/all/p1480.s: Use larger constant, so expression can have a
366 positive value.
367 * gas/all/gas.exp: Expect p1480.s without listings to pass.
368
369 Thu Nov 3 15:43:46 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
370
371 * gas/mips/ulh.d, gas/mips/ulw.d, gas/mips/ush.d, gas/mips/usw.d:
372 Correct test cases.
373
374 Thu Oct 20 00:55:13 1994 Jeff Law (law@snake.cs.utah.edu)
375
376 * gas/hppa/reloc/blebug3.s: New test.
377 * gas/hppa/reloc/reloc.exp: Run it.
378
379 Mon Oct 17 02:33:53 1994 Jeff Law (law@snake.cs.utah.edu)
380
381 * gas/hppa/reloc/reduce3.s: New test.
382 * gas/hppa/reloc/reloc.exp: Run it.
383
384 Sun Oct 16 22:25:56 1994 Jeff Law (law@snake.cs.utah.edu)
385
386 * gas/hppa/reloc/reloc.exp (r_no_reloc): Tweak output to match
387 current reality.
388
389 Wed Sep 28 21:21:34 1994 Jeff Law (law@snake.cs.utah.edu)
390
391 * gas/hppa/reloc/reduce.s: Renamed from relocreduce.s
392 * gas/hppa/reloc/reduce2.s: Renamed from relocreduce2.s
393 * gas/hppa/reloc/r_no_reloc.s: Renamed from r_no_relocbug.s
394 * gas/hppa/reloc/reloc.exp: Changed accordingly.
395
396 Wed Sep 28 13:25:10 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
397
398 * gas/mips/beq.d, gas/mips/beq.s: Test that unconditional branch
399 overflows are correctly converted to jumps.
400
401 Mon Sep 26 17:41:43 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
402
403 * gas/mips: Add test cases for PIC code, both SVR4 style and
404 -membedded-pic style.
405
406 Fri Sep 23 14:45:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
407
408 * gas/mips: New directory with MIPS specific test cases.
409
410 * lib/gas-defs.exp (run_dump_test): Permit the .d file to specify
411 the name of the source file to assemble.
412 (regexp_diff): Put the reason for failure in the log file.
413
414 Wed Sep 21 13:44:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
415
416 * lib/gas-defs.exp: Don't try to use shell redirection, since TCL
417 doesn't support it. Redirect stdout using > instead of 1>, and
418 don't bother to redirect stderr since TCL redirects it anyhow.
419 (run_dump_test): Pass appropriate arguments to program, defaulting
420 to -r.
421
422 Sat Sep 17 01:04:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
423
424 * gas/vax: New directory.
425 * gas/vax/{quad.s,quad.exp}: New test, for immediate quadword
426 values.
427
428 Mon Sep 12 22:19:11 1994 Jeff Law (law@snake.cs.utah.edu)
429
430 * gas/hppa/reloc/r_no_relocbug.s: New test.
431 * gas/hppa/reloc/reloc.exp: Run it.
432
433 * gas/hppa/reloc/reloc.exp (do_function_reloc_bug): Update
434 expected output.
435
436 Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
437
438 * gas/arm/*: New subtree. Add ARM tests.
439
440 Mon Aug 8 12:13:31 1994 Jeff Law (law@snake.cs.utah.edu)
441
442 * gas/hppa/unsorted/unsorted.exp: Accept any character
443 between foo's type and foo itself.
444
445 Fri Jul 15 19:09:25 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
446
447 * lib/gas-defs.exp (run_dump_test): New routine for running the
448 assembler, running objdump or nm (not fully supported) on the
449 resulting object file, and comparing the results against a file of
450 regular expressions in the test suite, all in one command.
451 Options for the assembler and objdump are read from comments at
452 the start of the .d file.
453 (fail_phase, slurp_options): New auxiliary routines.
454 (regexp_diff): Always return a value. Fix bugs in actually doing
455 the regexp test.
456
457 * gas/sun4/addend.exp: Use run_dump_test.
458 * gas/sun4/addend.d: Fix regular expressions so that they work.
459
460 Thu Jul 7 11:55:33 1994 Jeff Law (law@snake.cs.utah.edu)
461
462 * gas/hppa/reloc/relocreduce2.s: More relocation reduction tests.
463 * gas/hppa/reloc/reloc.exp: Run them.
464
465 Thu Jun 30 18:49:25 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
466
467 * config/default.exp: Look for "as.new" in "$base_dir/..", where
468 it got compiled, not in "$base_dir".
469 * config/unknown.exp: Deleted.
470
471 Sun Jun 26 13:23:54 1994 Jeff Law (law@snake.cs.utah.edu)
472
473 * gas/lib/gas-defs.exp (gas_finish): Call "close" and "wait"
474 before exiting. Enclose both calls inside a "catch".
475 (objdump_finish): Likewise.
476
477 Fri Jun 10 10:23:35 1994 Jeff Law (law@snake.cs.utah.edu)
478
479 * gas/hppa/reloc/reloc.exp (roundmode test): Tweak expected output
480 for SOM to match current testcase.
481
482 Thu Jun 2 19:46:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
483
484 * gas/i386/{pushw.s,pushw.l}: New test.
485 * gas/i386/all.exp: Run it.
486
487 * Makefile.in (distclean): Remove site config files and gas.sum.
488
489 Fri May 27 12:24:18 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
490
491 * gas/m68k/disperr.s: Use % for registers.
492
493 * gas/m68k-coff/gas.exp: Expect failure for p2389a.s.
494
495 Tue May 17 14:53:08 1994 Bill Cox (bill@rtl.cygnus.com)
496
497 * lib/gas-defs.exp: Replace error proc calls with perror calls.
498
499 Mon May 16 13:19:16 1994 Jeff Law (law@snake.cs.utah.edu)
500
501 * gas/hppa/reloc/reloc.exp: Tweak expected output to match new
502 ELF code.
503 * gas/hppa/reloc/roundmode.s: Avoid "S" and "D" modes, ELF does
504 not support them.
505 * gas/hppa/unsorted/unsorted.exp: Tweak expected output to match
506 new ELF code.
507
508 Thu May 5 17:27:54 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
509
510 * config/default.exp: Renamed from unix-gas.exp.
511
512 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
513
514 * Makefile.in (check): Set TCL_LIBRARY for runtest.
515
516 Mon Apr 11 07:54:10 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
517
518 * gas/hppa/more.parse/callinfobug.s: Add missing name for
519 procedure.
520
521 * gas/hppa/reloc/funcrelocbug.s: Place the trampoline in the
522 $DATA$ rather than $LIT$ subspace.
523
524 Sun Mar 27 14:05:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
525
526 * gas/hppa/reloc/funcrelocbug.s: New test.
527 * gas/hppa/reloc/reloc.exp: Run it.
528
529 Thu Mar 17 13:38:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
530
531 * gas/hppa/unsorted/importbug.s: New test.
532 * gas/hppa/unsorted/unsorted.exp: Run it.
533
534 Wed Mar 16 11:57:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
535
536 * gas/hppa/more.parse/regpopbug.s: Add trivial .equ test.
537
538 * gas/hppa/unsorted/globalbug.s: New test (expected to fail).
539 * gas/hppa/unsorted/unsorted.exp: Run it.
540
541 * gas/hppa/more.parse/callinfobug.s: New test.
542 * gas/hppa/omre.parse/parse.exp: Run it.
543
544 * gas/hppa/more.parse/regpopbug.s: New test.
545 * gas/hppa/more.parse/parse.exp: Run it.
546
547 Mon Feb 28 14:10:04 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
548
549 * lib/gas-defs.exp (objdump): New proc.
550 (objdump_start): Deleted unused proc.
551 (objdump_start_common): Merged into objdump_start_no_subdir.
552
553 * gas/alpha/fp.exp: Use objdump instead of
554 objdump_start_no_subdir, since the former actually waits for
555 objdump to finish. Specify .rdata section only. Make comment
556 indicate Alpha architecture rather than SPARC.
557 * gas/alpha/fp.d: Omit .reginfo patterns. Just use "." to match
558 against ASCII code 0x2a ("*", special in regexp).
559 * gas/sun4/addend.exp: Use objdump instead of
560 objdump_start_no_subdir.
561
562 Thu Feb 24 07:11:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
563
564 * gas/hppa/more.parse/parse.exp (no subspace test): Only expect
565 a failure if gas is not producing an ELF object.
566
567 Mon Feb 14 09:24:03 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
568
569 * gas/hppa/basic/fmemLRbug.s: New test.
570 * gas/hppa/basic/basic.exp: Run it.
571
572 Thu Feb 10 00:34:26 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
573
574 * gas/alpha/fp.*: New files.
575 * lib/gas-defs.exp (regexp_diff): Report noted mismatch at
576 verbosity level 3 or above only.
577
578 Mon Feb 7 15:53:10 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
579
580 * gas/hppa/*/*.exp: Change xfails to check for PA ELF rather than
581 PA OSF1.
582
583 Fri Feb 4 23:42:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
584
585 * gas/hppa/more.parse/xmpyubug.s: New test.
586 * gas/hppa/more.parse/parse.exp: Run it.
587
588 Fri Feb 4 17:13:20 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
589
590 * lib/gas-defs.exp (regexp_diff): New procedure, vaguely based on
591 "simple_diff" from linker test suite.
592 * gas/sun4/addend.exp: Use it.
593 * gas/sun4/addend.d: New file.
594
595 Sun Jan 30 23:34:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
596
597 * gas/all/gas.exp: Adjust regexp for x930509.s for current listing
598 format.
599
600 Thu Jan 20 16:44:51 1994 Rob Savoye (rob@darkstar.cygnus.com)
601
602 * gas/all/gas.exp, lib/gas-defs.exp, sun4/addend.exp,
603 sparc-solaris/addend.exp: Tweaked to fix a few bugs and to run
604 well under either version of expect.
605
606 Mon Jan 17 00:25:03 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
607
608 * gas/hppa/basic/fp_misc.s: Delete copr instruction. It's tested
609 elsewhere now.
610 * gas/hppa/basic/{copr, coprmem, spop}.s: New tests.
611 * gas/hppa/basic/basic.exp: Run them.
612
613 Thu Jan 13 11:59:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
614
615 * gas/all/gas.exp: No longer expect difference of forward
616 references to fail.
617 * gas/all/x930509.s: Fix testcase to match how the expect code was
618 written.
619
620 Wed Jan 12 13:41:10 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
621
622 * gas/hppa/reloc/reloc.exp: Fix typo in last change. Latest test
623 for cross-subspace call bugs is no longer expected to fail.
624
625 * gas/hppa/more.parse/procbug.s: Add test for another bug relating
626 to having a function's label follow the .PROC directive.
627
628 Tue Jan 11 21:47:48 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
629
630 * gas/hppa/reloc/reloc.exp: Add test for cross-subspace call bug
631 found while working on multiple $CODE$ subspace support.
632
633 Mon Jan 10 09:54:15 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
634
635 * gas/hppa/more.parse/parse.exp: procbug.s is no longer expected
636 to fail.
637 * gas/hppa/more.parse/procbug.s: Add missing .procend.
638
639 Mon Jan 3 10:07:47 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
640
641 * gas/hppa/more.parse/labelbug.s: Add testcase for bug in last
642 app.c change.
643
644 Wed Dec 29 11:32:39 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
645
646 * gas/hppa/more.parse/labelbug.s: Add more colonless label tests.
647
648 Wed Dec 15 08:24:31 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
649
650 * Makefile.in (site.exp): Don't set ASFLAGS. Quote value of
651 OBJDUMPFLAGS in case it's empty. Use temporary names until the
652 end; make creating site.exp the final step.
653 (check): Pass in ASFLAGS.
654
655 * gas/all/gas.exp: Use all_ones proc. Change regexp for matching
656 C comments to avoid bugs in latest expect code.
657
658 Wed Dec 8 14:30:14 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
659
660 * gas/m68k/disperr.s: New test.
661 * gas/m68k/all.exp: Run it.
662
663 Sun Dec 5 19:24:57 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
664
665 * gas/hppa/reloc/roundmode.s: New test.
666 * gas/hppa/reloc/reloc.exp: Run it. Fix typo in last change.
667
668 Wed Dec 1 10:44:18 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
669
670 * gas/hppa/reloc/reloc.exp: Run the first half of bogus R_EXIT
671 test for ELF.
672
673 Tue Nov 30 13:43:21 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
674
675 * gas/hppa/more.parse/parse.exp: Test for error on for subspace
676 directive is an XFAIL for SOM assmeblers.
677
678 * gas/hppa/reloc/reloc.exp: Remove XFAIL for relocation on
679 cross-subspace call test.
680
681 Sun Nov 28 12:12:50 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
682
683 * gas/hppa/more.parse/appbug.s: New test.
684 * gas/hppa/more.parse/parse.exp: Run it.
685
686 * gas/hppa/unsorted/align3.s: New test.
687 * gas/hppa/unsorted/unsorted.exp: Run it.
688
689 Sat Nov 27 22:50:01 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
690
691 * gas/all/p2425.s: Insert a tab before assembler directives so
692 that the directives are not interpreted as labels.
693
694 * gas/hppa/basic/weird.s: Sync with GDB version.
695
696 * gas/hppa/more.parse/labelbug.s: New test.
697
698 * gas/hppa/more.parse/parse.exp: Run it.
699
700 Wed Nov 24 01:25:03 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
701
702 * gas/hppa/reloc/fixupbug.s: New test.
703 * gas/hppa/reloc/reloc.exp: Run it.
704
705 * gas/hppa/reloc/exitbug.s: New test.
706 * gas/hppa/reloc/reloc.exp: Run it.
707
708 Sun Nov 21 22:11:10 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
709
710 * gas/hppa/reloc/reloc.exp: Minor fixes so that SOM & ELF can
711 share the same test code.
712 * gas/hppa/reloc/relocreduce.s: Likewise.
713
714 * gas/hppa/basic/fmem.s: Add quadword FP store instructions.
715 * gas/hppa/basic/basic.exp: Test quadword FP store instructions.
716
717 Sun Nov 7 00:31:41 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
718
719 * gas/hppa/reloc/reloc.exp: No longer expect failure for
720 field selector on ble instruction test.
721
722 * gas/hppa/basic/basic.exp: No longer expect failures for
723 system instruction tests now that probei is fixed.
724
725 Sat Nov 6 22:45:08 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
726
727 * gas/hppa/reloc/selectorbug.s: New test.
728 * gas/hppa/reloc/reloc.exp: Run it.
729
730 Thu Nov 4 17:01:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
731
732 * gas/hppa/unsorted/fragbug.s: New test.
733 * gas/hppa/unsorted/unsorted.exp: Run it.
734
735 Thu Nov 04 09:09:49 1993 Jeffrey Wheat (cassidy@cygnus.com)
736
737 * Makefile.in: Changed RUNTESTFLAGS to RUNTEST_FLAGS
738
739 Tue Nov 2 22:12:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
740
741 * gas/hppa/more.parse/{defbug.s, stdreg.s}: New tests.
742 * gas/hppa/more.parse/parse.exp: Run them.
743
744 Mon Nov 1 23:37:58 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
745
746 * gas/hppa/reloc/reloc.exp (reloc_reduce): Correct offsets at
747 which specific relocations are expected to be found.
748
749 Sat Oct 30 14:12:31 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
750
751 * gas/hppa/unsorted/unsorted.exp (ss_align): Remove OSF xfail.
752
753 * gas/hppa/more.parse/parse.exp: Add new test.
754 * gas/hppa/more.parse/ssbug.s: New test to make sure non-default
755 sections are handled correctly.
756
757 * gas/all/gas.exp: Disable (and fail) p1480.s for all PA targets.
758
759 Fri Oct 29 16:29:06 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
760
761 * gas/hppa/more.parse/calldatabug.s: Colonize.
762 * gas/hppa/more.parse/parse.exp: Fix typos.
763
764 Thu Oct 28 21:40:06 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
765
766 * gas/hppa/{basic, more.parse, reloc, unsorted}: New directories.
767 * gas/hppa/*/*.exp: New test drivers.
768 * gas/hppa/*/*.s: New test files.
769
770 Mon Oct 25 09:40:59 1993 Ken Raeburn (raeburn@cygnus.com)
771
772 * gas/sun4: New directory.
773 * gas/sun4/addend.s,addend.exp: New test case.
774 * gas/sparc-solaris/addend.s,addend.exp: Solaris version of same
775 test case.
776
777 * gas/all/gas.exp: Check `*' in C comments.
778
779 * lib/gas-defs.exp (all_ones): New procedure, for a predicate to
780 simplify some tests.
781 (want_no_output): Return zero or nonzero, depending on success or
782 failure.
783 (gas_test_old): Return value from want_no_output.
784 (objdump_start_common): Split off from objdump_start.
785 (objdump_start_no_subdir): New procedure.
786
787 Wed Oct 20 07:25:48 1993 Ken Raeburn (raeburn@rover.cygnus.com)
788
789 * gas/all/diff1.s, gas/m68k/pic1.s: New tests.
790 * gas/all/gas.exp, gas/m68k/all.exp: Run them.
791
792 * Makefile.in (OBJDUMP_FOR_TARGET): Define similar to
793 AS_FOR_TARGET.
794 (check): Don't pass ASFLAGS variable.
795 (site.exp): Put ASFLAGS, OBJDUMP, OBJDUMPFLAGS into site.exp.
796
797 From Jeff Law:
798
799 * lib/gas-defs.exp (objdump_start, objdump_finish): New functions
800 so that tests can parse the output of objdump looking for errors
801 in relocation entires, file headers and the like.
802
803 Thu Sep 23 16:20:34 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
804
805 * gas/ieee.fp/x930509a.exp: Currently expected to fail always.
806 * gas/all/gas.exp (p1480.s, x930509.s): Ditto. Break up gas_test
807 call so it no longer performs multiple tests.
808 * gas/m68k/all.exp (t2.s): Don't bother with listings.
809 (p2410.s): Don't pass unwanted arguments to gas_test_error.
810
811 Wed Aug 25 16:50:08 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
812
813 * lib/do*: Remove RCS id strings.
814
815 Mon May 17 15:09:45 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
816
817 * gas/all/float.s, gas/all/p1480.s, gas/m68k/p2410.s: New tests.
818 * gas/all/gas.exp, gas/m68k/all.exp: Run them.
819 * gas/i386: New directory.
820
821 Mon May 10 14:50:20 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
822
823 * Added directory structure, to categorize tests by targets.
824 * Added new tests all/x930509.s, ieee.fp/x930509a.s, m68k/p2663.s,
825 and refined some to examine the assembler listing output.
826 * lib/gas-defs.exp: Renamed gas_start to gas_run. Added some
827 expect_after patterns.
828 (gas_start, gas_finish): New procs, for tests that examine process
829 output.
830 * config/unix-gas.exp: Invoke gas_init directly, instead of
831 requiring test .exp files do it.
832
833 Wed Apr 21 01:24:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
834
835 * gas/gas.exp: Handle new tests, and changes to testing procs.
836
837 * lib/gas-defs.exp (want_no_output): New proc; success iff output
838 is empty.
839 (gas_test_old): Functionally same as old gas_test.
840 (gas_test_ignore_stdout): Rewritten to use want_no_output.
841 (gas_test): New argument lists set of options to be tried in
842 combinations. Option with trailing ">" indicates standard output
843 should be ignored.
844
845 * gas/p2425a.s: Use %-form for registers, so this test can be run
846 on m68k-coff targets too.
847
848 * gas/p2430a.s: New test case, whitespace &c matches customer
849 report more closely. Gets different results from p2430.s; this is
850 bad, and not yet tested for.
851
852 Mon Apr 5 12:27:19 1993 Ken Raeburn (raeburn@cygnus.com)
853
854 * gas/p2389a.s, gas/p2411.s, gas/t2.s: New test cases.
855 * lib/run: New script.
856 * gas/gas-defs.exp (gas_start): Takes new args, assembler options
857 and redirection options. Use "run" script so redirection works.
858 (gas_test): Now takes assembler options as separate arg from input
859 file name.
860 (gas_test_ignore_stdout): New proc. Discards output.
861 (gas_test_error): New proc. Expects assembler to generate output.
862 (target_cpu_family setting): Handle i486->i386 also.
863
864 * lib/do*: Scripts moved here from gas/testscripts. May be useful
865 someday for writing more test cases; not currently used.
866
867 Tue Mar 30 11:45:27 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
868
869 * gas/sol-gcc.s, gas/sol-cc.s, gas/p2425a.s, gas/p2389.s: New test
870 cases.
871 * gas/gas.exp: Enable them for appropriate targets. Removed some
872 useless comments &c. Changed m68k target test to be more general.
873
874 * lib/gas-defs.exp (gas_exit, gas_init): New procs.
875 * gas/gas.exp: Call gas_init.
876
877 Mon Mar 29 00:00:00 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
878
879 * Test suite created.
880
This page took 0.055245 seconds and 4 git commands to generate.