[Lldb-commits] [lldb] 5fd18bd - Revert "XFAIL test with dsymutil"

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 4 16:47:43 PST 2024


Author: Jonas Devlieghere
Date: 2024-01-04T16:47:16-08:00
New Revision: 5fd18bdef9e1f18d6069a542551f046f1a179b38

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

LOG: Revert "XFAIL test with dsymutil"

This reverts commit c041fa1093c3ad7be040fb362a10ca3900c698a4 as Adrian
added support to 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 ce7ac6fc503ed7..20ed0ce00661f0 100644
--- a/lldb/test/API/functionalities/inline-sourcefile/TestInlineSourceFiles.py
+++ b/lldb/test/API/functionalities/inline-sourcefile/TestInlineSourceFiles.py
@@ -8,8 +8,6 @@
 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