Skip to content

Commit 741e55a

Browse files
committed
[OpenMP] Temporarily disable failing runtime tests for clang-12
Following tests were disabled for clang-11 after upgrading to version 5.0 in D82963: 1. openmp/runtime/test/env/kmp_set_dispatch_buf.c 2. openmp/runtime/test/worksharing/for/kmp_set_dispatch_buf.c They are also failing for clang-12. Thus this temporary disabling until they are fixed. Reviewed By: ABataev Differential Revision: https://reviews.llvm.org/D84241
1 parent dc09c65 commit 741e55a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openmp/runtime/test/env/kmp_set_dispatch_buf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// RUN: env KMP_DISP_NUM_BUFFERS=3 %libomp-run
1010
// RUN: env KMP_DISP_NUM_BUFFERS=4 %libomp-run
1111
// RUN: env KMP_DISP_NUM_BUFFERS=7 %libomp-run
12-
// UNSUPPORTED: clang-11
12+
// UNSUPPORTED: clang-11, clang-12
1313
#include <stdio.h>
1414
#include <omp.h>
1515
#include <stdlib.h>

openmp/runtime/test/worksharing/for/kmp_set_dispatch_buf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: %libomp-run 1 && %libomp-run 2 && %libomp-run 5
44
// RUN: %libomp-compile -DMY_SCHEDULE=guided && %libomp-run 7
55
// RUN: %libomp-run 1 && %libomp-run 2 && %libomp-run 5
6-
// UNSUPPORTED: clang-11
6+
// UNSUPPORTED: clang-11, clang-12
77
#include <stdio.h>
88
#include <omp.h>
99
#include <stdlib.h>

0 commit comments

Comments
 (0)