Skip to content

Commit 27549ee

Browse files
committed
[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.
1 parent 84072f7 commit 27549ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/test/Evaluate/fold-out_of_range.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
! RUN: %python %S/test_folding.py %s %flang_fc1
2+
! UNSUPPORTED: target=powerpc{{.*}}, target=aarch{{.*}}, system-windows, system-solaris
23
! Tests folding of OUT_OF_RANGE().
34
module m
45
integer(1), parameter :: i1v(*) = [ -huge(1_1) - 1_1, huge(1_1) ]

0 commit comments

Comments
 (0)