[Lldb-commits] [lldb] This is a resubmit of the original patch: 6344e3aa8106dfdfb30cac36c8ca02bc4c52ce24. (PR #210375)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 17 09:54:31 PDT 2026
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/functionalities/expr-result-var/TestCPPExprResult.py lldb/packages/Python/lldbsuite/test/lldbtest.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
--- test/API/functionalities/expr-result-var/TestCPPExprResult.py 2026-07-17 16:42:23.000000 +0000
+++ test/API/functionalities/expr-result-var/TestCPPExprResult.py 2026-07-17 16:53:55.106892 +0000
@@ -11,10 +11,11 @@
class TestCPPResultVariables(TestBase):
NO_DEBUG_INFO_TESTCASE = True
SHARED_BUILD_TESTCASE = False
+
def setUp(self):
TestBase.setUp(self)
self.main_source_file = lldb.SBFileSpec("two-bases.cpp")
def check_dereference(self, result_varname, frame, expr_options):
``````````
</details>
https://github.com/llvm/llvm-project/pull/210375
More information about the lldb-commits
mailing list