[openmp] Disable tests flaky on Debian

https://bugs.llvm.org/show_bug.cgi?id=45397
This commit is contained in:
Vitaly Buka 2020-04-01 21:56:22 -07:00
parent d1705c1196
commit c9ae3c5e10
3 changed files with 13 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>