Mark tests with task dependencies as unsupported with GCC
authorJonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de>
Mon, 8 Aug 2016 11:52:49 +0000 (11:52 +0000)
committerJonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de>
Mon, 8 Aug 2016 11:52:49 +0000 (11:52 +0000)
llvm-svn: 277996

openmp/runtime/test/tasking/bug_nested_proxy_task.c
openmp/runtime/test/tasking/bug_proxy_task_dep_waiting.c

index 01fbbcf..f594721 100644 (file)
@@ -1,4 +1,7 @@
 // RUN: %libomp-compile -lpthread && %libomp-run
+// The runtime currently does not get dependency information from GCC.
+// UNSUPPORTED: gcc
+
 #include <stdio.h>
 #include <omp.h>
 #include <pthread.h>
index c61b828..e6dd895 100644 (file)
@@ -1,4 +1,7 @@
 // RUN: %libomp-compile -lpthread && %libomp-run
+// The runtime currently does not get dependency information from GCC.
+// UNSUPPORTED: gcc
+
 #include <stdio.h>
 #include <omp.h>
 #include <pthread.h>