[compiler-rt] r302237 - [powerpc] Mark coverage-sample.cc as XFAIL on powerpc64le
Bill Seurer via llvm-commits
llvm-commits at lists.llvm.org
Fri May 5 07:20:12 PDT 2017
Author: seurer
Date: Fri May 5 09:20:11 2017
New Revision: 302237
URL: http://llvm.org/viewvc/llvm-project?rev=302237&view=rev
Log:
[powerpc] Mark coverage-sample.cc as XFAIL on powerpc64le
When run this test case causes a segementation fault on powerpc64le.
The xfail should be removed when the problem is fixed.
Modified:
compiler-rt/trunk/test/xray/TestCases/Linux/coverage-sample.cc
Modified: compiler-rt/trunk/test/xray/TestCases/Linux/coverage-sample.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/xray/TestCases/Linux/coverage-sample.cc?rev=302237&r1=302236&r2=302237&view=diff
==============================================================================
--- compiler-rt/trunk/test/xray/TestCases/Linux/coverage-sample.cc (original)
+++ compiler-rt/trunk/test/xray/TestCases/Linux/coverage-sample.cc Fri May 5 09:20:11 2017
@@ -2,6 +2,9 @@
//
// RUN: %clangxx_xray -std=c++11 %s -o %t
// RUN: XRAY_OPTIONS="patch_premain=false xray_naive_log=false" %run %t | FileCheck %s
+// FIXME: When run this test case causes a segementation fault on powerpc64le.
+// Remove the xfail when the problem is fixed.
+// XFAIL: powerpc64le
#include "xray/xray_interface.h"
More information about the llvm-commits
mailing list