[all-commits] [llvm/llvm-project] d1deae: [lldb] Split some lldb-server tests to avoid timeo...
David Peixotto via All-commits
all-commits at lists.llvm.org
Thu Mar 13 15:55:06 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d1deaed0d284f16870f3236ec2efe7d29308a56a
https://github.com/llvm/llvm-project/commit/d1deaed0d284f16870f3236ec2efe7d29308a56a
Author: David Peixotto <peix at meta.com>
Date: 2025-03-13 (Thu, 13 Mar 2025)
Changed paths:
M lldb/test/API/tools/lldb-server/TestGdbRemoteFork.py
A lldb/test/API/tools/lldb-server/TestGdbRemoteForkResume.py
A lldb/test/API/tools/lldb-server/TestGdbRemote_qMemoryRegion.py
A lldb/test/API/tools/lldb-server/TestGdbRemote_qRegisterInfo.py
M lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
A lldb/test/API/tools/lldb-server/qSupported/Makefile
A lldb/test/API/tools/lldb-server/qSupported/TestGdbRemote_qSupported.py
A lldb/test/API/tools/lldb-server/qSupported/main.c
Log Message:
-----------
[lldb] Split some lldb-server tests to avoid timeout (#129614)
Split test cases out of TestLldbGdbServer.py and TestGdbRemoteFork.py
into separate files to avoid hitting the 600s timeout limit. The
inferior used by these tests (main.cpp) takes approximately 20s to
compile with a Debug build of clang, causing timeouts when a single test
file contains many tests. By grouping similar tests into separate files,
we can prevent timeouts and improve overall test efficiency.
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