[Lldb-commits] [lldb] [lldb] skip TestDuplicateMembers.py on Windows (PR #198532)
via lldb-commits
lldb-commits at lists.llvm.org
Tue May 19 09:11:00 PDT 2026
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/macosx/duplicate-archive-members/TestDuplicateMembers.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
--- TestDuplicateMembers.py 2026-05-19 16:07:21.000000 +0000
+++ TestDuplicateMembers.py 2026-05-19 16:10:22.958934 +0000
@@ -6,11 +6,11 @@
from lldbsuite.test.lldbtest import *
from lldbsuite.test import lldbutil
class BSDArchivesTestCase(TestBase):
- @skipIfWindows # ar does not exist on Windows
+ @skipIfWindows # ar does not exist on Windows
def test(self):
"""Break inside a() and b() defined within libfoo.a."""
self.build()
exe = self.getBuildArtifact("a.out")
``````````
</details>
https://github.com/llvm/llvm-project/pull/198532
More information about the lldb-commits
mailing list