public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/llvm] rawhide: Disable a flang test on riscv64
@ 2026-09-23 18:04 Tulio Magno Quites Machado Filho
0 siblings, 0 replies; only message in thread
From: Tulio Magno Quites Machado Filho @ 2026-09-23 18:04 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/llvm
Branch : rawhide
Commit : aef2907a280c6820730906ff96b26edbaa92fa11
Author : Tulio Magno Quites Machado Filho <tuliom@redhat.com>
Date : 2026-09-23T15:03:22-03:00
Stats : +6/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/llvm/c/aef2907a280c6820730906ff96b26edbaa92fa11?branch=rawhide
Log:
Disable a flang test on riscv64
This test requires support for complex IEEE 128-bit floating point type,
which is not available on RISC-V yet.
---
diff --git a/llvm.spec b/llvm.spec
index 3c19907..5dfe554 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -3175,6 +3175,12 @@ test_list_filter_out+=("Flang :: Driver/linker-flags.f90")
# https://github.com/llvm/llvm-project/issues/156629
test_list_filter_out+=("Flang :: Lower/location.f90")
+%ifarch riscv64
+# The type Complex IEEE 128-bit floating point has not been implemented for
+# RISC-V yet.
+export LIT_XFAIL="$LIT_XFAIL;Integration/debug-complex-1.f90"
+%endif
+
adjust_lit_filter_out test_list_filter_out
%cmake_build --target check-flang
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-23 18:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 18:04 [rpms/llvm] rawhide: Disable a flang test on riscv64 Tulio Magno Quites Machado Filho
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox