[openmp] Disable tests flaky on Debian
authorVitaly Buka <vitalybuka@google.com>
Thu, 2 Apr 2020 04:56:22 +0000 (21:56 -0700)
committerVitaly Buka <vitalybuka@google.com>
Thu, 2 Apr 2020 04:58:05 +0000 (21:58 -0700)
https://bugs.llvm.org/show_bug.cgi?id=45397

openmp/runtime/test/tasking/bug_nested_proxy_task.c
openmp/runtime/test/tasking/bug_proxy_task_dep_waiting.c
openmp/runtime/test/tasking/omp_task_depend_resize_hashmap.c

index f70e904..b4e8a54 100644 (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>
index c07f399..d48314b 100644 (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>
index 971f8c0..58cca56 100644 (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>