[Lldb-commits] [lldb] 46643e0 - Revert "Collecting more logging to debug CI bots"

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 31 12:26:40 PST 2024


Author: Jason Molenda
Date: 2024-01-31T12:22:27-08:00
New Revision: 46643e07d4c1caae3b8fa77be3a4073300785d91

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

LOG: Revert "Collecting more logging to debug CI bots"

This reverts commit cf2533e75ec4360da460bb577e0a4e64f2d8997f.

Added: 
    

Modified: 
    lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py
    lldb/test/Shell/Watchpoint/ExpressionLanguage.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py b/lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py
index 890b0dac6b9ef..be0618bfb4b11 100644
--- a/lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py
+++ b/lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py
@@ -34,8 +34,6 @@ def test_watchpoint_count(self):
         self.runCmd("p &x1")
         self.runCmd("p &x2")
         self.runCmd("watchpoint list")
-        self.runCmd("frame select 0")
-        self.runCmd("bt")
 
         process.Continue()
 
@@ -50,7 +48,6 @@ def test_watchpoint_count(self):
         # LWP_TODO: Adding temporary prints to debug a test
         # failure on the x86-64 Debian bot.
         self.runCmd("frame select 0")
-        self.runCmd("bt")
         self.runCmd("disassemble")
 
         stop_reason = thread.GetStopReason()

diff  --git a/lldb/test/Shell/Watchpoint/ExpressionLanguage.test b/lldb/test/Shell/Watchpoint/ExpressionLanguage.test
index 245c441d4db4d..3966923778620 100644
--- a/lldb/test/Shell/Watchpoint/ExpressionLanguage.test
+++ b/lldb/test/Shell/Watchpoint/ExpressionLanguage.test
@@ -5,7 +5,6 @@
 settings  show interpreter.stop-command-source-on-error
 # CHECK: interpreter.stop-command-source-on-error (boolean) = false
 
-log enable -v lldb watch
 b main
 run
 # CHECK: stopped


        


More information about the lldb-commits mailing list