aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
AgeCommit message (Collapse)AuthorFilesLines
1994-07-15more description on last changeKen Raeburn1-0/+2
1994-07-15 * lib/gas-defs.exp (run_dump_test): New routine for running theKen Raeburn2-11/+143
assembler, running objdump or nm (not fully supported) on the resulting object file, and comparing the results against a file of regular expressions in the test suite, all in one command. (fail_phase, slurp_options): New auxiliary routines. (regexp_diff): Always return a value. Fix bugs in actually doing the regexp test. Should make it even easier to write gas test cases, giving Ian even less excuse for not doing so. :-)
1994-07-07 * gas/hppa/reloc/relocreduce2.s: More relocation reduction tests.Jeff Law3-0/+161
* gas/hppa/reloc/reloc.exp: Run them.
1994-06-30* config/default.exp: Look for "as.new" in "$base_dir/..", where it gotKen Raeburn1-2/+0
compiled, not in "$base_dir". * config/unknown.exp: Deleted.
1994-06-28Don't keep the "is" cases, only the "was" cases.Steve Chamberlain32-7584/+0
1994-06-28Reflect new rules.Steve Chamberlain7-49/+65
1994-06-26 * gas/lib/gas-defs.exp (gas_finish): Call "close" and "wait"Jeff Law1-2/+2
before exiting. Enclose both calls inside a "catch". (objdump_finish): Likewise.
1994-06-26From rob:Jeff Law2-2/+10
* gas/lib/gas-defs.exp (gas_finish): Call "close" before exiting. Make note about possibly needing a call to "wait" too. (objdump_finish): Likewise.
1994-06-21Look for as.new before looking in the path for the binary to test.Rob Savoye1-0/+14
1994-06-18Use "default" rather than "unix".Rob Savoye1-1/+1
1994-06-18Setup default and unknown init files.Rob Savoye1-0/+2
1994-06-18Don't pass AS and ASFLAGS, it's now done in the testing code.Rob Savoye1-1/+1
1994-06-10 * gas/hppa/reloc/reloc.exp (roundmode test): Tweak expected outputJeff Law1-0/+5
for SOM to match current testcase.
1994-06-07 * Makefile.in (mostlyclean, realclean): New targets.Ian Lance Taylor1-2/+2
* doc/Makefile.in, testsuite/Makefile.in: Likewise.
1994-06-05keep files for pushw testKen Raeburn1-0/+2
1994-06-02note new i386 testKen Raeburn1-0/+4
1994-06-02new test for "pushw"Ken Raeburn3-0/+16
1994-06-02whitespaceKen Raeburn1-2/+2
1994-06-02* Makefile.in (distclean): Remove site config files and gas.sum.Ken Raeburn2-0/+4
1994-05-27changes from gas-2.3/binutils-2.4 dist (details in branch log msgs, changelogs)Ken Raeburn1-0/+6
1994-05-17 * lib/gas-defs.exp: Replace error proc calls with perror calls.Bill Cox2-6/+10
1994-05-16 * gas/hppa/reloc/reloc.exp: Tweak expected output to match newJeff Law2-41/+126
ELF code. * gas/hppa/reloc/roundmode.s: Avoid "S" and "D" modes, ELF does not support them. * gas/hppa/unsorted/unsorted.exp: Tweak expected output to match new ELF code.
1994-05-08remove unneeded filesKen Raeburn2-94/+0
1994-05-08note file renamingKen Raeburn1-1/+1
1994-05-05* config/default.exp: Renamed from unix-gas.exp.Ken Raeburn1-13/+0
1994-04-27More testcases.Steve Chamberlain51-77/+1214
1994-04-11 * Makefile.in (check): Set TCL_LIBRARY for runtest.Bill Cox2-1/+36
1994-04-11 * gas/hppa/more.parse/callinfobug.s: Add missing name for procedure.Jeff Law1-0/+3
1994-04-11 * gas/hppa/more.parse/callinfobug.s: Add missing name for procedure.Jeff Law1-0/+1
1994-04-11 * gas/hppa/reloc/funcrelobug.s: Place the trampoline in theJeff Law1-0/+5
$DATA$ rather than the $LIT$ subspace.
1994-03-27 * gas/hppa/reloc/funcrelocbug.s: New test.Jeff Law3-0/+197
* gas/hppa/reloc/reloc.exp: Run it.
1994-03-17 * gas/hppa/unsorted/importbug.s: New test.Jeff Law2-0/+43
* gas/hppa/unsorted/unsorted.exp: Run it.
1994-03-17 * gas/hppa/more.parse/regpopbug.s: Add trivial .equ test.Jeff Law2-0/+5
1994-03-16 * gas/hppa/unsorted/globalbug.s: New test (expected to fail).Jeff Law4-1/+26
* gas/hppa/unsorted/unsorted.exp: Run it.
1994-03-16 * gas/hppa/more.parse/callinfobug.s: New test.Jeff Law7-0/+25
* gas/hppa/omre.parse/parse.exp: Run it.
1994-03-16 * gas/hppa/more.parse/regpopbug.s: New test.Jeff Law7-0/+41
* gas/hppa/more.parse/parse.exp: Run it.
1994-03-02Change "error" to "perror".Rob Savoye1-1/+1
1994-03-02Change "error" to "perror" everywhere.Rob Savoye3-6/+162
1994-02-28* lib/gas-defs.exp (objdump): New proc.Ken Raeburn3-17/+92
(objdump_start): Deleted unused proc. (objdump_start_common): Merged into objdump_start_no_subdir. * gas/alpha/fp.exp: Use objdump instead of objdump_start_no_subdir, since the former actually waits for objdump to finish. Specify .rdata section only. Make comment indicate Alpha architecture rather than SPARC. * gas/alpha/fp.d: Omit .reginfo patterns. Just use "." to match against ASCII code 0x2a ("*", special in regexp). * gas/sun4/addend.exp: Use objdump instead of objdump_start_no_subdir.
1994-02-24 * gas/hppa/more.parse/parse.exp (no subspace test): Only expectJeff Law3-4/+11
a failure if gas is not producing an ELF object.
1994-02-18update -- keep more stuff recently addedKen Raeburn3-0/+38
1994-02-14 * gas/hppa/basic/fmemLRbug.s: New test.Jeff Law4-0/+2294
* gas/hppa/basic/basic.exp: Run it.
1994-02-10* gas/alpha/fp.*: New files.Ken Raeburn2-0/+26
* lib/gas-defs.exp (regexp_diff): Report noted mismatch at verbosity level 3 or above only.
1994-02-07 * gas/hppa/*/*.exp: Change xfails to check for PA ELF rather thanJeff Law2-2/+2
PA OSF1.
1994-02-05 * gas/hppa/more.parse/xmpyubug.s: New test.Jeff Law7-0/+49
* gas/hppa/more.parse/parse.exp: Run it.
1994-02-04* lib/gas-defs.exp (regexp_diff): New procedure, vaguely based onKen Raeburn2-0/+18
"simple_diff" from linker test suite. * gas/sun4/addend.exp: Use it. * gas/sun4/addend.d: New file.
1994-01-31test code for fp handling -- no .exp file yetKen Raeburn1-0/+15
1994-01-31New files for testing gasp.Steve Chamberlain67-0/+14806
1994-01-31fix regexp for all/x930509.sKen Raeburn1-0/+5
1994-01-26Change all occurances of RUNTEST_FLAGS to RUNTESTFLAGS to be consistant withRob Savoye1-2/+2
everything else. (and now work recursively too)