public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Jan Beulich <jbeulich@suse.com>
To: Binutils <binutils@sourceware.org>
Cc: "H.J. Lu" <hjl.tools@gmail.com>
Subject: [PATCH 4/4] iamcu: suppress tests which can't possibly work
Date: Fri, 19 May 2023 15:52:57 +0200	[thread overview]
Message-ID: <d5ebeef6-ea62-b26b-bd67-ea24a21582d8@suse.com> (raw)
In-Reply-To: <f50385ac-6b82-7c84-c54b-0849e7650175@suse.com>

With neither --32 nor --64 passed to gas, advanced features like AVX
aren't available without explicitly enabling them.

--- a/gas/testsuite/gas/i386/i386.exp
+++ b/gas/testsuite/gas/i386/i386.exp
@@ -749,7 +749,9 @@ if {![istarget "i*86-*-elfiamcu"] && [ga
 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 "*-*-vx
     run_dump_test "dw2-compressed-3a"
     run_dump_test "dw2-compressed-3b"
 
-    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"
 
     if {![istarget "*-*-dragonfly*"]


      parent reply	other threads:[~2023-05-19 13:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-19 13:50 [PATCH 0/4] x86: (mostly) testsuite adjustments Jan Beulich
2023-05-19 13:51 ` [PATCH 1/4] x86: split gas testsuite .exp file Jan Beulich
2023-05-19 13:51 ` [PATCH 2/4] x86-64: conditionalize tests using --32 Jan Beulich
2023-05-19 13:52 ` [PATCH 3/4] x86-64: improve gas diagnostic when no 32-bit target is configured Jan Beulich
2023-05-19 13:52 ` Jan Beulich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d5ebeef6-ea62-b26b-bd67-ea24a21582d8@suse.com \
    --to=jbeulich@suse.com \
    --cc=binutils@sourceware.org \
    --cc=hjl.tools@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).