[lsan][test] Enable many_tls_keys_pthread.cpp and disable swapcontext.cpp/fork_and_le...
authorFangrui Song <i@maskray.me>
Fri, 26 Mar 2021 18:26:08 +0000 (11:26 -0700)
committerFangrui Song <i@maskray.me>
Fri, 26 Mar 2021 18:26:08 +0000 (11:26 -0700)
commit04dbb63400c5fa2f263d7473272509be572a367a
tree8d5ae4c77f1091490cd4a571c494d497ba04c41c
parentaf0087c03aae41767e14c480e88a581c36094ff0
[lsan][test] Enable many_tls_keys_pthread.cpp and disable swapcontext.cpp/fork_and_leak.cpp

With D98926, many_tls_keys_pthread.cpp appears to be working.

On glibc 2.30-0ubuntu2, swapcontext.cpp and Linux/fork_and_leak.cpp work fine
but they strangely fail on clang-cmake-aarch64-full
(https://lab.llvm.org/buildbot/#/builders/7/builds/2240).
Disable them for now.

Note: check-lsan was recently enabled on AArch64 in D98985. A test takes
10+ seconds. We should figure out the bottleneck.
compiler-rt/test/lsan/TestCases/Linux/fork_and_leak.cpp
compiler-rt/test/lsan/TestCases/many_tls_keys_pthread.cpp
compiler-rt/test/lsan/TestCases/swapcontext.cpp