From: Stella Stamenova Date: Thu, 6 Dec 2018 00:11:17 +0000 (+0000) Subject: [lldbsuite] Disable TestStopPCs when there's no XML support X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1770c9ad248e78876fa3386b92e3cafda64d2525;p=platform%2Fupstream%2Fllvm.git [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 --- diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestStopPCs.py b/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestStopPCs.py index 5a0849f..7b733e7 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestStopPCs.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestStopPCs.py @@ -6,6 +6,8 @@ from gdbclientutils import * class TestStopPCs(GDBRemoteTestBase): + + @skipIfXmlSupportMissing def test(self): class MyResponder(MockGDBServerResponder): def haltReason(self):