Skip to content

Commit ec00999

Browse files
committed
[lldb][test] Remove xfails from static lib tests on Windows
Originally failing due to #24901, but since #110837 the test is passing. Already removed one xfail but didn't realise we had more for the same bug.
1 parent 7c10876 commit ec00999

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ def test_frame_var_errors_when_archive_missing(self):
121121

122122
@skipIfRemote
123123
@skipIf(compiler="clang", compiler_version=["<", "12.0"])
124-
@expectedFailureAll(
125-
oslist=["windows"],
126-
bugnumber="llvm.org/pr24527. Makefile.rules doesn't know how to build static libs on Windows",
127-
)
128124
def test_archive_specifications(self):
129125
"""
130126
Create archives and make sure the information we get when retrieving

lldb/test/API/macosx/duplicate-archive-members/TestDuplicateMembers.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88

99

1010
class BSDArchivesTestCase(TestBase):
11-
@expectedFailureAll(
12-
oslist=["windows"],
13-
bugnumber="llvm.org/pr24527. Makefile.rules doesn't know how to build static libs on Windows",
14-
)
1511
def test(self):
1612
"""Break inside a() and b() defined within libfoo.a."""
1713
self.build()

0 commit comments

Comments
 (0)