aboutsummaryrefslogtreecommitdiff
path: root/final/runtime/test/ompt/worksharing/for/static_serialized.c
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2019-03-18 12:53:32 +0000
committerHans Wennborg <hans@hanshq.net>2019-03-18 12:53:32 +0000
commitabdd46b7db373cb68b58d543400ceb178347b056 (patch)
tree04720549cebf68f6bd10f0009d01c340d7a65c9f /final/runtime/test/ompt/worksharing/for/static_serialized.c
parent001d07557b8ffbecdb4f51536c1115f9bcba5ef1 (diff)
Creating release candidate final from release_800 branchsvn-tags/RELEASE_800
git-svn-id: https://llvm.org/svn/llvm-project/openmp/tags/RELEASE_800@356365 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'final/runtime/test/ompt/worksharing/for/static_serialized.c')
-rw-r--r--final/runtime/test/ompt/worksharing/for/static_serialized.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/final/runtime/test/ompt/worksharing/for/static_serialized.c b/final/runtime/test/ompt/worksharing/for/static_serialized.c
new file mode 100644
index 0000000..4860d49
--- /dev/null
+++ b/final/runtime/test/ompt/worksharing/for/static_serialized.c
@@ -0,0 +1,7 @@
+// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %S/base_serialized.h
+// REQUIRES: ompt
+// GCC doesn't call runtime for static schedule
+// XFAIL: gcc
+
+#define SCHEDULE static
+#include "base_serialized.h"