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()


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to