From: Alexey Samsonov Date: Sat, 13 Feb 2016 01:02:59 +0000 (+0000) Subject: Disable two tests that use a lot of stack under ASan. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8dbc4433b085792766368fded013edc85036b03e;p=clang Disable two tests that use a lot of stack under ASan. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260779 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/index-many-call-ops.cpp b/test/Index/index-many-call-ops.cpp index 7644697d4e..b46029cbf8 100644 --- a/test/Index/index-many-call-ops.cpp +++ b/test/Index/index-many-call-ops.cpp @@ -4,8 +4,8 @@ // Check that we don't get stack overflow trying to index a huge number of // call operators. -// UBSan increses stack usage. -// REQUIRES: not_ubsan +// ASan and UBSan increase stack usage. +// REQUIRES: not_asan, not_ubsan struct S { S &operator()(); diff --git a/test/Index/index-many-logical-ops.c b/test/Index/index-many-logical-ops.c index 0fd4e75236..fd994a23ac 100644 --- a/test/Index/index-many-logical-ops.c +++ b/test/Index/index-many-logical-ops.c @@ -4,8 +4,8 @@ // Check that we don't get stack overflow trying to index a huge number of // logical operators. -// UBSan increses stack usage. -// REQUIRES: not_ubsan +// ASan and UBSan increase stack usage. +// REQUIRES: not_asan, not_ubsan // CHECK: [indexDeclaration]: kind: function | name: foo int foo(int x) {