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/ptr_refs/TestPtrRefs.py 
lldb/test/API/lang/objc/ptr_refs/TestPtrRefsObjC.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
--- functionalities/ptr_refs/TestPtrRefs.py     2026-05-07 18:45:36.000000 +0000
+++ functionalities/ptr_refs/TestPtrRefs.py     2026-05-07 18:51:10.722142 +0000
@@ -11,11 +11,11 @@
 
 class TestPtrRefs(TestBase):
     @skipIfAsan  # The output looks different under ASAN.
     @skipIfMTE  # Heap scanning reads tagged memory with untagged pointers.
     @skipUnlessDarwin
-    @skipIf(archs=["arm64e"]) # ptr_refs does not work with pointer 
authentication
+    @skipIf(archs=["arm64e"])  # ptr_refs does not work with pointer 
authentication
     def test_ptr_refs(self):
         """Test format string functionality."""
         self.build()
 
         lldbutil.run_to_source_breakpoint(self, "break", 
lldb.SBFileSpec("main.c"))
--- lang/objc/ptr_refs/TestPtrRefsObjC.py       2026-05-07 18:45:36.000000 +0000
+++ lang/objc/ptr_refs/TestPtrRefsObjC.py       2026-05-07 18:51:10.749117 +0000
@@ -10,11 +10,11 @@
 
 
 class TestPtrRefsObjC(TestBase):
     @skipIfAsan  # The output looks different under ASAN.
     @skipIfMTE  # Heap scanning reads tagged memory with untagged pointers.
-    @skipIf(archs=["arm64e"]) # ptr_refs does not work with pointer 
authentication
+    @skipIf(archs=["arm64e"])  # ptr_refs does not work with pointer 
authentication
     def test_ptr_refs(self):
         """Test the ptr_refs tool on Darwin with Objective-C"""
         self.build()
         exe = self.getBuildArtifact("a.out")
 

``````````

</details>


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

Reply via email to