[flang-commits] [flang] [flang][test] Disable Evaluate/fold-out_of_range.f90 on SPARC (PR #102890)

Leandro Lupori via flang-commits flang-commits at lists.llvm.org
Mon Aug 12 06:32:44 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
----------------
luporl wrote:

This change looks fine, but to make it clear that this is an x86 specific test, because of the `real(10)` part, an alternative would be to make it similar to `flang/test/Semantics/kinds04_q10.f90`:
```
! RUN: %python %S/test_folding.py %s %flang_fc1 -pedantic -triple x86_64-unknown-linux-gnu
! UNSUPPORTED: system-windows
! REQUIRES: x86-registered-target
```

https://github.com/llvm/llvm-project/pull/102890


More information about the flang-commits mailing list