Skip to content

Commit f3c2fce

Browse files
committed
Xfail: 2 new omp.loop tests
1 parent 5a00de1 commit f3c2fce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flang/test/Lower/OpenMP/unroll-heuristic01.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
! RUN: %flang_fc1 -emit-hlfir -fopenmp -fopenmp-version=51 -o - %s 2>&1 | FileCheck %s
2-
2+
! XFAIL: *
33

44
subroutine omp_unroll_heuristic01(lb, ub, inc)
55
integer res, i, lb, ub, inc

flang/test/Lower/OpenMP/unroll-heuristic02.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
! RUN: %flang_fc1 -emit-hlfir -fopenmp -fopenmp-version=51 -o - %s 2>&1 | FileCheck %s
2-
2+
! XFAIL: *
33

44
subroutine omp_unroll_heuristic_nested02(outer_lb, outer_ub, outer_inc, inner_lb, inner_ub, inner_inc)
55
integer res, i, j, inner_lb, inner_ub, inner_inc, outer_lb, outer_ub, outer_inc

0 commit comments

Comments
 (0)