mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 23:51:56 +00:00
[OpenMP] NFC: disabled two flakey tests as the bug in libomp not fixed yet
This commit is contained in:
parent
f8122d3532
commit
ac70a53653
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user