================ Comment at: lib/lsan/lit_tests/TestCases/AsanOnly/lit.local.cfg:1 @@ +1,2 @@ +if config.tool == 'asan': + config.suffixes = ['.cc'] ---------------- Try config.unsupported = True. http://llvm-reviews.chandlerc.com/D2359 BRANCH feat/is_poisoned ARCANIST PROJECT compiler-rt