From: Junio C Hamano Date: Thu, 2 Jan 2025 21:37:07 +0000 (-0800) Subject: Merge branch 'jk/lsan-race-ignore-false-positive' X-Git-Tag: v2.48.0-rc2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=effbef2bebed87b1ce46d449862fb5121dba9d34;p=thirdparty%2Fgit.git Merge branch 'jk/lsan-race-ignore-false-positive' CI jobs that run threaded programs under LSan has been giving false positives from time to time, which has been worked around. This is an alternative to the jk/lsan-race-with-barrier topic with much smaller change to the production code. * jk/lsan-race-ignore-false-positive: test-lib: ignore leaks in the sanitizer's thread code test-lib: check leak logs for presence of DEDUP_TOKEN test-lib: simplify leak-log checking test-lib: rely on logs to detect leaks Revert barrier-based LSan threading race workaround --- effbef2bebed87b1ce46d449862fb5121dba9d34