forked from OSchip/llvm-project
parent
68a4d179c2
commit
adc7d63f46
|
@ -7,6 +7,7 @@ from gdbclientutils import *
|
|||
class TestPlatformKill(GDBRemoteTestBase):
|
||||
|
||||
@skipIfRemote
|
||||
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr52451")
|
||||
def test_kill_different_platform(self):
|
||||
"""Test connecting to a remote linux platform"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue