[compiler-rt] r297184 - [PowerPC] mark xray test as unsupported on powerpcle in testsuite
Bill Seurer via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 7 10:52:54 PST 2017
Author: seurer
Date: Tue Mar 7 12:52:54 2017
New Revision: 297184
URL: http://llvm.org/viewvc/llvm-project?rev=297184&view=rev
Log:
[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.
Modified:
compiler-rt/trunk/test/xray/TestCases/Linux/arg1-logger.cc
Modified: compiler-rt/trunk/test/xray/TestCases/Linux/arg1-logger.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/xray/TestCases/Linux/arg1-logger.cc?rev=297184&r1=297183&r2=297184&view=diff
==============================================================================
--- compiler-rt/trunk/test/xray/TestCases/Linux/arg1-logger.cc (original)
+++ compiler-rt/trunk/test/xray/TestCases/Linux/arg1-logger.cc Tue Mar 7 12:52:54 2017
@@ -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"
More information about the llvm-commits
mailing list