[all-commits] [llvm/llvm-project] 971f1a: [lldb][Test][Windows] Fix flaky address range API ...
David Spickett via All-commits
all-commits at lists.llvm.org
Wed May 29 03:08:29 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 971f1aaad3ca3680bfbab76212f498ca15b280a2
https://github.com/llvm/llvm-project/commit/971f1aaad3ca3680bfbab76212f498ca15b280a2
Author: David Spickett <david.spickett at linaro.org>
Date: 2024-05-29 (Wed, 29 May 2024)
Changed paths:
M lldb/test/API/python_api/address_range/TestAddressRange.py
Log Message:
-----------
[lldb][Test][Windows] Fix flaky address range API tests
The new tests added in #92014 have been flaky on Linaro's
Windows on Arm bot. They appear to be hitting a deadlock trying
to clean up the test process.
This only happens in async mode and I don't see why this test
case needs async mode, so the simple workaround is to stick to
sync mode.
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