diff options
| author | Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de> | 2016-03-22 08:23:24 +0000 |
|---|---|---|
| committer | Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de> | 2016-03-22 08:23:24 +0000 |
| commit | b1cad2954b2575f02f35130a4d2220d279cf478e (patch) | |
| tree | ea8ce92a9b7218765c6f7601ec720deee586e43c /openmp/runtime/test/ompt/parallel | |
| parent | 19d806792a07120a2071437e251b3ed33b49f385 (diff) | |
| download | bcm5719-llvm-b1cad2954b2575f02f35130a4d2220d279cf478e.tar.gz bcm5719-llvm-b1cad2954b2575f02f35130a4d2220d279cf478e.zip | |
[OMPT] Make tests require OMPT_BLAME
ompt_event_barrier_{begin,end} are optional blame events.
In total it doesn't make any sense to test partially built OMPT support.
llvm-svn: 264031
Diffstat (limited to 'openmp/runtime/test/ompt/parallel')
| -rw-r--r-- | openmp/runtime/test/ompt/parallel/nested.c | 2 | ||||
| -rw-r--r-- | openmp/runtime/test/ompt/parallel/nested_serialized.c | 2 | ||||
| -rw-r--r-- | openmp/runtime/test/ompt/parallel/normal.c | 2 | ||||
| -rw-r--r-- | openmp/runtime/test/ompt/parallel/serialized.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/openmp/runtime/test/ompt/parallel/nested.c b/openmp/runtime/test/ompt/parallel/nested.c index 3e25a06fc3c..11ebbd11061 100644 --- a/openmp/runtime/test/ompt/parallel/nested.c +++ b/openmp/runtime/test/ompt/parallel/nested.c @@ -1,6 +1,6 @@ // RUN: %libomp-compile-and-run | FileCheck %s // RUN: %libomp-compile-and-run | %sort-threads | FileCheck --check-prefix=THREADS %s -// REQUIRES: ompt, ompt-trace +// REQUIRES: ompt #include "callback.h" #include <omp.h> diff --git a/openmp/runtime/test/ompt/parallel/nested_serialized.c b/openmp/runtime/test/ompt/parallel/nested_serialized.c index 4caa9fbc2e0..e678b48b425 100644 --- a/openmp/runtime/test/ompt/parallel/nested_serialized.c +++ b/openmp/runtime/test/ompt/parallel/nested_serialized.c @@ -1,6 +1,6 @@ // RUN: %libomp-compile-and-run | FileCheck %s // RUN: %libomp-compile-and-run | %sort-threads | FileCheck --check-prefix=THREADS %s -// REQUIRES: ompt, ompt-trace +// REQUIRES: ompt #include "callback.h" #include <omp.h> diff --git a/openmp/runtime/test/ompt/parallel/normal.c b/openmp/runtime/test/ompt/parallel/normal.c index ca4af7eec62..887826f4e52 100644 --- a/openmp/runtime/test/ompt/parallel/normal.c +++ b/openmp/runtime/test/ompt/parallel/normal.c @@ -1,6 +1,6 @@ // RUN: %libomp-compile-and-run | FileCheck %s // RUN: %libomp-compile-and-run | %sort-threads | FileCheck --check-prefix=THREADS %s -// REQUIRES: ompt, ompt-trace +// REQUIRES: ompt #include "callback.h" int main() diff --git a/openmp/runtime/test/ompt/parallel/serialized.c b/openmp/runtime/test/ompt/parallel/serialized.c index 6338e00e90a..31d1b42c04c 100644 --- a/openmp/runtime/test/ompt/parallel/serialized.c +++ b/openmp/runtime/test/ompt/parallel/serialized.c @@ -1,5 +1,5 @@ // RUN: %libomp-compile-and-run | FileCheck %s -// REQUIRES: ompt, ompt-trace +// REQUIRES: ompt #include "callback.h" int main() |

