aboutsummaryrefslogtreecommitdiff
path: root/lldb
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2024-01-04 10:25:27 -0800
committerAdrian Prantl <aprantl@apple.com>2024-01-04 10:25:47 -0800
commitc041fa1093c3ad7be040fb362a10ca3900c698a4 (patch)
treeb4608e7b76ed3dbbf0d6756e8549ecb3371a84c1 /lldb
parent4f59a38821a2175408a3189327223b85ddba636f (diff)
downloadllvm-c041fa1093c3ad7be040fb362a10ca3900c698a4.zip
llvm-c041fa1093c3ad7be040fb362a10ca3900c698a4.tar.gz
llvm-c041fa1093c3ad7be040fb362a10ca3900c698a4.tar.bz2
XFAIL test with dsymutil
Diffstat (limited to 'lldb')
-rw-r--r--lldb/test/API/functionalities/inline-sourcefile/TestInlineSourceFiles.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/API/functionalities/inline-sourcefile/TestInlineSourceFiles.py b/lldb/test/API/functionalities/inline-sourcefile/TestInlineSourceFiles.py
index 20ed0ce..ce7ac6f 100644
--- a/lldb/test/API/functionalities/inline-sourcefile/TestInlineSourceFiles.py
+++ b/lldb/test/API/functionalities/inline-sourcefile/TestInlineSourceFiles.py
@@ -8,6 +8,8 @@ from lldbsuite.test import lldbutil
class InlineSourceFilesTestCase(TestBase):
@skipIf(compiler="gcc")
@skipIf(compiler="clang", compiler_version=["<", "18.0"])
+ # dsymutil doesn't yet copy the sources
+ @expectedFailureDarwin(debug_info=["dsym"])
def test(self):
"""Test DWARF inline source files."""
self.build()