[Lldb-commits] [lldb] [lldb-dap][test] Refactor runInTerminal Tests. (PR #144954)

Ivan Tadeu Ferreira Antunes Filho via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 23 08:43:25 PDT 2025


================
@@ -2,23 +2,35 @@
 Test lldb-dap RestartRequest.
 """
 
-import os
-from lldbsuite.test.decorators import *
-from lldbsuite.test.lldbtest import line_number
+from typing import Dict, Any, List
+
 import lldbdap_testcase
+from lldbsuite.test.decorators import skipIfWindows, skipIf, skipIfBuildType
+from lldbsuite.test.lldbtest import line_number
 
 
+ at skipIfBuildType(["debug"])
----------------
itf wrote:

Currently I'm seeing errors because of this change when the config is None. I've created a PR:  https://github.com/llvm/llvm-project/pull/145342

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


More information about the lldb-commits mailing list