[Lldb-commits] [lldb] [LLDB] Run API tests with native PDB too (PR #149305)

via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 17 06:16:16 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 HEAD~1...HEAD lldb/packages/Python/lldbsuite/test/builders/builder.py lldb/packages/Python/lldbsuite/test/decorators.py lldb/packages/Python/lldbsuite/test/test_categories.py lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/vector/TestDataFormatterStdVector.py lldb/test/API/lit.cfg.py
``````````

</details>

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

``````````diff
--- packages/Python/lldbsuite/test/test_categories.py	2025-07-17 13:10:24.000000 +0000
+++ packages/Python/lldbsuite/test/test_categories.py	2025-07-17 13:15:45.120187 +0000
@@ -11,11 +11,17 @@
 # LLDB modules
 from lldbsuite.support import gmodules
 
 # Key: Category name
 # Value: should be used in lldbtest's debug-info replication
-debug_info_categories = {"dwarf": True, "dwo": True, "dsym": True, "pdb": True, "gmodules": False}
+debug_info_categories = {
+    "dwarf": True,
+    "dwo": True,
+    "dsym": True,
+    "pdb": True,
+    "gmodules": False,
+}
 
 all_categories = {
     "basic_process": "Basic process execution sniff tests.",
     "cmdline": "Tests related to the LLDB command-line interface",
     "dataformatters": "Tests related to the type command and the data formatters subsystem",

``````````

</details>


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


More information about the lldb-commits mailing list