[Lldb-commits] [lldb] [lldb-dap] Remove timings from TestDAP_attach (PR #163452)

via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 14 14:01:06 PDT 2025


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {darker}-->


:warning: Python code formatter, darker found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
darker --check --diff -r origin/main...HEAD lldb/test/API/tools/lldb-dap/attach-commands/TestDAP_attachCommands.py lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
``````````

:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:

</details>

<details>
<summary>
View the diff from darker here.
</summary>

``````````diff
--- attach-commands/TestDAP_attachCommands.py	2025-10-14 20:58:55.000000 +0000
+++ attach-commands/TestDAP_attachCommands.py	2025-10-14 21:00:36.455402 +0000
@@ -5,10 +5,11 @@
 from lldbsuite.test.decorators import *
 from lldbsuite.test.lldbtest import *
 from lldbsuite.test import lldbutil
 import lldbdap_testcase
 import time
+
 
 class TestDAP_attach(lldbdap_testcase.DAPTestCaseBase):
     @skipIfNetBSD  # Hangs on NetBSD as well
     def test_commands(self):
         """

``````````

</details>


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


More information about the lldb-commits mailing list