commit | 231b2bc2a0ca854174ac0095b3e2fad6a50d5844 | [log] [tgz] |
---|---|---|
author | Alexey Samsonov <samsonov@google.com> | Tue Mar 26 08:45:29 2013 +0000 |
committer | Alexey Samsonov <samsonov@google.com> | Tue Mar 26 08:45:29 2013 +0000 |
tree | 5e31fc98eeb3e81b14aa1b2e7671108291562961 | |
parent | 48c08343fa76d51556d069d59f7bc28572b87ccc [diff] [blame] |
Actually mark ASan-unfriendly test as XFAIL git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177997 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Index/annotate-deep-statements.cpp b/test/Index/annotate-deep-statements.cpp index 32a48b7..79f2d39 100644 --- a/test/Index/annotate-deep-statements.cpp +++ b/test/Index/annotate-deep-statements.cpp
@@ -3,6 +3,9 @@ // rdar://11979525 // Check that we don't get stack overflow trying to annotate an extremely deep AST. +// AddressSanitizer increases stack usage. +// XFAIL: asan + struct S { S &operator()(); };