[Openmp-commits] [openmp] ac70a53 - [OpenMP] NFC: disabled two flakey tests as the bug in libomp not fixed yet

via Openmp-commits openmp-commits at lists.llvm.org
Thu Jan 28 13:54:52 PST 2021


Author: AndreyChurbanov
Date: 2021-01-29T00:54:13+03:00
New Revision: ac70a53653d45d0dc6cf50c65b7215d5b7bb8c19

URL: https://github.com/llvm/llvm-project/commit/ac70a53653d45d0dc6cf50c65b7215d5b7bb8c19
DIFF: https://github.com/llvm/llvm-project/commit/ac70a53653d45d0dc6cf50c65b7215d5b7bb8c19.diff

LOG: [OpenMP] NFC: disabled two flakey tests as the bug in libomp not fixed yet

Added: 
    

Modified: 
    openmp/runtime/test/env/kmp_set_dispatch_buf.c
    openmp/runtime/test/worksharing/for/kmp_set_dispatch_buf.c

Removed: 
    


################################################################################
diff  --git a/openmp/runtime/test/env/kmp_set_dispatch_buf.c b/openmp/runtime/test/env/kmp_set_dispatch_buf.c
index 264510d55535..0177623bb5d4 100644
--- a/openmp/runtime/test/env/kmp_set_dispatch_buf.c
+++ b/openmp/runtime/test/env/kmp_set_dispatch_buf.c
@@ -9,7 +9,7 @@
 // RUN: env KMP_DISP_NUM_BUFFERS=3 %libomp-run
 // RUN: env KMP_DISP_NUM_BUFFERS=4 %libomp-run
 // RUN: env KMP_DISP_NUM_BUFFERS=7 %libomp-run
-// UNSUPPORTED: clang-11, clang-12
+// UNSUPPORTED: clang-11, clang-12, clang-13
 #include <stdio.h>
 #include <omp.h>
 #include <stdlib.h>

diff  --git a/openmp/runtime/test/worksharing/for/kmp_set_dispatch_buf.c b/openmp/runtime/test/worksharing/for/kmp_set_dispatch_buf.c
index 244acdc97a9a..3386618aa595 100644
--- a/openmp/runtime/test/worksharing/for/kmp_set_dispatch_buf.c
+++ b/openmp/runtime/test/worksharing/for/kmp_set_dispatch_buf.c
@@ -3,7 +3,7 @@
 // RUN: %libomp-run 1 && %libomp-run 2 && %libomp-run 5
 // RUN: %libomp-compile -DMY_SCHEDULE=guided && %libomp-run 7
 // RUN: %libomp-run 1 && %libomp-run 2 && %libomp-run 5
-// UNSUPPORTED: clang-11, clang-12
+// UNSUPPORTED: clang-11, clang-12, clang-13
 #include <stdio.h>
 #include <omp.h>
 #include <stdlib.h>


        


More information about the Openmp-commits mailing list