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 HEAD~1...HEAD 
lldb/test/API/lang/cpp/dynamic-value/TestDynamicValue.py
``````````

</details>

<details>
<summary>
View the diff from darker here.
</summary>

``````````diff
--- TestDynamicValue.py 2025-05-07 09:16:36.000000 +0000
+++ TestDynamicValue.py 2025-05-07 09:18:51.436953 +0000
@@ -280,11 +280,11 @@
             substrs=["(B *) a", "m_b_value = 10"],
         )
 
     @no_debug_info_test
     @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24663")
-    @expectedFailureDarwin # dynamic loader unloads modules
+    @expectedFailureDarwin  # dynamic loader unloads modules
     def test_from_core_file(self):
         """Test fetching C++ dynamic values from core files. Specifically, test
         that we can determine the dynamic type of the value if the core file
         does not contain the type vtable."""
         self.build()

``````````

</details>


https://github.com/llvm/llvm-project/pull/138698
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to