From 6f8ee2c5755cb47190bc1aa8c5d8905317e8806f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 7 Nov 2019 17:29:13 +0100 Subject: [PATCH] [openmp] [test] Skip one more test that kills NetBSD buildbot --- openmp/runtime/test/tasking/omp_task_depend_resize_hashmap.c | 3 +++ 1 file changed, 3 insertions(+) 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 03f12b0..971f8c0 100644 --- a/openmp/runtime/test/tasking/omp_task_depend_resize_hashmap.c +++ b/openmp/runtime/test/tasking/omp_task_depend_resize_hashmap.c @@ -1,5 +1,8 @@ // RUN: %libomp-compile && env KMP_ENABLE_TASK_THROTTLING=0 %libomp-run +// This test is known to be fragile on NetBSD kernel at the moment, +// https://bugs.llvm.org/show_bug.cgi?id=42020. +// UNSUPPORTED: netbsd #include #include #include -- 2.7.4