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