From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1386) id DBE753858CDB; Fri, 26 May 2023 08:14:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DBE753858CDB Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jan Beulich To: bfd-cvs@sourceware.org Subject: [binutils-gdb] iamcu: suppress tests which can't possibly work X-Act-Checkin: binutils-gdb X-Git-Author: Jan Beulich X-Git-Refname: refs/heads/master X-Git-Oldrev: 590a0fed02a2e414b83a92128ec8e85a7892a85c X-Git-Newrev: 86b96a79b81fa6fcbb3e136d8c720c4aa6df8eda Message-Id: <20230526081458.DBE753858CDB@sourceware.org> Date: Fri, 26 May 2023 08:14:58 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 May 2023 08:14:59 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D86b96a79b81f= a6fcbb3e136d8c720c4aa6df8eda commit 86b96a79b81fa6fcbb3e136d8c720c4aa6df8eda Author: Jan Beulich Date: Fri May 26 10:14:34 2023 +0200 iamcu: suppress tests which can't possibly work =20 With neither --32 nor --64 passed to gas, advanced features like AVX aren't available without explicitly enabling them. Diff: --- gas/testsuite/gas/i386/i386.exp | 41 +++++++++++++++++++++++--------------= ---- 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/gas/testsuite/gas/i386/i386.exp b/gas/testsuite/gas/i386/i386.= exp index 3325ea6efb8..d78f1937c84 100644 --- a/gas/testsuite/gas/i386/i386.exp +++ b/gas/testsuite/gas/i386/i386.exp @@ -749,7 +749,9 @@ if {![istarget "i*86-*-elfiamcu"] && [gas_64_check]} th= en { run_list_test "string-bad" "" run_list_test "reg-bad" "" run_list_test "space1" "-al" -run_list_test "xmmword" "" +if {![istarget "i*86-*-elfiamcu"]} then { + run_list_test "xmmword" +} # Disabled due to large memory requirement. # run_dump_test rept run_dump_test pr19498 @@ -769,23 +771,26 @@ if {[is_elf_format] || [istarget "*-*-vxworks*"]} the= n { run_dump_test "dw2-compressed-3a" run_dump_test "dw2-compressed-3b" =20 - run_dump_test "property-2" - run_dump_test "property-3" - run_dump_test "property-4" - run_dump_test "property-5" - run_dump_test "property-6" - run_dump_test "property-10" - run_dump_test "property-11" - run_dump_test "property-12" - run_dump_test "property-13" - run_dump_test "property-cvtpi2pd" - run_dump_test "property-cvtpi2ps" - run_dump_test "property-ldmxcsr" - run_dump_test "property-v4fmaddps" - run_dump_test "property-vfmaddps" - run_dump_test "property-vldmxcsr" - run_dump_test "property-vpcmov" - run_dump_test "property-vzeroall" + if {![istarget "i*86-*-elfiamcu"]} then { + run_dump_test "property-2" + run_dump_test "property-3" + run_dump_test "property-4" + run_dump_test "property-5" + run_dump_test "property-6" + run_dump_test "property-10" + run_dump_test "property-11" + run_dump_test "property-12" + run_dump_test "property-13" + run_dump_test "property-cvtpi2pd" + run_dump_test "property-cvtpi2ps" + run_dump_test "property-ldmxcsr" + run_dump_test "property-v4fmaddps" + run_dump_test "property-vfmaddps" + run_dump_test "property-vldmxcsr" + run_dump_test "property-vpcmov" + run_dump_test "property-vzeroall" + } + run_dump_test "code16-2" =20 if {![istarget "*-*-dragonfly*"]