[Lldb-commits] [lldb] Debuginfod tests and a fix or two (PR #90622)

via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 30 08:55:52 PDT 2024


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 8d28e5861f8b117a547850ffbb9a332aa6e91459...735822efd188c677337f84e472cf7be6edb42feb lldb/test/API/debuginfod/Normal/TestDebuginfod.py lldb/test/API/debuginfod/SplitDWARF/TestDebuginfodDWP.py
``````````

</details>

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

``````````diff
--- Normal/TestDebuginfod.py	2024-04-30 15:48:36.000000 +0000
+++ Normal/TestDebuginfod.py	2024-04-30 15:55:22.188287 +0000
@@ -25,11 +25,10 @@
     def setUp(self):
         TestBase.setUp(self)
         # Don't run these tests if we don't have Debuginfod support
         if "Debuginfod" not in configuration.enabled_plugins:
             self.skipTest("The Debuginfod SymbolLocator plugin is not enabled")
-
 
     def test_normal_no_symbols(self):
         """
         Validate behavior with no symbols or symbol locator.
         ('baseline negative' behavior)

``````````

</details>


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


More information about the lldb-commits mailing list