diff options
author | Daniel Sanders <daniel.sanders@imgtec.com> | 2015-10-27 23:13:26 +0000 |
---|---|---|
committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2015-10-27 23:13:26 +0000 |
commit | 6c583b8b25e2bd9aad5e0420c297190608d3dc41 (patch) | |
tree | bc71dd9977ccc79621b3949cd3bfb0d22c09843c /compiler-rt | |
parent | 14eedd189b4a91a72e96895adeb647860784395a (diff) | |
download | bcm5719-llvm-6c583b8b25e2bd9aad5e0420c297190608d3dc41.tar.gz bcm5719-llvm-6c583b8b25e2bd9aad5e0420c297190608d3dc41.zip |
[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.
llvm-svn: 251466
Diffstat (limited to 'compiler-rt')
-rw-r--r-- | compiler-rt/test/asan/TestCases/Linux/ptrace.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/ptrace.cc b/compiler-rt/test/asan/TestCases/Linux/ptrace.cc index b222849b9aa..d87d90be475 100644 --- a/compiler-rt/test/asan/TestCases/Linux/ptrace.cc +++ b/compiler-rt/test/asan/TestCases/Linux/ptrace.cc @@ -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 |