[Lldb-commits] [lldb] [lldb] Split test to avoid timeout (PR #129614)
David Peixotto via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 5 10:32:51 PST 2025
================
@@ -5,9 +5,9 @@
lldb-server tests run where the lldb-server exe is
available.
-This class will be broken into smaller test case classes by
-gdb remote packet functional areas. For now it contains
-the initial set of tests implemented.
+The tests are split between the LldbGdbServerTestCase and
+LldbGdbServerTestCase2 classes to avoid timeouts in the
+test suite.
----------------
dmpots wrote:
Good idea. Updated the comment.
https://github.com/llvm/llvm-project/pull/129614
More information about the lldb-commits
mailing list