[Lldb-commits] [lldb] 5015f25 - [lldb/test] Fix TestSourceManager for eee887e0

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 29 05:56:32 PDT 2021


Author: Pavel Labath
Date: 2021-10-29T14:56:23+02:00
New Revision: 5015f250894d3d97917d858850fae7960923a4ae

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

LOG: [lldb/test] Fix TestSourceManager for eee887e0

I'm removing the extra trace commands as they're not compatible with
windows, and there's no immediate replacement available.

Added: 
    

Modified: 
    lldb/test/API/source-manager/TestSourceManager.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/source-manager/TestSourceManager.py b/lldb/test/API/source-manager/TestSourceManager.py
index fc91d3c445b9a..ba26e0e058ce6 100644
--- a/lldb/test/API/source-manager/TestSourceManager.py
+++ b/lldb/test/API/source-manager/TestSourceManager.py
@@ -146,10 +146,6 @@ def test_move_and_then_display_source(self):
         main_c_hidden = os.path.join(hidden, "main-copy.c")
         os.rename(self.file, main_c_hidden)
 
-        if self.TraceOn():
-            system([["ls"]])
-            system([["ls", "hidden"]])
-
         # Set source remapping with invalid replace path and verify we get an
         # error
         self.expect(


        


More information about the lldb-commits mailing list