We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a26d2c commit e821914Copy full SHA for e821914
lldb/test/API/functionalities/archives/TestBSDArchives.py
@@ -124,6 +124,10 @@ def test_frame_var_errors_when_archive_missing(self):
124
self.check_frame_variable_errors(thread, error_strings)
125
126
@skipIfRemote
127
+ @expectedFailureAll(
128
+ oslist=["windows"],
129
+ bugnumber="llvm.org/pr24527. Makefile.rules doesn't know how to build static libs on Windows",
130
+ )
131
def test_archive_specifications(self):
132
"""
133
Create archives and make sure the information we get when retrieving
0 commit comments