[OpenMP] add missed REQUIRES:ompt for 2 OMPT tests
authorAndreyChurbanov <andrey.churbanov@intel.com>
Tue, 21 Jul 2020 13:31:17 +0000 (16:31 +0300)
committerAndreyChurbanov <andrey.churbanov@intel.com>
Tue, 21 Jul 2020 13:31:17 +0000 (16:31 +0300)
openmp/runtime/test/ompt/tasks/task_early_fulfill.c
openmp/runtime/test/ompt/tasks/task_late_fulfill.c

index f1d07a1..e1324e6 100644 (file)
@@ -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
index 4824f33..13a2a54 100644 (file)
@@ -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