Files
clang-p2996/lldb/test/API/python_api/global_module_cache
Pavel Labath 58e750bfd6 [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.
2024-07-09 09:59:49 +02:00
..