[Lldb-commits] [lldb] [lldb][test] Turn std::chrono libcxx test generic (PR #146873)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 3 05:53:07 PDT 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 HEAD~1...HEAD lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/chrono/TestDataFormatterStdChrono.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestDataFormatterStdChrono.py 2025-07-03 13:49:01.000000 +0000
+++ TestDataFormatterStdChrono.py 2025-07-03 12:52:39.770027 +0000
@@ -432,7 +432,7 @@
)
@skipIf(compiler="clang", compiler_version=["<", "17.0"])
@add_test_categories(["libc++"])
def test_libcxx(self):
- self.build(dictionary={"USE_LIBCPP" : 1})
+ self.build(dictionary={"USE_LIBCPP": 1})
self.do_test()
``````````
</details>
https://github.com/llvm/llvm-project/pull/146873
More information about the lldb-commits
mailing list