Skip to content

Commit 650fee2

Browse files
authored
[Fortran] disable teams-3.f90 (#211)
This test is expected to fail but now passes. It previously failed because it triggered a not-yet-implemented error, not because it failed for the reasons intended by the test. The test checks that some openmp library calls are not allowed inside of omp teams. These semantic checks are not currently implemented in flang.
1 parent ad7a607 commit 650fee2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Fortran/gfortran/regression/gomp/DisabledFiles.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ file(GLOB SKIPPED_FILES CONFIGURE_DEPENDS
9393
target-device-ancestor-4.f90
9494
taskwait.f90
9595

96+
# The test is checking for semantic checks ensuring that omp library calls
97+
# are not nested inside of omp teams. Flang does not currently implement this
98+
# check.
99+
teams-3.f90
100+
96101
# Crash in: Fortran::semantics::AnalyzeKindSelector
97102
openmp-simd-1.f90
98103
openmp-simd-2.f90

0 commit comments

Comments
 (0)