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/exception/asan/TestDAP_asan.py 
lldb/test/API/tools/lldb-dap/exception/ubsan/TestDAP_ubsan.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
--- asan/TestDAP_asan.py        2026-01-30 10:11:45.000000 +0000
+++ asan/TestDAP_asan.py        2026-01-30 10:18:34.488212 +0000
@@ -18,7 +18,9 @@
         self.do_continue()
 
         self.verify_stop_exception_info("Use of deallocated memory")
         exceptionInfo = self.get_exceptionInfo()
         self.assertEqual(exceptionInfo["breakMode"], "always")
-        self.assertRegex(exceptionInfo["description"], r"fatal_error: 
heap-use-after-free")
+        self.assertRegex(
+            exceptionInfo["description"], r"fatal_error: heap-use-after-free"
+        )
         self.assertEqual(exceptionInfo["exceptionId"], 
"runtime-instrumentation")

``````````

</details>


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

Reply via email to