[lldb] XFAIL TestPlatformKill on windows

-> PR52451
This commit is contained in:
Pavel Labath 2021-11-09 19:39:17 +01:00
parent 68a4d179c2
commit adc7d63f46
1 changed files with 1 additions and 0 deletions

View File

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