[Lldb-commits] [lldb] c041fa1 - XFAIL test with dsymutil

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 4 10:26:00 PST 2024


Author: Adrian Prantl
Date: 2024-01-04T10:25:47-08:00
New Revision: c041fa1093c3ad7be040fb362a10ca3900c698a4

URL: https://github.com/llvm/llvm-project/commit/c041fa1093c3ad7be040fb362a10ca3900c698a4
DIFF: https://github.com/llvm/llvm-project/commit/c041fa1093c3ad7be040fb362a10ca3900c698a4.diff

LOG: XFAIL test with dsymutil

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/inline-sourcefile/TestInlineSourceFiles.py b/lldb/test/API/functionalities/inline-sourcefile/TestInlineSourceFiles.py
index 20ed0ce00661f0..ce7ac6fc503ed7 100644
--- a/lldb/test/API/functionalities/inline-sourcefile/TestInlineSourceFiles.py
+++ b/lldb/test/API/functionalities/inline-sourcefile/TestInlineSourceFiles.py
@@ -8,6 +8,8 @@
 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()


        


More information about the lldb-commits mailing list