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 29ec071 commit 7c10876Copy full SHA for 7c10876
lldb/test/API/functionalities/archives/TestBSDArchives.py
@@ -21,10 +21,6 @@ def setUp(self):
21
# Find the line number in a(int) to break at.
22
self.line = line_number("a.c", "// Set file and line breakpoint inside a().")
23
24
- @expectedFailureAll(
25
- oslist=["windows"],
26
- bugnumber="llvm.org/pr24527. Makefile.rules doesn't know how to build static libs on Windows",
27
- )
28
def test(self):
29
"""Break inside a() and b() defined within libfoo.a."""
30
self.build()
0 commit comments