diff options
-rw-r--r-- | openmp/runtime/test/tasking/omp_task_depend_resize_hashmap.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 03f12b06dfe..971f8c0126b 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<omp.h> #include<stdlib.h> #include<string.h> |