]>
Commit | Line | Data |
---|---|---|
64285e83 JL |
1 | Thu Oct 28 21:40:06 1993 Jeffrey A. Law ([email protected]) |
2 | ||
a54c84c7 JL |
3 | * gas/hppa/{basic, more.parse, reloc, unsorted}: New directories. |
4 | * gas/hppa/*/*.exp: New test drivers. | |
5 | * gas/hppa/*/*.s: New test files. | |
64285e83 | 6 | |
4a350ee6 KR |
7 | Mon Oct 25 09:40:59 1993 Ken Raeburn ([email protected]) |
8 | ||
9 | * gas/sun4: New directory. | |
10 | * gas/sun4/addend.s,addend.exp: New test case. | |
11 | * gas/sparc-solaris/addend.s,addend.exp: Solaris version of same | |
12 | test case. | |
13 | ||
14 | * gas/all/gas.exp: Check `*' in C comments. | |
15 | ||
16 | * lib/gas-defs.exp (all_ones): New procedure, for a predicate to | |
17 | simplify some tests. | |
18 | (want_no_output): Return zero or nonzero, depending on success or | |
19 | failure. | |
20 | (gas_test_old): Return value from want_no_output. | |
21 | (objdump_start_common): Split off from objdump_start. | |
22 | (objdump_start_no_subdir): New procedure. | |
23 | ||
726b30ba KR |
24 | Wed Oct 20 07:25:48 1993 Ken Raeburn ([email protected]) |
25 | ||
4a350ee6 KR |
26 | * gas/all/diff1.s, gas/m68k/pic1.s: New tests. |
27 | * gas/all/gas.exp, gas/m68k/all.exp: Run them. | |
28 | ||
726b30ba KR |
29 | * Makefile.in (OBJDUMP_FOR_TARGET): Define similar to |
30 | AS_FOR_TARGET. | |
31 | (check): Don't pass ASFLAGS variable. | |
32 | (site.exp): Put ASFLAGS, OBJDUMP, OBJDUMPFLAGS into site.exp. | |
33 | ||
34 | From Jeff Law: | |
35 | ||
36 | * lib/gas-defs.exp (objdump_start, objdump_finish): New functions | |
37 | so that tests can parse the output of objdump looking for errors | |
38 | in relocation entires, file headers and the like. | |
39 | ||
67972d50 KR |
40 | Thu Sep 23 16:20:34 1993 Ken Raeburn ([email protected]) |
41 | ||
42 | * gas/ieee.fp/x930509a.exp: Currently expected to fail always. | |
43 | * gas/all/gas.exp (p1480.s, x930509.s): Ditto. Break up gas_test | |
44 | call so it no longer performs multiple tests. | |
726b30ba KR |
45 | * gas/m68k/all.exp (t2.s): Don't bother with listings. |
46 | (p2410.s): Don't pass unwanted arguments to gas_test_error. | |
67972d50 KR |
47 | |
48 | Wed Aug 25 16:50:08 1993 Ken Raeburn ([email protected]) | |
49 | ||
50 | * lib/do*: Remove RCS id strings. | |
51 | ||
52 | Mon May 17 15:09:45 1993 Ken Raeburn ([email protected]) | |
53 | ||
54 | * gas/all/float.s, gas/all/p1480.s, gas/m68k/p2410.s: New tests. | |
55 | * gas/all/gas.exp, gas/m68k/all.exp: Run them. | |
56 | * gas/i386: New directory. | |
57 | ||
58 | Mon May 10 14:50:20 1993 Ken Raeburn ([email protected]) | |
59 | ||
60 | * Added directory structure, to categorize tests by targets. | |
61 | * Added new tests all/x930509.s, ieee.fp/x930509a.s, m68k/p2663.s, | |
62 | and refined some to examine the assembler listing output. | |
63 | * lib/gas-defs.exp: Renamed gas_start to gas_run. Added some | |
64 | expect_after patterns. | |
65 | (gas_start, gas_finish): New procs, for tests that examine process | |
66 | output. | |
67 | * config/unix-gas.exp: Invoke gas_init directly, instead of | |
68 | requiring test .exp files do it. | |
69 | ||
70 | Wed Apr 21 01:24:16 1993 Ken Raeburn ([email protected]) | |
71 | ||
72 | * gas/gas.exp: Handle new tests, and changes to testing procs. | |
73 | ||
74 | * lib/gas-defs.exp (want_no_output): New proc; success iff output | |
75 | is empty. | |
76 | (gas_test_old): Functionally same as old gas_test. | |
77 | (gas_test_ignore_stdout): Rewritten to use want_no_output. | |
78 | (gas_test): New argument lists set of options to be tried in | |
79 | combinations. Option with trailing ">" indicates standard output | |
80 | should be ignored. | |
81 | ||
82 | * gas/p2425a.s: Use %-form for registers, so this test can be run | |
83 | on m68k-coff targets too. | |
84 | ||
85 | * gas/p2430a.s: New test case, whitespace &c matches customer | |
86 | report more closely. Gets different results from p2430.s; this is | |
87 | bad, and not yet tested for. | |
88 | ||
89 | Mon Apr 5 12:27:19 1993 Ken Raeburn ([email protected]) | |
90 | ||
91 | * gas/p2389a.s, gas/p2411.s, gas/t2.s: New test cases. | |
92 | * lib/run: New script. | |
93 | * gas/gas-defs.exp (gas_start): Takes new args, assembler options | |
94 | and redirection options. Use "run" script so redirection works. | |
95 | (gas_test): Now takes assembler options as separate arg from input | |
96 | file name. | |
97 | (gas_test_ignore_stdout): New proc. Discards output. | |
98 | (gas_test_error): New proc. Expects assembler to generate output. | |
99 | (target_cpu_family setting): Handle i486->i386 also. | |
100 | ||
101 | * lib/do*: Scripts moved here from gas/testscripts. May be useful | |
102 | someday for writing more test cases; not currently used. | |
103 | ||
104 | Tue Mar 30 11:45:27 1993 Ken Raeburn ([email protected]) | |
105 | ||
106 | * gas/sol-gcc.s, gas/sol-cc.s, gas/p2425a.s, gas/p2389.s: New test | |
107 | cases. | |
108 | * gas/gas.exp: Enable them for appropriate targets. Removed some | |
109 | useless comments &c. Changed m68k target test to be more general. | |
110 | ||
111 | * lib/gas-defs.exp (gas_exit, gas_init): New procs. | |
112 | * gas/gas.exp: Call gas_init. | |
113 | ||
114 | Mon Mar 29 00:00:00 1993 Ken Raeburn ([email protected]) | |
115 | ||
116 | * Test suite created. | |
117 |