[all-commits] [llvm/llvm-project] 65936b: Revert "[NFC][LSAN] Limit the number of concurrent...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon May 17 01:32:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65936b952964d257c387ce2a7a9362a2ce297a63
https://github.com/llvm/llvm-project/commit/65936b952964d257c387ce2a7a9362a2ce297a63
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-05-17 (Mon, 17 May 2021)
Changed paths:
M compiler-rt/test/lsan/TestCases/many_threads_detach.cpp
Log Message:
-----------
Revert "[NFC][LSAN] Limit the number of concurrent threads is the test"
This reverts commit 2a73b7bd8cf7620fc0e478ac838b07ee6649dd8a.
This appears to be causing the following failures on GreenDragon:
LeakSanitizer-AddressSanitizer-x86_64 :: TestCases/many_threads_detach.cpp
LeakSanitizer-Standalone-x86_64 :: TestCases/many_threads_detach.cpp
First failure:
http://green.lab.llvm.org/green/job/clang-stage1-RA/20754/
Still failing in latest build:
http://green.lab.llvm.org/green/job/clang-stage1-RA/20928/
More information about the All-commits
mailing list