Skip to content

Commit b2e2070

Browse files
Add requires to tests
1 parent 28325ab commit b2e2070

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

flang/test/Lower/OpenMP/Todo/allocate-clause-align.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
! REQUIRES: openmp_runtime
12
! RUN: %not_todo_cmd %flang_fc1 -emit-fir -fopenmp -fopenmp-version=51 -o - %s 2>&1 | FileCheck %s
23

34
! CHECK: not yet implemented: OmpAllocateClause ALIGN modifier

flang/test/Lower/OpenMP/Todo/allocate-clause-allocator.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
! REQUIRES: openmp_runtime
12
! RUN: %not_todo_cmd %flang_fc1 -emit-llvm -fopenmp -fopenmp-version=51 -o - %s 2>&1 | FileCheck %s
23

34
! CHECK: not yet implemented: Unhandled clause allocate in omp.parallel

0 commit comments

Comments
 (0)