Skip to content

Commit 46643e0

Browse files
committed
Revert "Collecting more logging to debug CI bots"
This reverts commit cf2533e.
1 parent e95250c commit 46643e0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ def test_watchpoint_count(self):
3434
self.runCmd("p &x1")
3535
self.runCmd("p &x2")
3636
self.runCmd("watchpoint list")
37-
self.runCmd("frame select 0")
38-
self.runCmd("bt")
3937

4038
process.Continue()
4139

@@ -50,7 +48,6 @@ def test_watchpoint_count(self):
5048
# LWP_TODO: Adding temporary prints to debug a test
5149
# failure on the x86-64 Debian bot.
5250
self.runCmd("frame select 0")
53-
self.runCmd("bt")
5451
self.runCmd("disassemble")
5552

5653
stop_reason = thread.GetStopReason()

lldb/test/Shell/Watchpoint/ExpressionLanguage.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
settings show interpreter.stop-command-source-on-error
66
# CHECK: interpreter.stop-command-source-on-error (boolean) = false
77

8-
log enable -v lldb watch
98
b main
109
run
1110
# CHECK: stopped

0 commit comments

Comments
 (0)