aboutsummaryrefslogtreecommitdiff
path: root/openmp
diff options
context:
space:
mode:
authorStefan Pintilie <stefanp@ca.ibm.com>2018-12-18 19:05:07 +0000
committerStefan Pintilie <stefanp@ca.ibm.com>2018-12-18 19:05:07 +0000
commit4230f91aa2cd1001ce5f18c5eb4b12dece4cd120 (patch)
tree5fbfe8f256dda8112390d617117fdd0f49e87312 /openmp
parentf6058ff140ae5f79b11507e11b73501ee3df0596 (diff)
[Tests] [OpenMP] XFAIL also for ppc64le.
Two tests were XFAILed for powerpc64le in r349512. They should have also been XFAILed for ppc64le. llvm-svn: 349521
Diffstat (limited to 'openmp')
-rw-r--r--openmp/runtime/test/ompt/misc/control_tool.c2
-rw-r--r--openmp/runtime/test/ompt/synchronization/taskwait.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/openmp/runtime/test/ompt/misc/control_tool.c b/openmp/runtime/test/ompt/misc/control_tool.c
index d8dad65a32e6..799561489160 100644
--- a/openmp/runtime/test/ompt/misc/control_tool.c
+++ b/openmp/runtime/test/ompt/misc/control_tool.c
@@ -1,7 +1,7 @@
// RUN: %libomp-compile-and-run | FileCheck %s
// REQUIRES: ompt
// UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-7
-// XFAIL: powerpc64le
+// XFAIL: powerpc64le, ppc64le
#define TEST_NEED_PRINT_FRAME_FROM_OUTLINED_FN
#include "callback.h"
#include <omp.h>
diff --git a/openmp/runtime/test/ompt/synchronization/taskwait.c b/openmp/runtime/test/ompt/synchronization/taskwait.c
index 0f36fff8abee..cb30f3b5d511 100644
--- a/openmp/runtime/test/ompt/synchronization/taskwait.c
+++ b/openmp/runtime/test/ompt/synchronization/taskwait.c
@@ -1,7 +1,7 @@
// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %s
// REQUIRES: ompt
// UNSUPPORTED: gcc-4, gcc-5, gcc-6, gcc-7
-// XFAIL: powerpc64le
+// XFAIL: powerpc64le, ppc64le
#include "callback.h"
#include <omp.h>