Skip to content

Commit 9f0e59f

Browse files
[Flang][OpenMP] Re-enable tests on windows 2/n (#93013)
Re-enables the single, symbol and threadprivate tests
1 parent 135ddd8 commit 9f0e59f

18 files changed

+0
-36
lines changed

flang/test/Semantics/OpenMP/single01.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
! UNSUPPORTED: system-windows
2-
! Marking as unsupported due to suspected long runtime on Windows
31
! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
42
! OpenMP Version 4.5
53
! 2.7.3 single Construct

flang/test/Semantics/OpenMP/single02.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
! UNSUPPORTED: system-windows
2-
! Marking as unsupported due to suspected long runtime on Windows
31
! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
42
! OpenMP Version 4.5
53
! 2.7.3 single Construct

flang/test/Semantics/OpenMP/symbol01.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
! UNSUPPORTED: system-windows
2-
! Marking as unsupported due to suspected long runtime on Windows
31
! RUN: %python %S/../test_symbols.py %s %flang_fc1 -fopenmp
42

53
! Test clauses that accept list.

flang/test/Semantics/OpenMP/symbol02.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
! UNSUPPORTED: system-windows
2-
! Marking as unsupported due to suspected long runtime on Windows
31
! RUN: %python %S/../test_symbols.py %s %flang_fc1 -fopenmp
42

53
! 1.4.1 Structure of the OpenMP Memory Model

flang/test/Semantics/OpenMP/symbol03.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
! UNSUPPORTED: system-windows
2-
! Marking as unsupported due to suspected long runtime on Windows
31
! RUN: %python %S/../test_symbols.py %s %flang_fc1 -fopenmp
42

53
! 1.4.1 Structure of the OpenMP Memory Model

flang/test/Semantics/OpenMP/symbol04.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
! UNSUPPORTED: system-windows
2-
! Marking as unsupported due to suspected long runtime on Windows
31
! RUN: %python %S/../test_symbols.py %s %flang_fc1 -fopenmp
42

53
! 2.15.3 Data-Sharing Attribute Clauses

flang/test/Semantics/OpenMP/symbol05.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
! UNSUPPORTED: system-windows
2-
! Marking as unsupported due to suspected long runtime on Windows
31
! RUN: %python %S/../test_symbols.py %s %flang_fc1 -fopenmp
42

53
! 2.15.2 threadprivate Directive

flang/test/Semantics/OpenMP/symbol06.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
! UNSUPPORTED: system-windows
2-
! Marking as unsupported due to suspected long runtime on Windows
31
! RUN: %python %S/../test_symbols.py %s %flang_fc1 -fopenmp
42

53
! 2.15.3 Data-Sharing Attribute Clauses

flang/test/Semantics/OpenMP/symbol07.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
! UNSUPPORTED: system-windows
2-
! Marking as unsupported due to suspected long runtime on Windows
31
! RUN: %python %S/../test_symbols.py %s %flang_fc1 -fopenmp
42

53
! Generic tests

flang/test/Semantics/OpenMP/symbol08.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
! UNSUPPORTED: system-windows
2-
! Marking as unsupported due to suspected long runtime on Windows
31
! RUN: %python %S/../test_symbols.py %s %flang_fc1 -fopenmp
42

53
! 2.15.1.1 Predetermined rules for associated do-loops index variable

flang/test/Semantics/OpenMP/symbol09.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
! UNSUPPORTED: system-windows
2-
! Marking as unsupported due to suspected long runtime on Windows
31
! RUN: %python %S/../test_symbols.py %s %flang_fc1 -fopenmp
42

53
! Generic tests

flang/test/Semantics/OpenMP/threadprivate01.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
! UNSUPPORTED: system-windows
2-
! Marking as unsupported due to suspected long runtime on Windows
31
! REQUIRES: openmp_runtime
42

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

flang/test/Semantics/OpenMP/threadprivate02.f90

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

flang/test/Semantics/OpenMP/threadprivate03.f90

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

flang/test/Semantics/OpenMP/threadprivate04.f90

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

flang/test/Semantics/OpenMP/threadprivate05.f90

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

flang/test/Semantics/OpenMP/threadprivate06.f90

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

flang/test/Semantics/OpenMP/threadprivate07.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
! UNSUPPORTED: system-windows
2-
! Marking as unsupported due to suspected long runtime on Windows
31
! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
42

53
! Check Threadprivate Directive with local variable of a BLOCK construct.

0 commit comments

Comments
 (0)