Test still fails with D88184 reverted.
The test was flaky on https://bugs.chromium.org/p/chromium/issues/detail?id=1206745 and
https://lab.llvm.org/buildbot/#/builders/sanitizer-x86_64-linux
Differential D102218
[NFC][LSAN] Limit the number of concurrent threads is the test vitalybuka on May 11 2021, 12:27 AM. Authored by
Details Test still fails with D88184 reverted. The test was flaky on https://bugs.chromium.org/p/chromium/issues/detail?id=1206745 and
Diff Detail
Event TimelineComment Actions This won't work on Darwin. DIR *d = opendir("/proc/self/task"); assert(d); Assertion failed: (d), function count_threads, file llvm-project/compiler-rt/test/lsan/TestCases/many_threads_detach.cpp, line 26. |