aboutsummaryrefslogtreecommitdiff
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
commit7a5b7589b92524c0d141ec70ab7435d9897972ed (patch)
tree74bed85f2df3c107a6a5f3e6dd56749388252274
parent4918c86552fc3e4f797a47093d3e69cc396fbbbd (diff)
[Tests] [OpenMP] XFAIL also for ppc64le.
Two tests were XFAILed for powerpc64le in r349512. They should have also been XFAILed for ppc64le. git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@349521 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--runtime/test/ompt/misc/control_tool.c2
-rw-r--r--runtime/test/ompt/synchronization/taskwait.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/test/ompt/misc/control_tool.c b/runtime/test/ompt/misc/control_tool.c
index d8dad65..7995614 100644
--- a/runtime/test/ompt/misc/control_tool.c
+++ b/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/runtime/test/ompt/synchronization/taskwait.c b/runtime/test/ompt/synchronization/taskwait.c
index 0f36fff..cb30f3b 100644
--- a/runtime/test/ompt/synchronization/taskwait.c
+++ b/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>