Skip to content

Commit c041fa1

Browse files
committed
XFAIL test with dsymutil
1 parent 4f59a38 commit c041fa1

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+
# dsymutil doesn't yet copy the sources
12+
@expectedFailureDarwin(debug_info=["dsym"])
1113
def test(self):
1214
"""Test DWARF inline source files."""
1315
self.build()

0 commit comments

Comments
 (0)