summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/test/tasking/omp_taskloop_num_tasks.c
diff options
context:
space:
mode:
authorMichal Gorny <mgorny@gentoo.org>2019-05-28 14:10:47 +0000
committerMichal Gorny <mgorny@gentoo.org>2019-05-28 14:10:47 +0000
commita815cbb0105276a2258d592970c9322748d3ad49 (patch)
tree4bc11881b71161de664009de04e4f6a6f3697d51 /openmp/runtime/test/tasking/omp_taskloop_num_tasks.c
parent833c5abbce5bf8766b87e6b20d280e60badbce63 (diff)
downloadbcm5719-llvm-a815cbb0105276a2258d592970c9322748d3ad49.tar.gz
bcm5719-llvm-a815cbb0105276a2258d592970c9322748d3ad49.zip
[openmp] [test] Skip kernel-breaking tests on NetBSD
The omp_taskloop_num_tasks and omp_taskwait have deadlooped on the NetBSD buildbot previously, practically hanging the host running it. Disable them until we can find a good solution, or make the kernel less fragile. llvm-svn: 361825
Diffstat (limited to 'openmp/runtime/test/tasking/omp_taskloop_num_tasks.c')
-rw-r--r--openmp/runtime/test/tasking/omp_taskloop_num_tasks.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/openmp/runtime/test/tasking/omp_taskloop_num_tasks.c b/openmp/runtime/test/tasking/omp_taskloop_num_tasks.c
index 75efea6e1c6..bed2c5b207e 100644
--- a/openmp/runtime/test/tasking/omp_taskloop_num_tasks.c
+++ b/openmp/runtime/test/tasking/omp_taskloop_num_tasks.c
@@ -1,3 +1,5 @@
+// This test is known to be fragile on NetBSD kernel at the moment.
+// UNSUPPORTED: netbsd
// RUN: %libomp-compile-and-run
// RUN: %libomp-compile && env KMP_TASKLOOP_MIN_TASKS=1 %libomp-run
// REQUIRES: openmp-4.5
@@ -5,6 +7,10 @@
// These compilers don't support the taskloop construct
// UNSUPPORTED: gcc-4, gcc-5, icc-16
+// This test is known to be fragile on NetBSD kernel at the moment,
+// https://bugs.llvm.org/show_bug.cgi?id=42020.
+// UNSUPPORTED: netbsd
+
/*
* Test for taskloop
* Method: caculate how many times the iteration space is dispatched
OpenPOWER on IntegriCloud