Skip to content

Commit 8b49ed8

Browse files
committed
[lldb][test] Skip DWARF inline source file test on Windows
This was added by 917b404 and fails for unknown reasons.
1 parent d218092 commit 8b49ed8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/functionalities/inline-sourcefile/TestInlineSourceFiles.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
class InlineSourceFilesTestCase(TestBase):
99
@skipIf(compiler="gcc")
1010
@skipIf(compiler="clang", compiler_version=["<", "18.0"])
11+
# Fails on Windows for unknown reasons.
12+
@skipIfWindows
1113
def test(self):
1214
"""Test DWARF inline source files."""
1315
self.build()

0 commit comments

Comments
 (0)