[openmp] [test] Skip one more test that kills NetBSD buildbot
authorMichał Górny <mgorny@gentoo.org>
Thu, 7 Nov 2019 16:29:13 +0000 (17:29 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 7 Nov 2019 16:29:57 +0000 (17:29 +0100)
openmp/runtime/test/tasking/omp_task_depend_resize_hashmap.c

index 03f12b0..971f8c0 100644 (file)
@@ -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<omp.h>
 #include<stdlib.h>
 #include<string.h>