[Openmp-commits] [PATCH] D82963: [OpenMP] Temporarily disable failing runtime and ompt tests for OpenMP 5.0

Saiyedul Islam via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Jul 1 11:54:39 PDT 2020


saiislam marked an inline comment as done.
saiislam added inline comments.


================
Comment at: openmp/runtime/test/env/kmp_set_dispatch_buf.c:1
-// RUN: %libomp-compile && env KMP_DISP_NUM_BUFFERS=0 %libomp-run
+// RUN: %libomp-compile -fopenmp-version=45 && env KMP_DISP_NUM_BUFFERS=0 %libomp-run
 // RUN: env KMP_DISP_NUM_BUFFERS=1 %libomp-run && env KMP_DISP_NUM_BUFFERS=3 %libomp-run
----------------
ABataev wrote:
> ABataev wrote:
> > This flag is not supported neither by gcc, nor by ice. Maybe, better to mark these tests as expected failed with clang-11?
> Or even better to mark these tests as unsupported by clang-11, because in some configs these tests pass.
Ok. How do I mark it unsupported for clang-11 only? The test gets called with "clang" which is a symlink to clang-11, but lit doesn't recognize the symlink.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82963/new/

https://reviews.llvm.org/D82963





More information about the Openmp-commits mailing list