From 557441a6a95932e2fbcce913695d6bfaee3575dc Mon Sep 17 00:00:00 2001 From: Bill Seurer Date: Tue, 7 Mar 2017 18:52:54 +0000 Subject: [PowerPC] mark xray test as unsupported on powerpcle in testsuite Temporarily mark the test as unsupported so the powerpc le buildbot testers can get back to work. There was a brief discussion of this on the mailing list for r296998. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@297184 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/xray/TestCases/Linux/arg1-logger.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/xray/TestCases') diff --git a/test/xray/TestCases/Linux/arg1-logger.cc b/test/xray/TestCases/Linux/arg1-logger.cc index 3140f4c88..28dc28eee 100644 --- a/test/xray/TestCases/Linux/arg1-logger.cc +++ b/test/xray/TestCases/Linux/arg1-logger.cc @@ -10,6 +10,8 @@ // // At the time of writing, the ARM trampolines weren't written yet. // XFAIL: arm || aarch64 +// See the mailing list discussion of r296998. +// UNSUPPORTED: powerpc64le #include "xray/xray_interface.h" -- cgit v1.2.3