diff options
Diffstat (limited to 'openmp/tools/archer/tests/reduction')
-rw-r--r-- | openmp/tools/archer/tests/reduction/parallel-reduction-nowait.c | 1 | ||||
-rw-r--r-- | openmp/tools/archer/tests/reduction/parallel-reduction.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/openmp/tools/archer/tests/reduction/parallel-reduction-nowait.c b/openmp/tools/archer/tests/reduction/parallel-reduction-nowait.c index 9010ee7cfc2..b91579f0b00 100644 --- a/openmp/tools/archer/tests/reduction/parallel-reduction-nowait.c +++ b/openmp/tools/archer/tests/reduction/parallel-reduction-nowait.c @@ -13,6 +13,7 @@ // RUN: %libarcher-compile-and-run | FileCheck %s +// REQUIRES: tsan #include <omp.h> #include <stdio.h> diff --git a/openmp/tools/archer/tests/reduction/parallel-reduction.c b/openmp/tools/archer/tests/reduction/parallel-reduction.c index 375c7fa06b0..6d1a556ac00 100644 --- a/openmp/tools/archer/tests/reduction/parallel-reduction.c +++ b/openmp/tools/archer/tests/reduction/parallel-reduction.c @@ -13,6 +13,7 @@ // RUN: %libarcher-compile-and-run| FileCheck %s +// REQUIRES: tsan #include <omp.h> #include <stdio.h> |