[OpenMP] NFC: disabled two flakey tests as the bug in libomp not fixed yet

This commit is contained in:
AndreyChurbanov 2021-01-29 00:54:13 +03:00
parent f8122d3532
commit ac70a53653
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
// RUN: env KMP_DISP_NUM_BUFFERS=3 %libomp-run
// RUN: env KMP_DISP_NUM_BUFFERS=4 %libomp-run
// RUN: env KMP_DISP_NUM_BUFFERS=7 %libomp-run
// UNSUPPORTED: clang-11, clang-12
// UNSUPPORTED: clang-11, clang-12, clang-13
#include <stdio.h>
#include <omp.h>
#include <stdlib.h>

View File

@ -3,7 +3,7 @@
// RUN: %libomp-run 1 && %libomp-run 2 && %libomp-run 5
// RUN: %libomp-compile -DMY_SCHEDULE=guided && %libomp-run 7
// RUN: %libomp-run 1 && %libomp-run 2 && %libomp-run 5
// UNSUPPORTED: clang-11, clang-12
// UNSUPPORTED: clang-11, clang-12, clang-13
#include <stdio.h>
#include <omp.h>
#include <stdlib.h>