[flang-commits] [flang] 27549ee - [flang][test] Disable new test where not supported
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Tue Aug 29 11:04:11 PDT 2023
Author: Peter Klausler
Date: 2023-08-29T10:37:11-07:00
New Revision: 27549ee989d7e0803d41c206cf636f0b689210f1
URL: https://github.com/llvm/llvm-project/commit/27549ee989d7e0803d41c206cf636f0b689210f1
DIFF: https://github.com/llvm/llvm-project/commit/27549ee989d7e0803d41c206cf636f0b689210f1.diff
LOG: [flang][test] Disable new test where not supported
Disable the new test flang/test/Evaluate/test-out_of_range.f90
on targets and systems that do not support the kinds of REAL
that it exercises.
Pushed without review to clear up broken build-bots.
Added:
Modified:
flang/test/Evaluate/fold-out_of_range.f90
Removed:
################################################################################
diff --git a/flang/test/Evaluate/fold-out_of_range.f90 b/flang/test/Evaluate/fold-out_of_range.f90
index 0a1142857844af..fd1b1c286f2fb1 100644
--- a/flang/test/Evaluate/fold-out_of_range.f90
+++ b/flang/test/Evaluate/fold-out_of_range.f90
@@ -1,4 +1,5 @@
! RUN: %python %S/test_folding.py %s %flang_fc1
+! UNSUPPORTED: target=powerpc{{.*}}, target=aarch{{.*}}, system-windows, system-solaris
! Tests folding of OUT_OF_RANGE().
module m
integer(1), parameter :: i1v(*) = [ -huge(1_1) - 1_1, huge(1_1) ]
More information about the flang-commits
mailing list