[Lldb-commits] [lldb] [lldb] Add generic string view summary provider (PR #171854)
via lldb-commits
lldb-commits at lists.llvm.org
Sun Dec 21 09:09:01 PST 2025
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/data-formatter/data-formatter-stl/generic/string_view/TestDataFormatterStdStringView.py lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/u8string_view/TestDataFormatterStdU8StringView.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
--- string_view/TestDataFormatterStdStringView.py 2025-12-21 17:07:07.000000 +0000
+++ string_view/TestDataFormatterStdStringView.py 2025-12-21 17:08:33.693713 +0000
@@ -172,11 +172,11 @@
@expectedFailureAll(debug_info="gmodules")
@add_test_categories(["libc++"])
def test_libcxx(self):
self.build(dictionary={"USE_LIBCPP": 1})
self.do_test()
-
+
@add_test_categories(["libstdcxx"])
def test_libstdcxx(self):
self.build(dictionary={"USE_LIBSTDCPP": 1})
self.do_test()
``````````
</details>
https://github.com/llvm/llvm-project/pull/171854
More information about the lldb-commits
mailing list