Skip to content

Commit ac70a53

Browse files
[OpenMP] NFC: disabled two flakey tests as the bug in libomp not fixed yet
1 parent f8122d3 commit ac70a53

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, clang-12
12+
// UNSUPPORTED: clang-11, clang-12, clang-13
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, clang-12
6+
// UNSUPPORTED: clang-11, clang-12, clang-13
77
#include <stdio.h>
88
#include <omp.h>
99
#include <stdlib.h>

0 commit comments

Comments
 (0)