[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.
This commit is contained in:
Muhammad Omair Javaid 2023-09-06 14:00:14 +05:00
parent 9a26d2c6d3
commit e82191469e

View File

@ -124,6 +124,10 @@ class BSDArchivesTestCase(TestBase):
self.check_frame_variable_errors(thread, error_strings)
@skipIfRemote
@expectedFailureAll(
oslist=["windows"],
bugnumber="llvm.org/pr24527. Makefile.rules doesn't know how to build static libs on Windows",
)
def test_archive_specifications(self):
"""
Create archives and make sure the information we get when retrieving