[Openmp-commits] [openmp] 741e55a - [OpenMP] Temporarily disable failing runtime tests for clang-12
Saiyedul Islam via Openmp-commits
openmp-commits at lists.llvm.org
Tue Jul 21 08:33:16 PDT 2020
Author: Saiyedul Islam
Date: 2020-07-21T15:32:46Z
New Revision: 741e55aeed758c747d91e99e7164afa2fb5d9c10
URL: https://github.com/llvm/llvm-project/commit/741e55aeed758c747d91e99e7164afa2fb5d9c10
DIFF: https://github.com/llvm/llvm-project/commit/741e55aeed758c747d91e99e7164afa2fb5d9c10.diff
LOG: [OpenMP] Temporarily disable failing runtime tests for clang-12
Following tests were disabled for clang-11 after upgrading to
version 5.0 in D82963:
1. openmp/runtime/test/env/kmp_set_dispatch_buf.c
2. openmp/runtime/test/worksharing/for/kmp_set_dispatch_buf.c
They are also failing for clang-12. Thus this temporary disabling
until they are fixed.
Reviewed By: ABataev
Differential Revision: https://reviews.llvm.org/D84241
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 61cb9d05bdb8..264510d55535 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
+// UNSUPPORTED: clang-11, clang-12
#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 9c3fd8b59d20..244acdc97a9a 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
+// UNSUPPORTED: clang-11, clang-12
#include <stdio.h>
#include <omp.h>
#include <stdlib.h>
More information about the Openmp-commits
mailing list