[all-commits] [llvm/llvm-project] 561c4b: [asan][test] Fix flake in asan_lsan_deadlock test
Paul Kirth via All-commits
all-commits at lists.llvm.org
Thu May 22 18:53:04 PDT 2025
Branch: refs/heads/users/ilovepi/fix-deadlock-test
Home: https://github.com/llvm/llvm-project
Commit: 561c4baa2221b19ff2c4736ab6b00504107d718b
https://github.com/llvm/llvm-project/commit/561c4baa2221b19ff2c4736ab6b00504107d718b
Author: Paul Kirth <paulkirth at google.com>
Date: 2025-05-22 (Thu, 22 May 2025)
Changed paths:
M compiler-rt/test/asan/TestCases/asan_lsan_deadlock.cpp
Log Message:
-----------
[asan][test] Fix flake in asan_lsan_deadlock test
While the current test exercised the deadlock behavior prior to #131756,
deadlock still can occur intermittently. Since this results in test
flakes in CI, we disable this test until the locking behavior can be
fixed in the runtime. See #140646 for details.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list