Skip to content

Commit 7c10876

Browse files
committed
[lldb][test] Fix unexpected pass of TestBSDArchives on Windows
Originally failing due to #24901, but since #110837 the test is passing. https://lab.llvm.org/buildbot/#/builders/141/builds/3012 My guess is that the `llvm-` tool has better support for static libraries on Windows.
1 parent 29ec071 commit 7c10876

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lldb/test/API/functionalities/archives/TestBSDArchives.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ def setUp(self):
2121
# Find the line number in a(int) to break at.
2222
self.line = line_number("a.c", "// Set file and line breakpoint inside a().")
2323

24-
@expectedFailureAll(
25-
oslist=["windows"],
26-
bugnumber="llvm.org/pr24527. Makefile.rules doesn't know how to build static libs on Windows",
27-
)
2824
def test(self):
2925
"""Break inside a() and b() defined within libfoo.a."""
3026
self.build()

0 commit comments

Comments
 (0)