Skip to content

Commit e821914

Browse files
committed
[LLDB] Skip TestBSDArchives.py on windows
This fixes LLDB windows buildbot after updates to TestBSDArchives.py. https://lab.llvm.org/buildbot/#/builders/219/builds/5408 I have marked new failing test as an expected failure on Windows.
1 parent 9a26d2c commit e821914

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ def test_frame_var_errors_when_archive_missing(self):
124124
self.check_frame_variable_errors(thread, error_strings)
125125

126126
@skipIfRemote
127+
@expectedFailureAll(
128+
oslist=["windows"],
129+
bugnumber="llvm.org/pr24527. Makefile.rules doesn't know how to build static libs on Windows",
130+
)
127131
def test_archive_specifications(self):
128132
"""
129133
Create archives and make sure the information we get when retrieving

0 commit comments

Comments
 (0)