Skip to content

Commit f5366bd

Browse files
committed
[gfortran-tests][OpenMP] Disable tests for unsupported clauses
This patch disables gfortran OpenMP tests that will start failing as a result of landing D158076, and re-enables some that will start failing as expected though the reason will be that they will hit a TODO, rather than specifying an incompatible set of clause arguments. Differential Revision: https://reviews.llvm.org/D158417
1 parent 09f28c0 commit f5366bd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Fortran/gfortran/regression/gomp/DisabledFiles.cmake

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@ file(GLOB UNIMPLEMENTED_FILES CONFIGURE_DEPENDS
125125
target-device-ancestor-3.f90
126126
target-device-ancestor-5.f90
127127
target-device-ancestor-6.f90
128+
129+
# unimplemented: NONTEMPORAL clause in SIMD construct
130+
nontemporal-1.f90
131+
132+
# unimplemented: LINEAR clause in SIMD construct
133+
pr89027.f90
128134
)
129135

130136
file(GLOB SKIPPED_FILES CONFIGURE_DEPENDS
@@ -439,8 +445,6 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
439445
crayptr1.f90
440446
crayptr2.f90
441447
map-alloc-comp-1.f90
442-
pr107214-6.f90
443-
pr107214-3.f90
444448
pr33439.f90
445449
pr44036-3.f90
446450
pr78866-2.f90

0 commit comments

Comments
 (0)