[flang-commits] [flang] 1233df7 - [flang] Disable failing test (#105327)
via flang-commits
flang-commits at lists.llvm.org
Tue Aug 20 13:09:33 PDT 2024
Author: Peter Klausler
Date: 2024-08-20T13:09:30-07:00
New Revision: 1233df731761060a655814fb975dc741b2ab5393
URL: https://github.com/llvm/llvm-project/commit/1233df731761060a655814fb975dc741b2ab5393
DIFF: https://github.com/llvm/llvm-project/commit/1233df731761060a655814fb975dc741b2ab5393.diff
LOG: [flang] Disable failing test (#105327)
flang/test/Evaluate/fold-nearest.f90 is failing oddly on ppc64le;
disable it for now while I sort things out.
Added:
Modified:
flang/test/Evaluate/fold-nearest.f90
Removed:
################################################################################
diff --git a/flang/test/Evaluate/fold-nearest.f90 b/flang/test/Evaluate/fold-nearest.f90
index bb53db928443c..41c5b42974a81 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
More information about the flang-commits
mailing list