[Lldb-commits] [lldb] disable test on older compilers (PR #136186)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 17 12:34:48 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/libcxx-simulators/invalid-vector/TestDataFormatterLibcxxInvalidVectorSimulator.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestDataFormatterLibcxxInvalidVectorSimulator.py 2025-04-17 19:31:03.000000 +0000
+++ TestDataFormatterLibcxxInvalidVectorSimulator.py 2025-04-17 19:34:23.090118 +0000
@@ -11,12 +11,11 @@
class LibcxxInvalidVectorDataFormatterSimulatorTestCase(TestBase):
NO_DEBUG_INFO_TESTCASE = True
-
- @skipIf(compiler="clang", compiler_version=['<', '18.0'])
+ @skipIf(compiler="clang", compiler_version=["<", "18.0"])
def test(self):
self.build()
lldbutil.run_to_source_breakpoint(self, "return 0", lldb.SBFileSpec("main.cpp"))
self.expect(
``````````
</details>
https://github.com/llvm/llvm-project/pull/136186
More information about the lldb-commits
mailing list