Skip to content

Commit

Permalink
[openmp] Disable tests flaky on Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Apr 2, 2020
1 parent d1705c1 commit c9ae3c5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openmp/runtime/test/tasking/bug_nested_proxy_task.c
Expand Up @@ -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>
Expand Down
4 changes: 4 additions & 0 deletions openmp/runtime/test/tasking/bug_proxy_task_dep_waiting.c
Expand Up @@ -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>
Expand Down
5 changes: 5 additions & 0 deletions openmp/runtime/test/tasking/omp_task_depend_resize_hashmap.c
Expand Up @@ -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>
Expand Down

0 comments on commit c9ae3c5

Please sign in to comment.