[Lldb-commits] [lldb] [lldb] Split TestGdbRemoteFork test to avoid timeout (PR #129614)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 10 06:22:25 PDT 2025


labath wrote:

The test really is big and splitting it up is a good idea, but instead of an arbitrary 1/2/3 split, I think it be better to do it by functionality. Looking at the part of the code you moved, I can see several "themes" that we could use to split this up. One of them is "memory operations" (TestGdbRemoteMemory?) where we could put all of the memory and qMemoryRegionInfo tests. Another might be "qSupported" tests. And a third test for the register operations (`p`/`P` packets).

If that doesn't reduce the file sufficiently, I'm sure we can find some more.

https://github.com/llvm/llvm-project/pull/129614


More information about the lldb-commits mailing list