summaryrefslogtreecommitdiff
path: root/test/sanitizer_common/TestCases/print-stack-trace.cc
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2014-07-04 07:30:34 +0000
committerKostya Serebryany <kcc@google.com>2014-07-04 07:30:34 +0000
commitd35f02708812b1c2f9c543e66e10ed56cad48caf (patch)
treedf9b4628502da7e2b6e293f4bc7fdc3f0630486c /test/sanitizer_common/TestCases/print-stack-trace.cc
parenteafe9dfd5e787ae2d16ce8074ed715a4d72730b0 (diff)
[sanitizer] support c11 aligned_alloc, Linux only for now
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@212322 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/sanitizer_common/TestCases/print-stack-trace.cc')
-rw-r--r--test/sanitizer_common/TestCases/print-stack-trace.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sanitizer_common/TestCases/print-stack-trace.cc b/test/sanitizer_common/TestCases/print-stack-trace.cc
index 98d9ddf5d..c84d0da9c 100644
--- a/test/sanitizer_common/TestCases/print-stack-trace.cc
+++ b/test/sanitizer_common/TestCases/print-stack-trace.cc
@@ -3,7 +3,7 @@
//
// Not yet implemented for TSan.
// https://code.google.com/p/address-sanitizer/issues/detail?id=243
-// XFAIL: tsan
+// XFAIL: tsan,lsan
#include <sanitizer/common_interface_defs.h>