[flang-commits] [flang] [flang][test] Disable Evaluate/fold-out_of_range.f90 on SPARC (PR #102890)
Rainer Orth via flang-commits
flang-commits at lists.llvm.org
Mon Aug 12 07:30:23 PDT 2024
================
@@ -1,5 +1,5 @@
! RUN: %python %S/test_folding.py %s %flang_fc1 -pedantic
-! UNSUPPORTED: target=powerpc{{.*}}, target=aarch{{.*}}, target=arm{{.*}}, system-windows, system-solaris
+! UNSUPPORTED: target={{(arm|aarch64|powerpc|sparc).*}}, system-windows
----------------
rorth wrote:
That would be way better than adding non-x86 targets to the `UNSUPPORTED:` list one by one.
This doesn't work unfortunately: on a `sparcv9-sun-solaris2.11` or `sparc64-unknown-linux-gnu` host with LLVM configured with `-DLLVM_TARGETS_TO_BUILD=all`, the test is run but still `FAIL`s.
https://github.com/llvm/llvm-project/pull/102890
More information about the flang-commits
mailing list