[all-commits] [llvm/llvm-project] 58e750: [lldb] Put the new debugger in synchronous mode in...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Tue Jul 9 01:00:10 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 58e750bfd621ac7ef8647eb1170b254e05ffc10d
https://github.com/llvm/llvm-project/commit/58e750bfd621ac7ef8647eb1170b254e05ffc10d
Author: Pavel Labath <pavel at labath.sk>
Date: 2024-07-09 (Tue, 09 Jul 2024)
Changed paths:
M lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py
Log Message:
-----------
[lldb] Put the new debugger in synchronous mode in TestGlobalModuleCache (#98041)
In async mode, the test terminates sooner than it should
(`run_to_source_breakpoint` does not work in this mode), and then the
test crashes due to #76057. Most of the time, the test does not fail
because its already XFAILed, but the crash still registers as a failure.
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