mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-11 10:26:44 +00:00
[openmp] Disable tests flaky on Debian
https://bugs.llvm.org/show_bug.cgi?id=45397
This commit is contained in:
parent
d1705c1196
commit
c9ae3c5e10
@ -2,6 +2,10 @@
|
||||
// The runtime currently does not get dependency information from GCC.
|
||||
// UNSUPPORTED: gcc
|
||||
|
||||
// Very flaky on openmp-clang-x86_64-linux-debian.
|
||||
// https://bugs.llvm.org/show_bug.cgi?id=45397
|
||||
// UNSUPPORTED: linux
|
||||
|
||||
#include <stdio.h>
|
||||
#include <omp.h>
|
||||
#include <pthread.h>
|
||||
|
@ -2,6 +2,10 @@
|
||||
// The runtime currently does not get dependency information from GCC.
|
||||
// UNSUPPORTED: gcc
|
||||
|
||||
// Very flaky on openmp-clang-x86_64-linux-debian.
|
||||
// https://bugs.llvm.org/show_bug.cgi?id=45397
|
||||
// UNSUPPORTED: linux
|
||||
|
||||
#include <stdio.h>
|
||||
#include <omp.h>
|
||||
#include <pthread.h>
|
||||
|
@ -3,6 +3,11 @@
|
||||
// This test is known to be fragile on NetBSD kernel at the moment,
|
||||
// https://bugs.llvm.org/show_bug.cgi?id=42020.
|
||||
// UNSUPPORTED: netbsd
|
||||
|
||||
// Very flaky on openmp-clang-x86_64-linux-debian.
|
||||
// https://bugs.llvm.org/show_bug.cgi?id=45397
|
||||
// UNSUPPORTED: linux
|
||||
|
||||
#include<omp.h>
|
||||
#include<stdlib.h>
|
||||
#include<string.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user