r262583 - [test] Re-enable asan on the test, stack usage should be lower.

Argyrios Kyrtzidis via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 2 21:33:49 PST 2016


Author: akirtzidis
Date: Wed Mar  2 23:33:48 2016
New Revision: 262583

URL: http://llvm.org/viewvc/llvm-project?rev=262583&view=rev
Log:
[test] Re-enable asan on the test, stack usage should be lower.

Modified:
    cfe/trunk/test/Index/index-many-logical-ops.c

Modified: cfe/trunk/test/Index/index-many-logical-ops.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/index-many-logical-ops.c?rev=262583&r1=262582&r2=262583&view=diff
==============================================================================
--- cfe/trunk/test/Index/index-many-logical-ops.c (original)
+++ cfe/trunk/test/Index/index-many-logical-ops.c Wed Mar  2 23:33:48 2016
@@ -4,8 +4,8 @@
 // Check that we don't get stack overflow trying to index a huge number of
 // logical operators.
 
-// ASan and UBSan increase stack usage.
-// REQUIRES: not_asan, not_ubsan
+// UBSan increases stack usage.
+// REQUIRES: not_ubsan
 
 // CHECK: [indexDeclaration]: kind: function | name: foo
 int foo(int x) {




More information about the cfe-commits mailing list