[lldbsuite] Disable TestStopPCs when there's no XML support

The test relies on xml support to setup the correct registers. If there's no XML support, the test is going to fail.

llvm-svn: 348435
This commit is contained in:
Stella Stamenova 2018-12-06 00:11:17 +00:00
parent bf5fe2dbba
commit 1770c9ad24
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ from gdbclientutils import *
class TestStopPCs(GDBRemoteTestBase):
@skipIfXmlSupportMissing
def test(self):
class MyResponder(MockGDBServerResponder):
def haltReason(self):