forked from OSchip/llvm-project
[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 8cc49bec2
this test
started failing frequently on GreenDragon, and this is the only unusual
thing about it.
This commit is contained in:
parent
a895a446bc
commit
62286c569d
|
@ -37,7 +37,6 @@ class TestGdbRemoteGPacket(gdbremote_testcase.GdbRemoteTestCaseBase):
|
|||
{"direction": "send", "regex": r"^\$(.+)#[0-9a-fA-F]{2}$",
|
||||
"capture": {1: "register_bank"}}],
|
||||
True)
|
||||
self.connect_to_debug_monitor()
|
||||
context = self.expect_gdbremote_sequence()
|
||||
register_bank = context.get("register_bank")
|
||||
self.assertNotEqual(register_bank[0], 'E')
|
||||
|
|
Loading…
Reference in New Issue