Skip to content

Commit 0180d12

Browse files
committed
[LLDB] Skip TestMultipleSlides.py on Windows
1 parent 287ca7b commit 0180d12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
class MultipleSlidesTestCase(TestBase):
1313
NO_DEBUG_INFO_TESTCASE = True
1414

15+
# DWARF doesn't include public symbols on Windows, so LLDB falls back to the PDB.
16+
# Symbols don't have a size in the native PDB plugin.
17+
@skipIfWindows
1518
def test_mulitple_slides(self):
1619
"""Test that a binary can be slid multiple times correctly."""
1720
self.build()

0 commit comments

Comments
 (0)