forked from OSchip/llvm-project
Actually mark ASan-unfriendly test as XFAIL
llvm-svn: 177997
This commit is contained in:
parent
4d7efba66e
commit
9d8043b4cc
|
@ -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()();
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue