[compiler-rt] r221347 - Disable XFAIL on ARM since the x86_64 specific code is isolated
Renato Golin
renato.golin at linaro.org
Wed Nov 5 06:44:59 PST 2014
Author: rengolin
Date: Wed Nov 5 08:44:58 2014
New Revision: 221347
URL: http://llvm.org/viewvc/llvm-project?rev=221347&view=rev
Log:
Disable XFAIL on ARM since the x86_64 specific code is isolated
Modified:
compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/ptrace.cc
Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/ptrace.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/ptrace.cc?rev=221347&r1=221346&r2=221347&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/ptrace.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/ptrace.cc Wed Nov 5 08:44:58 2014
@@ -1,6 +1,4 @@
// RUN: %clangxx -O0 %s -o %t && %run %t
-// XFAIL: arm-linux-gnueabi
-// XFAIL: armv7l-unknown-linux-gnueabihf
#include <assert.h>
#include <signal.h>
More information about the llvm-commits
mailing list