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 8055f76 commit 15f3ea5Copy full SHA for 15f3ea5
lldb/test/API/functionalities/multiple-slides/TestMultipleSlides.py
@@ -15,7 +15,7 @@ class MultipleSlidesTestCase(TestBase):
15
# The intermediate object main.o is compiled without debug info, but
16
# a.out is linked with `-gdwarf` on Windows. This creates a PDB.
17
# However, in the native PDB plugin, the symbols don't have a size.
18
- @skipIfWindows
+ @expectedFailureWindows
19
def test_mulitple_slides(self):
20
"""Test that a binary can be slid multiple times correctly."""
21
self.build()
0 commit comments