[all-commits] [llvm/llvm-project] 04dbb6: [lsan][test] Enable many_tls_keys_pthread.cpp and ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Mar 26 11:26:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 04dbb63400c5fa2f263d7473272509be572a367a
https://github.com/llvm/llvm-project/commit/04dbb63400c5fa2f263d7473272509be572a367a
Author: Fangrui Song <i at maskray.me>
Date: 2021-03-26 (Fri, 26 Mar 2021)
Changed paths:
M compiler-rt/test/lsan/TestCases/Linux/fork_and_leak.cpp
M compiler-rt/test/lsan/TestCases/many_tls_keys_pthread.cpp
M compiler-rt/test/lsan/TestCases/swapcontext.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list