[compiler-rt] r251466 - [mips][asan] XFAIL ptrace.cc
Daniel Sanders via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 27 16:13:26 PDT 2015
Author: dsanders
Date: Tue Oct 27 18:13:26 2015
New Revision: 251466
URL: http://llvm.org/viewvc/llvm-project?rev=251466&view=rev
Log:
[mips][asan] XFAIL ptrace.cc
It was recently enabled for non-x86 targets and doesn't seem to work for MIPS.
The reason is currently unclear so XFAILing while I investigate.
Modified:
compiler-rt/trunk/test/asan/TestCases/Linux/ptrace.cc
Modified: compiler-rt/trunk/test/asan/TestCases/Linux/ptrace.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/ptrace.cc?rev=251466&r1=251465&r2=251466&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/ptrace.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/ptrace.cc Tue Oct 27 18:13:26 2015
@@ -1,5 +1,6 @@
// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
// XFAIL: android
+// XFAIL: mips
//
// RUN: %clangxx_asan -O0 %s -o %t && %run %t
// RUN: %clangxx_asan -DPOSITIVE -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s
More information about the llvm-commits
mailing list