Skip to content

Commit f86a5c6

Browse files
committed
disable dc to omp tests for now
1 parent 3bb167a commit f86a5c6

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed

flang/test/Transforms/DoConcurrent/basic_host.f90

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
! Fails until we update the pass to use the `fir.do_concurrent` op.
2+
! XFAIL: *
3+
14
! Tests mapping of a basic `do concurrent` loop to `!$omp parallel do`.
25

36
! RUN: %flang_fc1 -emit-hlfir -fopenmp -fdo-concurrent-to-openmp=host %s -o - \

flang/test/Transforms/DoConcurrent/locally_destroyed_temp.f90

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
! Fails until we update the pass to use the `fir.do_concurrent` op.
2+
! XFAIL: *
3+
14
! Tests that "loop-local values" are properly handled by localizing them to the
25
! body of the loop nest. See `collectLoopLocalValues` and `localizeLoopLocalValue`
36
! for a definition of "loop-local values" and how they are handled.

flang/test/Transforms/DoConcurrent/loop_nest_test.f90

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
! Fails until we update the pass to use the `fir.do_concurrent` op.
2+
! XFAIL: *
3+
14
! Tests loop-nest detection algorithm for do-concurrent mapping.
25

36
! REQUIRES: asserts

flang/test/Transforms/DoConcurrent/multiple_iteration_ranges.f90

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
! Fails until we update the pass to use the `fir.do_concurrent` op.
2+
! XFAIL: *
3+
14
! Tests mapping of a `do concurrent` loop with multiple iteration ranges.
25

36
! RUN: split-file %s %t

flang/test/Transforms/DoConcurrent/non_const_bounds.f90

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
! Fails until we update the pass to use the `fir.do_concurrent` op.
2+
! XFAIL: *
3+
14
! RUN: %flang_fc1 -emit-hlfir -fopenmp -fdo-concurrent-to-openmp=host %s -o - \
25
! RUN: | FileCheck %s
36

flang/test/Transforms/DoConcurrent/not_perfectly_nested.f90

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
! Fails until we update the pass to use the `fir.do_concurrent` op.
2+
! XFAIL: *
3+
14
! Tests that if `do concurrent` is not perfectly nested in its parent loop, that
25
! we skip converting the not-perfectly nested `do concurrent` loop.
36

0 commit comments

Comments
 (0)