[lldb/Test] Skip async process connect tests with reproducers

Reproducers only support synchronous mode.
This commit is contained in:
Jonas Devlieghere 2020-07-15 15:39:24 -07:00
parent b0ad73a2a0
commit c14e11b0bb
1 changed files with 2 additions and 0 deletions

View File

@ -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: