[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
This commit is contained in:
Stefan Pintilie 2018-12-18 19:05:07 +00:00
parent f6058ff140
commit 4230f91aa2
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>