Author: Jonas Devlieghere Date: 2020-07-15T15:39:44-07:00 New Revision: c14e11b0bb269e3744d5858b13a6df244308f25f
URL: https://github.com/llvm/llvm-project/commit/c14e11b0bb269e3744d5858b13a6df244308f25f DIFF: https://github.com/llvm/llvm-project/commit/c14e11b0bb269e3744d5858b13a6df244308f25f.diff LOG: [lldb/Test] Skip async process connect tests with reproducers Reproducers only support synchronous mode. Added: Modified: lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py Removed: ################################################################################ diff --git a/lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py b/lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py index e9e6b4e38ce1..14891b24249b 100644 --- a/lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py +++ b/lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py @@ -21,6 +21,7 @@ def test_gdb_remote_sync(self): 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 @@ def test_process_connect_sync(self): 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: _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits