From 67972d507660d2966fd56e6f19f7a6c680c19802 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 23 Sep 1993 20:28:35 +0000 Subject: [PATCH] Add some "setup_xfail" commands, correct at least for sun4 native. --- gas/testsuite/ChangeLog | 76 ++++++++++++++++++++++++++ gas/testsuite/gas/ieee.fp/x930509a.exp | 1 + 2 files changed, 77 insertions(+) create mode 100644 gas/testsuite/ChangeLog diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog new file mode 100644 index 00000000000..546dab2e635 --- /dev/null +++ b/gas/testsuite/ChangeLog @@ -0,0 +1,76 @@ +Thu Sep 23 16:20:34 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * gas/ieee.fp/x930509a.exp: Currently expected to fail always. + * gas/all/gas.exp (p1480.s, x930509.s): Ditto. Break up gas_test + call so it no longer performs multiple tests. + +Wed Aug 25 16:50:08 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * lib/do*: Remove RCS id strings. + +Mon May 17 15:09:45 1993 Ken Raeburn (raeburn@deneb.cygnus.com) + + * gas/all/float.s, gas/all/p1480.s, gas/m68k/p2410.s: New tests. + * gas/all/gas.exp, gas/m68k/all.exp: Run them. + * gas/i386: New directory. + +Mon May 10 14:50:20 1993 Ken Raeburn (raeburn@deneb.cygnus.com) + + * Added directory structure, to categorize tests by targets. + * Added new tests all/x930509.s, ieee.fp/x930509a.s, m68k/p2663.s, + and refined some to examine the assembler listing output. + * lib/gas-defs.exp: Renamed gas_start to gas_run. Added some + expect_after patterns. + (gas_start, gas_finish): New procs, for tests that examine process + output. + * config/unix-gas.exp: Invoke gas_init directly, instead of + requiring test .exp files do it. + +Wed Apr 21 01:24:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * gas/gas.exp: Handle new tests, and changes to testing procs. + + * lib/gas-defs.exp (want_no_output): New proc; success iff output + is empty. + (gas_test_old): Functionally same as old gas_test. + (gas_test_ignore_stdout): Rewritten to use want_no_output. + (gas_test): New argument lists set of options to be tried in + combinations. Option with trailing ">" indicates standard output + should be ignored. + + * gas/p2425a.s: Use %-form for registers, so this test can be run + on m68k-coff targets too. + + * gas/p2430a.s: New test case, whitespace &c matches customer + report more closely. Gets different results from p2430.s; this is + bad, and not yet tested for. + +Mon Apr 5 12:27:19 1993 Ken Raeburn (raeburn@cygnus.com) + + * gas/p2389a.s, gas/p2411.s, gas/t2.s: New test cases. + * lib/run: New script. + * gas/gas-defs.exp (gas_start): Takes new args, assembler options + and redirection options. Use "run" script so redirection works. + (gas_test): Now takes assembler options as separate arg from input + file name. + (gas_test_ignore_stdout): New proc. Discards output. + (gas_test_error): New proc. Expects assembler to generate output. + (target_cpu_family setting): Handle i486->i386 also. + + * lib/do*: Scripts moved here from gas/testscripts. May be useful + someday for writing more test cases; not currently used. + +Tue Mar 30 11:45:27 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * gas/sol-gcc.s, gas/sol-cc.s, gas/p2425a.s, gas/p2389.s: New test + cases. + * gas/gas.exp: Enable them for appropriate targets. Removed some + useless comments &c. Changed m68k target test to be more general. + + * lib/gas-defs.exp (gas_exit, gas_init): New procs. + * gas/gas.exp: Call gas_init. + +Mon Mar 29 00:00:00 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com) + + * Test suite created. + diff --git a/gas/testsuite/gas/ieee.fp/x930509a.exp b/gas/testsuite/gas/ieee.fp/x930509a.exp index 53b13b5e53a..6436b4293bf 100644 --- a/gas/testsuite/gas/ieee.fp/x930509a.exp +++ b/gas/testsuite/gas/ieee.fp/x930509a.exp @@ -1,6 +1,7 @@ # Reported 93/05/09 by Jim Wilson: IEEE single-precision FLT_MIN value gets # assembled incorrectly. (Off by one ulp.) +setup_xfail *-*-* proc dotest {} { set testname "IEEE FLT_MIN, single-precision" set x 0 -- 2.30.2