Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-10-31 | * gas/hppa/unsorted/unsorted.exp (ss_align): Remove OSF xfail. | Jeff Law | 1 | -0/+6 | |
* gas/hppa/more.parse/parse.exp: Add new test. * gas/hppa/more.parse/ssbug.s: New test to make sure non-default * sections are handled correctly. | |||||
1993-10-31 | * gas/hppa/more.parse/parse.exp: Add new test. | Jeff Law | 6 | -0/+32 | |
* gas/hppa/more.parse/ssbug.s: New test to make sure non-default sections are handled correctly. | |||||
1993-10-30 | * gas/all/gas.exp: Disable (and fail) p1480.s for all PA targets. | Jeff Law | 1 | -0/+9 | |
1993-10-29 | * gas/hppa/more.parse/parse.exp: Fix typos. | Jeff Law | 2 | -4/+4 | |
1993-10-29 | * gas/hppa/more.parse/calldatabug.s: Colonize. | Jeff Law | 1 | -10/+10 | |
1993-10-29 | * gas/hppa/{basic, more.parse, reloc, unsorted}: New directories. | Jeff Law | 1 | -3/+3 | |
* gas/hppa/*/*.exp: New test drivers. * gas/hppa/*/*.s: New test files. | |||||
1993-10-29 | Unsorted PA tests. | Jeff Law | 4 | -0/+105 | |
1993-10-29 | Quick description of test directory contents. | Jeff Law | 1 | -0/+34 | |
1993-10-29 | Relocation tests for the PA. | Jeff Law | 7 | -0/+250 | |
1993-10-29 | Additional parsing tests for PA gas. | Jeff Law | 40 | -0/+13828 | |
1993-10-29 | * gas/hppa/basic: New directory. | Jeff Law | 1 | -0/+6 | |
* gas/hppa/basic/basic.exp: New test driver. * gas/hppa/basic/*.s: New test files. | |||||
1993-10-29 | Keep hppa test directory. | Jeff Law | 1 | -0/+1 | |
1993-10-29 | Basic hppa GAS testsuite. | Jeff Law | 21 | -0/+1905 | |
1993-10-29 | Add new hppa directory. | Jeff Law | 1 | -0/+39 | |
1993-10-25 | bunch of changes... | Ken Raeburn | 1 | -0/+20 | |
1993-10-25 | keep diff1.s | Ken Raeburn | 1 | -0/+1 | |
1993-10-25 | new test case for relocations with addends | Ken Raeburn | 3 | -0/+49 | |
1993-10-25 | keep pic1.s | Ken Raeburn | 1 | -0/+1 | |
1993-10-25 | test case for relocations with addends | Ken Raeburn | 2 | -0/+47 | |
1993-10-25 | keep new sun4 dir | Ken Raeburn | 1 | -0/+1 | |
1993-10-20 | new test m68k/pic1.s - simple pic code generation | Ken Raeburn | 1 | -0/+5 | |
1993-10-20 | new test diff1.s - difference of two undefined symbols (should be rejected) | Ken Raeburn | 1 | -0/+5 | |
1993-10-20 | * Makefile.in (OBJDUMP_FOR_TARGET): Define similar to AS_FOR_TARGET. | Ken Raeburn | 1 | -17/+30 | |
(check): Don't pass ASFLAGS variable. (site.exp): Put ASFLAGS, OBJDUMP, OBJDUMPFLAGS into site.exp. | |||||
1993-10-20 | Makefile.in (OBJDUMP_FOR_TARGET): Define similar to AS_FOR_TARGET. | Ken Raeburn | 1 | -0/+15 | |
(check): Don't pass ASFLAGS variable. (site.exp): Put ASFLAGS, OBJDUMP, OBJDUMPFLAGS into site.exp. From Jeff Law: lib/gas-defs.exp (objdump_start, objdump_finish): New functions so that tests can parse the output of objdump looking for errors in relocation entires, file headers and the like. | |||||
1993-09-23 | Add some "setup_xfail" commands, correct at least for sun4 native. | Ken Raeburn | 2 | -0/+77 | |
1993-06-01 | Add an install-info target too. | Rob Savoye | 1 | -0/+1 | |
1993-06-01 | Add info target. | Rob Savoye | 1 | -1/+1 | |
1993-05-28 | Add a blank install target so the top level make won't die. | Rob Savoye | 1 | -0/+1 | |
1993-05-27 | added things-to-lose sections | K. Richard Pixley | 10 | -0/+20 | |
1993-05-26 | configure.in template that supports *only* make check. (for releases) | Rob Savoye | 1 | -0/+16 | |
1993-05-26 | Makefile fragment that supports *only* make check. (for releases) | Rob Savoye | 1 | -0/+76 | |
1993-05-17 | keep the directories that contain tests | Ken Raeburn | 1 | -2/+1 | |
1993-05-17 | new tests | Ken Raeburn | 8 | -0/+73 | |
1993-05-10 | Reorganized test hierarchy to categorize tests. | Ken Raeburn | 29 | -151/+361 | |
New test procs support examining listing output from assembler. New tests added. | |||||
1993-04-22 | keep new utility scripts | Ken Raeburn | 1 | -0/+7 | |
1993-04-22 | keep new test cases | Ken Raeburn | 1 | -0/+6 | |
1993-04-22 | keep change log | Ken Raeburn | 1 | -0/+1 | |
1993-04-21 | Handle new tests, and new testing modes. | Ken Raeburn | 1 | -13/+18 | |
Now gas_test accepts an argument listing options to be tried, individually or in combination, and whether output should be expected. Proc gas_test_error says output should be expected. Still not checking exit status properly, though. | |||||
1993-04-21 | The customer's test case is p2430a.s; p2430.s has different whitespace, | Ken Raeburn | 2 | -9/+6 | |
comments, who knows what else, but something makes them different. This should be checked by the driver, because they shouldn't be different... | |||||
1993-04-21 | use %-form, so test can be run on m68k-coff too | Ken Raeburn | 1 | -49/+49 | |
1993-04-05 | New script. Simply evaluates and exec's its arguments. Needed until I | Ken Raeburn | 1 | -0/+2 | |
can figure out how to handle redirection easily in tcl/expect. | |||||
1993-04-05 | add some new tests, and new testing procs | Ken Raeburn | 6 | -9/+66 | |
1993-04-05 | from gas/testscripts -- may be useful someday | Ken Raeburn | 6 | -0/+186 | |
1993-03-30 | new test cases | Ken Raeburn | 6 | -12/+251 | |
1993-03-29 | First crack at a test suite. | Ken Raeburn | 12 | -0/+414 | |