mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-04 08:27:50 +00:00
[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:
parent
9a26d2c6d3
commit
e82191469e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user