[Lldb-commits] [lldb] [lldb][test] Turn std::atomic libcxx test generic (PR #146843)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 3 03:10:28 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/atomic/TestStdAtomic.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestStdAtomic.py 2025-07-03 10:07:00.000000 +0000
+++ TestStdAtomic.py 2025-07-03 10:10:03.786515 +0000
@@ -63,13 +63,13 @@
)
@skipIf(compiler=["gcc"])
@add_test_categories(["libc++"])
def test_libcxx(self):
- self.build(dictionary={"USE_LIBCPP" : 1})
+ self.build(dictionary={"USE_LIBCPP": 1})
self.do_test()
@skipIf(compiler=["gcc"])
@add_test_categories(["libstdcxx"])
def test_libstdcxx(self):
- self.build(dictionary={"USE_LIBSTDCPP" : 1})
+ self.build(dictionary={"USE_LIBSTDCPP": 1})
self.do_test()
``````````
</details>
https://github.com/llvm/llvm-project/pull/146843
More information about the lldb-commits
mailing list