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/commands/disassemble/basic/TestDisassembleInvalidTargetFeatures.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
--- TestDisassembleInvalidTargetFeatures.py     2026-02-11 08:48:24.000000 +0000
+++ TestDisassembleInvalidTargetFeatures.py     2026-02-11 08:51:02.403116 +0000
@@ -27,10 +27,14 @@
         _, _, _, _ = lldbutil.run_to_source_breakpoint(
             self, "main", lldb.SBFileSpec("main.cpp")
         )
 
         self.run_invalid_disasm_cmd("", "last option requires an argument")
-        self.run_invalid_disasm_cmd("invalid", "Unable to find Disassembler 
plug-in with such parameters:")
-        self.run_invalid_disasm_cmd("+invalid_1,-invalid_2,+invalid3", "Failed 
to disassemble memory at")
+        self.run_invalid_disasm_cmd(
+            "invalid", "Unable to find Disassembler plug-in with such 
parameters:"
+        )
+        self.run_invalid_disasm_cmd(
+            "+invalid_1,-invalid_2,+invalid3", "Failed to disassemble memory 
at"
+        )
         self.run_invalid_disasm_cmd("-Z", "Failed to disassemble memory at")
         self.run_invalid_disasm_cmd("+++", "Failed to disassemble memory at")
         self.run_invalid_disasm_cmd("----", "Failed to disassemble memory at")

``````````

</details>


https://github.com/llvm/llvm-project/pull/180901
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to