From ca32babfa70b83a6066fe09c1f30f303dbcf473e Mon Sep 17 00:00:00 2001 From: Jonas Hahnfeld Date: Mon, 8 Aug 2016 11:52:49 +0000 Subject: [PATCH] Mark tests with task dependencies as unsupported with GCC llvm-svn: 277996 --- openmp/runtime/test/tasking/bug_nested_proxy_task.c | 3 +++ openmp/runtime/test/tasking/bug_proxy_task_dep_waiting.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/openmp/runtime/test/tasking/bug_nested_proxy_task.c b/openmp/runtime/test/tasking/bug_nested_proxy_task.c index 01fbbcf..f594721 100644 --- a/openmp/runtime/test/tasking/bug_nested_proxy_task.c +++ b/openmp/runtime/test/tasking/bug_nested_proxy_task.c @@ -1,4 +1,7 @@ // RUN: %libomp-compile -lpthread && %libomp-run +// The runtime currently does not get dependency information from GCC. +// UNSUPPORTED: gcc + #include #include #include diff --git a/openmp/runtime/test/tasking/bug_proxy_task_dep_waiting.c b/openmp/runtime/test/tasking/bug_proxy_task_dep_waiting.c index c61b828..e6dd895 100644 --- a/openmp/runtime/test/tasking/bug_proxy_task_dep_waiting.c +++ b/openmp/runtime/test/tasking/bug_proxy_task_dep_waiting.c @@ -1,4 +1,7 @@ // RUN: %libomp-compile -lpthread && %libomp-run +// The runtime currently does not get dependency information from GCC. +// UNSUPPORTED: gcc + #include #include #include -- 2.7.4