From: Ken Raeburn Date: Sat, 10 Dec 1994 01:28:29 +0000 (+0000) Subject: * gas/arm/gas.exp: The arm6 test should report errors, for now. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1fd130917251b111966380eeb41176bff1f8d29a;p=binutils-gdb.git * gas/arm/gas.exp: The arm6 test should report errors, for now. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 102ba95f133..97ed53e3c0c 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +Fri Dec 9 19:54:04 1994 Ken Raeburn + + * gas/arm/gas.exp: The arm6 test should report errors, for now. + Thu Dec 8 20:19:09 1994 Ken Raeburn * lib/gas-defs.exp: Use -i in expect_after command. diff --git a/gas/testsuite/gas/arm/gas.exp b/gas/testsuite/gas/arm/gas.exp index 657a1ff4e6a..92f6adcd8d0 100644 --- a/gas/testsuite/gas/arm/gas.exp +++ b/gas/testsuite/gas/arm/gas.exp @@ -6,7 +6,9 @@ if [istarget arm-*-riscix*] then { gas_test "arm3.s" "" $stdoptlist "Arm 3 instructions" - gas_test "arm6.s" "" $stdoptlist "Arm 6 instructions" + # These instructions aren't supported, and I'm told some are + # actually invalid. + gas_test_error "arm6.s" "" "Arm 6 instructions" gas_test "copro.s" "" $stdoptlist "Co processor instructions"