[all-commits] [llvm/llvm-project] e88d9f: [asan][test] Fix flake in asan_lsan_deadlock test
Paul Kirth via All-commits
all-commits at lists.llvm.org
Fri May 23 12:28:04 PDT 2025
Branch: refs/heads/users/ilovepi/fix-deadlock-test
Home: https://github.com/llvm/llvm-project
Commit: e88d9f3ef60b5d9cb1f207aae63d02587f66cafa
https://github.com/llvm/llvm-project/commit/e88d9f3ef60b5d9cb1f207aae63d02587f66cafa
Author: Paul Kirth <paulkirth at google.com>
Date: 2025-05-23 (Fri, 23 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