summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDean Michael Berris <dberris@google.com>2017-05-08 00:38:13 +0000
committerDean Michael Berris <dberris@google.com>2017-05-08 00:38:13 +0000
commit8743216952949d4569124930b5a8c0a5be79a5cf (patch)
tree06260b1495cbbed674884a62b692dedf146aee48 /test
parentb9bbfab7172f6f4f76532f626b0ab489f62a8255 (diff)
[XRay][compiler-rt] XFAIL on ppc
Follow-up on D32846. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@302392 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/xray/TestCases/Linux/func-id-utils.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/xray/TestCases/Linux/func-id-utils.cc b/test/xray/TestCases/Linux/func-id-utils.cc
index 1183d01c7..82ba34d30 100644
--- a/test/xray/TestCases/Linux/func-id-utils.cc
+++ b/test/xray/TestCases/Linux/func-id-utils.cc
@@ -3,6 +3,8 @@
//
// RUN: %clangxx_xray -std=c++11 %s -o %t
// RUN: XRAY_OPTIONS="patch_premain=false xray_naive_log=false" %run %t
+// FIXME: When we know why this fails in ppc, un-xfail it.
+// XFAIL: powerpc64le
#include "xray/xray_interface.h"
#include <algorithm>