Skip to content

Commit a91d5c0

Browse files
[Flang][OpenMP] Disable all OpenMP semantics tests on Windows (#92739)
Removes two XFAILed tests, the other tests are marked UNSUPPORTED only on windows.
1 parent acf5ad2 commit a91d5c0

File tree

220 files changed

+437
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

220 files changed

+437
-47
lines changed

flang/test/Semantics/OpenMP/allocate-clause01.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags

flang/test/Semantics/OpenMP/allocate-directive.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags

flang/test/Semantics/OpenMP/allocate01.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags

flang/test/Semantics/OpenMP/allocate02.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags

flang/test/Semantics/OpenMP/allocate03.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags

flang/test/Semantics/OpenMP/allocate04.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags

flang/test/Semantics/OpenMP/allocate05.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags

flang/test/Semantics/OpenMP/allocate06.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags

flang/test/Semantics/OpenMP/allocate07.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags

flang/test/Semantics/OpenMP/allocate08.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags

flang/test/Semantics/OpenMP/allocate09.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags

flang/test/Semantics/OpenMP/allocators01.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags

flang/test/Semantics/OpenMP/allocators02.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags

flang/test/Semantics/OpenMP/allocators03.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags

flang/test/Semantics/OpenMP/allocators04.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags

flang/test/Semantics/OpenMP/allocators05.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags

flang/test/Semantics/OpenMP/allocators06.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags

flang/test/Semantics/OpenMP/atomic-hint-clause.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags

flang/test/Semantics/OpenMP/atomic.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
24
use omp_lib
35
! Check OpenMP 2.13.6 atomic Construct

flang/test/Semantics/OpenMP/atomic01.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags

flang/test/Semantics/OpenMP/atomic02.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags

flang/test/Semantics/OpenMP/atomic03.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags

flang/test/Semantics/OpenMP/atomic04.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags

flang/test/Semantics/OpenMP/atomic05.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang %openmp_flags

flang/test/Semantics/OpenMP/barrier.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
24

35
!$omp barrier

flang/test/Semantics/OpenMP/clause-validity01.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags %openmp_module_flag

flang/test/Semantics/OpenMP/combined-constructs.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
24

35
program main

flang/test/Semantics/OpenMP/common-block.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %flang_fc1 -fopenmp -fdebug-dump-symbols %s | FileCheck %s
24

35
program main

flang/test/Semantics/OpenMP/compiler-directive.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
24
! CompilerDirective with openmp tests
35

flang/test/Semantics/OpenMP/copyin01.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
24
! OpenMP Version 4.5
35
! 2.15.4.1 copyin Clause

flang/test/Semantics/OpenMP/copyin02.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
24
! OpenMP Version 4.5
35
! 2.15.4.1 copyin Clause

flang/test/Semantics/OpenMP/copyin03.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
24
! OpenMP Version 4.5
35
! 2.15.4.1 copyin Clause

flang/test/Semantics/OpenMP/copyin04.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
24
! OpenMP Version 4.5
35
! 2.15.4.1 copyin Clause

flang/test/Semantics/OpenMP/copyin05.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
24
! OpenMP Version 4.5
35
! 2.15.4.1 copyin Clause

flang/test/Semantics/OpenMP/copying.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang -fopenmp -Werror -pedantic
24
! OpenMP Version 5.0
35
! 2.19.4.4 firstprivate Clause

flang/test/Semantics/OpenMP/copyprivate01.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
24
! OpenMP Version 4.5
35
! 2.15.4.2 copyprivate Clause

flang/test/Semantics/OpenMP/copyprivate02.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
24
! OpenMP Version 4.5
35
! 2.15.4.2 copyprivate Clause

flang/test/Semantics/OpenMP/copyprivate03.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
24
! OpenMP Version 4.5
35
! 2.15.4.2 copyprivate Clause

flang/test/Semantics/OpenMP/critical-empty.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
24
! Test that there are no errors for an empty critical construct
35

flang/test/Semantics/OpenMP/critical-hint-clause.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags

flang/test/Semantics/OpenMP/dealloc.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
24

35
! Test to check that no errors are present when allocate statements

flang/test/Semantics/OpenMP/declarative-directive.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
24

35
! Check OpenMP declarative directives

flang/test/Semantics/OpenMP/declare-target-common-block.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %flang_fc1 -fopenmp -fdebug-dump-symbols %s | FileCheck %s
24

35
PROGRAM main

flang/test/Semantics/OpenMP/declare-target01.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! REQUIRES: openmp_runtime
24

35
! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags

flang/test/Semantics/OpenMP/declare-target02.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
24
! OpenMP Version 5.1
35
! Check OpenMP construct validity for the following directives:

flang/test/Semantics/OpenMP/declare-target03.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp -pedantic
24
! OpenMP Version 5.1
35
! Check OpenMP construct validity for the following directives:

flang/test/Semantics/OpenMP/declare-target04.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
24
! OpenMP Version 5.1
35
! Check OpenMP construct validity for the following directives:

flang/test/Semantics/OpenMP/declare-target05.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
24
! OpenMP Version 5.1
35
! Check OpenMP construct validity for the following directives:

flang/test/Semantics/OpenMP/declare-target06.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
24
! OpenMP Version 5.1
35
! Check OpenMP construct validity for the following directives:

flang/test/Semantics/OpenMP/declare-target07.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
24

35
module my_module

flang/test/Semantics/OpenMP/default-clause.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %flang_fc1 -fopenmp -fdebug-dump-symbols %s | FileCheck %s
24

35
! Test symbols generated in block constructs in the

flang/test/Semantics/OpenMP/default-none.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
!RUN: %python %S/../test_errors.py %s %flang -fopenmp
24
! Positive tests for default(none)
35
subroutine sb2(x)

flang/test/Semantics/OpenMP/default.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
!RUN: %python %S/../test_errors.py %s %flang -fopenmp
24
! OpenMP Version 4.5
35
! 2.15.3.1 default Clause

flang/test/Semantics/OpenMP/default02.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
!RUN: %python %S/../test_errors.py %s %flang -fopenmp
24
! OpenMP Version 4.5
35
! 2.15.3.1 default Clause - a positive test case.

flang/test/Semantics/OpenMP/depend01.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
24
! OpenMP Version 4.5
35
! 2.13.9 Depend Clause

flang/test/Semantics/OpenMP/depend02.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
24
! OpenMP Version 4.5
35
! 2.13.9 Depend Clause

flang/test/Semantics/OpenMP/depend03.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
24
! OpenMP Version 4.5
35
! 2.13.9 Depend Clause

flang/test/Semantics/OpenMP/device-clause01.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
24
! OpenMP Version 5.2
35
! 13.2 Device clause

flang/test/Semantics/OpenMP/device-constructs.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
24
! Check OpenMP clause validity for the following directives:
35
! 2.10 Device constructs

flang/test/Semantics/OpenMP/do-collapse-positivecases.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
!RUN: %python %S/../test_errors.py %s %flang -fopenmp
24
! OpenMP Version 4.5
35
! 2.7.1 Collapse Clause Positive cases

flang/test/Semantics/OpenMP/do-collapse.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
!RUN: %python %S/../test_errors.py %s %flang -fopenmp
24
! OpenMP Version 4.5
35
! 2.7.1 Collapse Clause

flang/test/Semantics/OpenMP/do-cycle.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
24
! OpenMP Version 4.5
35
! Check for cycle statements leaving an OpenMP structured block

flang/test/Semantics/OpenMP/do-ordered-positivecases.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
!RUN: %python %S/../test_errors.py %s %flang -fopenmp
24
! OpenMP Version 4.5
35
! 2.7.1 Ordered Clause positive cases.

flang/test/Semantics/OpenMP/do-ordered.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
!RUN: %python %S/../test_errors.py %s %flang -fopenmp
24
! OpenMP Version 4.5
35
! 2.7.1 Ordered Clause

flang/test/Semantics/OpenMP/do-schedule01.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
24
! OpenMP Version 4.5
35
! 2.7.1 Schedule Clause

flang/test/Semantics/OpenMP/do-schedule02.f90

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
! UNSUPPORTED: system-windows
2+
! Marking as unsupported due to suspected long runtime on Windows
13
!RUN: %python %S/../test_errors.py %s %flang -fopenmp
24
! OpenMP Version 4.5
35
! 2.7.1 Schedule Clause

0 commit comments

Comments
 (0)