mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 15:06:06 +00:00
[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:
parent
d218092543
commit
8b49ed8ba1
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user