[flang-commits] [flang] [flang] Disable failing test (PR #105327)

via flang-commits flang-commits at lists.llvm.org
Tue Aug 20 13:09:54 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-flang-semantics

Author: Peter Klausler (klausler)

<details>
<summary>Changes</summary>

flang/test/Evaluate/fold-nearest.f90 is failing oddly on ppc64le; disable it for now while I sort things out.

---
Full diff: https://github.com/llvm/llvm-project/pull/105327.diff


1 Files Affected:

- (modified) flang/test/Evaluate/fold-nearest.f90 (+2) 


``````````diff
diff --git a/flang/test/Evaluate/fold-nearest.f90 b/flang/test/Evaluate/fold-nearest.f90
index bb53db928443cc..41c5b42974a819 100644
--- a/flang/test/Evaluate/fold-nearest.f90
+++ b/flang/test/Evaluate/fold-nearest.f90
@@ -1,5 +1,7 @@
 ! RUN: %python %S/test_folding.py %s %flang_fc1
 ! Tests folding of NEAREST() and its relatives
+! Currently failing on ppc64le, disabling there for now
+! XFAIL: target-powerpc64le-linux
 module m1
   real, parameter :: minSubnormal = 1.e-45
   logical, parameter :: test_1 = nearest(0., 1.) == minSubnormal

``````````

</details>


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


More information about the flang-commits mailing list