Author: akirtzidis Date: Mon Feb 29 22:40:20 2016 New Revision: 262295 URL: http://llvm.org/viewvc/llvm-project?rev=262295&view=rev Log: [test] After r262290 reducing stack usage, try re-enabling asan on the related test.
Modified: cfe/trunk/test/Index/index-many-call-ops.cpp Modified: cfe/trunk/test/Index/index-many-call-ops.cpp URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/index-many-call-ops.cpp?rev=262295&r1=262294&r2=262295&view=diff ============================================================================== --- cfe/trunk/test/Index/index-many-call-ops.cpp (original) +++ cfe/trunk/test/Index/index-many-call-ops.cpp Mon Feb 29 22:40:20 2016 @@ -4,8 +4,8 @@ // Check that we don't get stack overflow trying to index a huge number of // call operators. -// ASan and UBSan increase stack usage. -// REQUIRES: not_asan, not_ubsan +// UBSan increses stack usage. +// REQUIRES: not_ubsan struct S { S &operator()(); _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits