[Lldb-commits] [lldb] [lldb][test] TestDbgInfoContentVectorFromStdModule.py: skip test on Darwin (PR #108003)

via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 10 04:26:40 PDT 2024


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 925b220ee424f8489bc8d7b1a247f2c5f3edde5d...cbc5d1316b5103a109bce905976fb9d5d937b330 lldb/test/API/commands/expression/import-std-module/vector-dbg-info-content/TestDbgInfoContentVectorFromStdModule.py
``````````

</details>

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

``````````diff
--- TestDbgInfoContentVectorFromStdModule.py	2024-09-10 11:20:22.000000 +0000
+++ TestDbgInfoContentVectorFromStdModule.py	2024-09-10 11:26:13.415241 +0000
@@ -11,11 +11,11 @@
 class TestDbgInfoContentVector(TestBase):
     @add_test_categories(["libc++"])
     @skipIf(compiler=no_match("clang"))
     @skipIf(compiler="clang", compiler_version=["<", "12.0"])
     @skipIf(macos_version=["<", "14.0"])
-    @skipIfDarwin # https://github.com/llvm/llvm-project/issues/106475
+    @skipIfDarwin  # https://github.com/llvm/llvm-project/issues/106475
     def test(self):
         self.build()
 
         lldbutil.run_to_source_breakpoint(
             self, "// Set break point at this line.", lldb.SBFileSpec("main.cpp")

``````````

</details>


https://github.com/llvm/llvm-project/pull/108003


More information about the lldb-commits mailing list