Skip to content

Commit 15f3ea5

Browse files
committed
fix: xfail on Windows
1 parent 8055f76 commit 15f3ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/functionalities/multiple-slides/TestMultipleSlides.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class MultipleSlidesTestCase(TestBase):
1515
# The intermediate object main.o is compiled without debug info, but
1616
# a.out is linked with `-gdwarf` on Windows. This creates a PDB.
1717
# However, in the native PDB plugin, the symbols don't have a size.
18-
@skipIfWindows
18+
@expectedFailureWindows
1919
def test_mulitple_slides(self):
2020
"""Test that a binary can be slid multiple times correctly."""
2121
self.build()

0 commit comments

Comments
 (0)