]> granicus.if.org Git - clang/commitdiff
Disable two tests that use a lot of stack under ASan.
authorAlexey Samsonov <vonosmas@gmail.com>
Sat, 13 Feb 2016 01:02:59 +0000 (01:02 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Sat, 13 Feb 2016 01:02:59 +0000 (01:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260779 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/index-many-call-ops.cpp
test/Index/index-many-logical-ops.c

index 7644697d4e7cbc0c88cb891b3c4de1404496617e..b46029cbf8cc75bfb1c3d196b7d75e3998f8ecce 100644 (file)
@@ -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()();
index 0fd4e75236f1cc804f32e88486332cf59afadcd6..fd994a23ac6181d57bb3888c1d21b66e372f3ad8 100644 (file)
@@ -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) {