[Openmp-commits] [openmp] c9ae3c5 - [openmp] Disable tests flaky on Debian

Vitaly Buka via Openmp-commits openmp-commits at lists.llvm.org
Wed Apr 1 21:59:43 PDT 2020


Author: Vitaly Buka
Date: 2020-04-01T21:58:05-07:00
New Revision: c9ae3c5e10796252a7938ac9fa1503481ef2c197

URL: https://github.com/llvm/llvm-project/commit/c9ae3c5e10796252a7938ac9fa1503481ef2c197
DIFF: https://github.com/llvm/llvm-project/commit/c9ae3c5e10796252a7938ac9fa1503481ef2c197.diff

LOG: [openmp] Disable tests flaky on Debian

https://bugs.llvm.org/show_bug.cgi?id=45397

Added: 
    

Modified: 
    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

Removed: 
    


################################################################################
diff  --git a/openmp/runtime/test/tasking/bug_nested_proxy_task.c b/openmp/runtime/test/tasking/bug_nested_proxy_task.c
index f70e9044a63b..b4e8a5460287 100644
--- a/openmp/runtime/test/tasking/bug_nested_proxy_task.c
+++ b/openmp/runtime/test/tasking/bug_nested_proxy_task.c
@@ -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>

diff  --git a/openmp/runtime/test/tasking/bug_proxy_task_dep_waiting.c b/openmp/runtime/test/tasking/bug_proxy_task_dep_waiting.c
index c07f399d2b43..d48314ba1408 100644
--- a/openmp/runtime/test/tasking/bug_proxy_task_dep_waiting.c
+++ b/openmp/runtime/test/tasking/bug_proxy_task_dep_waiting.c
@@ -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>

diff  --git a/openmp/runtime/test/tasking/omp_task_depend_resize_hashmap.c b/openmp/runtime/test/tasking/omp_task_depend_resize_hashmap.c
index 971f8c0126b0..58cca562f594 100644
--- a/openmp/runtime/test/tasking/omp_task_depend_resize_hashmap.c
+++ b/openmp/runtime/test/tasking/omp_task_depend_resize_hashmap.c
@@ -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>


        


More information about the Openmp-commits mailing list