[llvm-branch-commits] [openmp] fdb1299 - [OpenMP] add missed REQUIRES:ompt for 2 OMPT tests
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jul 29 08:27:44 PDT 2020
Author: AndreyChurbanov
Date: 2020-07-29T17:27:30+02:00
New Revision: fdb1299e70c24fd35dae7804323769bd470c06b8
URL: https://github.com/llvm/llvm-project/commit/fdb1299e70c24fd35dae7804323769bd470c06b8
DIFF: https://github.com/llvm/llvm-project/commit/fdb1299e70c24fd35dae7804323769bd470c06b8.diff
LOG: [OpenMP] add missed REQUIRES:ompt for 2 OMPT tests
(cherry picked from commit 617787ea77a22f752ba1fcd4ac7cb9a62a710756)
Added:
Modified:
openmp/runtime/test/ompt/tasks/task_early_fulfill.c
openmp/runtime/test/ompt/tasks/task_late_fulfill.c
Removed:
################################################################################
diff --git a/openmp/runtime/test/ompt/tasks/task_early_fulfill.c b/openmp/runtime/test/ompt/tasks/task_early_fulfill.c
index f1d07a1503c8..e1324e6af681 100644
--- a/openmp/runtime/test/ompt/tasks/task_early_fulfill.c
+++ b/openmp/runtime/test/ompt/tasks/task_early_fulfill.c
@@ -1,5 +1,6 @@
// RUN: %libomp-compile -fopenmp-version=50 && env OMP_NUM_THREADS='3' \
// RUN: %libomp-run | %sort-threads | FileCheck %s
+// REQUIRES: ompt
// Checked gcc 10.1 still does not support detach clause on task construct.
// UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-7, gcc-8, gcc-9, gcc-10
diff --git a/openmp/runtime/test/ompt/tasks/task_late_fulfill.c b/openmp/runtime/test/ompt/tasks/task_late_fulfill.c
index 4824f3358cfd..13a2a54a60df 100644
--- a/openmp/runtime/test/ompt/tasks/task_late_fulfill.c
+++ b/openmp/runtime/test/ompt/tasks/task_late_fulfill.c
@@ -1,5 +1,6 @@
// RUN: %libomp-compile -fopenmp-version=50 && env OMP_NUM_THREADS='3' \
// RUN: %libomp-run | %sort-threads | FileCheck %s
+// REQUIRES: ompt
// Checked gcc 10.1 still does not support detach clause on task construct.
// UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-7, gcc-8, gcc-9, gcc-10
More information about the llvm-branch-commits
mailing list