public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nikita Popov <npopov@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/llvm] rawhide: Temporarily disable gold plugin tests on rhel-8-s390x
Date: Wed, 09 Sep 2026 07:09:03 GMT	[thread overview]
Message-ID: <178893774316.1.9163153109749784455.rpms-llvm-fa985ffe95ef@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/llvm
            Branch : rawhide
            Commit : fa985ffe95ef1346688ffeb5a3c8a440f8bbeb3e
            Author : Nikita Popov <npopov@redhat.com>
            Date   : 2026-09-08T14:08:43+00:00
            Stats  : +11/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/llvm/c/fa985ffe95ef1346688ffeb5a3c8a440f8bbeb3e?branch=rawhide

            Log:
            Temporarily disable gold plugin tests on rhel-8-s390x

They fail because ld.bfd incorrectly reports supported emulations.
This is reported at: https://redhat.atlassian.net/browse/RHEL-251501

Disable the tests until that issue is resolved.

[skip changelog]

---
diff --git a/llvm.spec b/llvm.spec
index 9e3bbbd..669805e 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -2783,6 +2783,17 @@ reset_test_opts
 # Xfail testing of update utility tools
 export LIT_XFAIL="tools/UpdateTestChecks"
 
+# Disable gold plugin tests on rhel-8-s390x,
+# because ld.bfd incorrectly reports supported emulations there:
+# https://redhat.atlassian.net/browse/RHEL-251501
+%if 0%{?rhel} == 8
+%ifarch s390x
+test_list_filter_out+=("LLVM :: tools/gold")
+%endif
+%endif
+
+adjust_lit_filter_out test_list_filter_out
+
 %cmake_build --target check-llvm
 #endregion Test LLVM
 

                 reply	other threads:[~2026-09-09  7:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=178893774316.1.9163153109749784455.rpms-llvm-fa985ffe95ef@fedoraproject.org \
    --to=npopov@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /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