public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/llvm] rawhide: Temporarily disable gold plugin tests on rhel-8-s390x
@ 2026-09-09  7:09 Nikita Popov
  0 siblings, 0 replies; only message in thread
From: Nikita Popov @ 2026-09-09  7:09 UTC (permalink / raw)
  To: git-commits

            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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-09  7:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-09  7:09 [rpms/llvm] rawhide: Temporarily disable gold plugin tests on rhel-8-s390x Nikita Popov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox