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/thread/concurrent_events/TestConcurrentManyBreakpoints.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
--- TestConcurrentManyBreakpoints.py    2026-06-23 09:08:53.000000 +0000
+++ TestConcurrentManyBreakpoints.py    2026-06-23 09:10:27.940512 +0000
@@ -3,11 +3,11 @@
 from lldbsuite.test.lldbtest import TestBase
 
 
 @skipIfTargetDoesNotSupportThreads()
 @skipIfWindows
-@skipIf # See llvm/llvm-project/#205297
+@skipIf  # See llvm/llvm-project/#205297
 class ConcurrentManyBreakpoints(ConcurrentEventsBase):
     # Atomic sequences are not supported yet for MIPS in LLDB.
     @skipIf(triple="^mips")
     @expectedFailureAll(
         archs=["aarch64"], oslist=["freebsd"], bugnumber="llvm.org/pr49433"

``````````

</details>


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

Reply via email to