[lldb/Test] Skip async process connect tests with reproducers
Reproducers only support synchronous mode.
This commit is contained in:
parent
b0ad73a2a0
commit
c14e11b0bb
|
|
@ -21,6 +21,7 @@ class TestProcessConnect(GDBRemoteTestBase):
|
|||
self.dbg.GetSelectedPlatform().DisconnectRemote()
|
||||
|
||||
@skipIfWindows
|
||||
@skipIfReproducer # Reproducer don't support async.
|
||||
def test_gdb_remote_async(self):
|
||||
"""Test the gdb-remote command in asynchronous mode"""
|
||||
try:
|
||||
|
|
@ -45,6 +46,7 @@ class TestProcessConnect(GDBRemoteTestBase):
|
|||
self.dbg.GetSelectedPlatform().DisconnectRemote()
|
||||
|
||||
@skipIfWindows
|
||||
@skipIfReproducer # Reproducer don't support async.
|
||||
def test_process_connect_async(self):
|
||||
"""Test the gdb-remote command in asynchronous mode"""
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in New Issue