Skip to content

Commit 62286c5

Browse files
committed
[lldb/test] Remove a double debugserver launch in TestGdbRemoteGPacket
Debug server is already launched by prep_debug_monitor_and_inferior. The second seems to have been benign so far, but after 8cc49be this test started failing frequently on GreenDragon, and this is the only unusual thing about it.
1 parent a895a44 commit 62286c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/tools/lldb-server/register-reading/TestGdbRemoteGPacket.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def run_test_g_packet(self):
3737
{"direction": "send", "regex": r"^\$(.+)#[0-9a-fA-F]{2}$",
3838
"capture": {1: "register_bank"}}],
3939
True)
40-
self.connect_to_debug_monitor()
4140
context = self.expect_gdbremote_sequence()
4241
register_bank = context.get("register_bank")
4342
self.assertNotEqual(register_bank[0], 'E')

0 commit comments

Comments
 (0)