[lsan] Reenable lsan tests on ARM bots
authorMaxim Ostapenko <chefmax7@gmail.com>
Thu, 13 Apr 2017 12:00:56 +0000 (12:00 +0000)
committerMaxim Ostapenko <chefmax7@gmail.com>
Thu, 13 Apr 2017 12:00:56 +0000 (12:00 +0000)
commit661033d57588c454da66a8ebd434f0926ca16f21
treef2b52bdfd049f8faabd36163d4a8ccb5ee1b9a38
parent9763a3249f89c8e2e2cbd0ec23e5cca90ef8d436
[lsan] Reenable lsan tests on ARM bots

This patch addresses pr32636. Enable lsan tests on ARM bots filtering out Thumb targets.
Tested locally on ARM Arndale board in two configurations:

1) CFLAGS="-march=armv7-a"
Testing Time: 37.57s
Expected Passes    : 69
Unsupported Tests  : 7

2) CFLAGS="-march=armv7-a -mthumb"
Testing Time: 0.16s
Unsupported Tests  : 76

Differential Revision: https://reviews.llvm.org/D32007

llvm-svn: 300194
compiler-rt/test/asan/lit.cfg
compiler-rt/test/lsan/lit.common.cfg