mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
[lldb] [test] Restore Windows-skip on 'process connect' tests
This commit is contained in:
@@ -33,6 +33,7 @@ class TestProcessConnect(GDBRemoteTestBase):
|
||||
finally:
|
||||
self.dbg.GetSelectedPlatform().DisconnectRemote()
|
||||
|
||||
@skipIfWindows
|
||||
def test_process_connect_sync(self):
|
||||
"""Test the gdb-remote command in synchronous mode"""
|
||||
try:
|
||||
@@ -43,6 +44,7 @@ class TestProcessConnect(GDBRemoteTestBase):
|
||||
finally:
|
||||
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"""
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# UNSUPPORTED: system-windows
|
||||
|
||||
# Synchronous
|
||||
# RUN: %lldb -o 'platform select remote-gdb-server' -o 'process connect connect://localhost:4321' 2>&1 | FileCheck %s
|
||||
|
||||
|
||||
Reference in New Issue
Block a user