Skip to content

Commit 9961b11

Browse files
committed
Re-enable previously disabled tests
1 parent 10708df commit 9961b11

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

flang/test/Lower/OpenMP/DelayedPrivatization/target-private-multiple-variables.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
! Tests delayed privatization for `targets ... private(..)` for allocatables.
2-
! XFAIL: *
32
! RUN: %flang_fc1 -emit-hlfir -fopenmp -mmlir --openmp-enable-delayed-privatization-staging \
43
! RUN: -o - %s 2>&1 | FileCheck %s
54
! RUN: bbc -emit-hlfir -fopenmp --openmp-enable-delayed-privatization-staging -o - %s 2>&1 \

flang/test/Lower/OpenMP/copyprivate.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
! Test COPYPRIVATE.
22
! RUN: %flang_fc1 -emit-hlfir -fopenmp -o - %s 2>&1 \
33
! RUN: | FileCheck %s
4-
! XFAIL: *
54
!CHECK-DAG: func private @_copy_i64(%{{.*}}: !fir.ref<i64>, %{{.*}}: !fir.ref<i64>)
65
!CHECK-DAG: func private @_copy_f32(%{{.*}}: !fir.ref<f32>, %{{.*}}: !fir.ref<f32>)
76
!CHECK-DAG: func private @_copy_f64(%{{.*}}: !fir.ref<f64>, %{{.*}}: !fir.ref<f64>)

flang/test/Lower/OpenMP/delayed-privatization-array.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
! Test delayed privatization for arrays.
2-
! XFAIL: *
32
! RUN: split-file %s %t
43

54
! RUN: %flang_fc1 -emit-hlfir -fopenmp -mmlir --openmp-enable-delayed-privatization \

0 commit comments

Comments
 (0)