[lldb][test] Skip DWARF inline source file test on Windows

This was added by 917b404e2ccdcc31d2d64971ad094b80967a240b
and fails for unknown reasons.
This commit is contained in:
David Spickett 2024-01-08 12:10:51 +00:00
parent d218092543
commit 8b49ed8ba1

View File

@ -8,6 +8,8 @@ from lldbsuite.test import lldbutil
class InlineSourceFilesTestCase(TestBase):
@skipIf(compiler="gcc")
@skipIf(compiler="clang", compiler_version=["<", "18.0"])
# Fails on Windows for unknown reasons.
@skipIfWindows
def test(self):
"""Test DWARF inline source files."""
self.build()