public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tulio Magno Quites Machado Filho <tuliom@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/llvm] rawhide: Disable a flang test on riscv64
Date: Wed, 23 Sep 2026 18:04:57 GMT	[thread overview]
Message-ID: <179018669799.1.15512495883554888871.rpms-llvm-aef2907a280c@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-09-23 18:04 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=179018669799.1.15512495883554888871.rpms-llvm-aef2907a280c@fedoraproject.org \
    --to=tuliom@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