From 1770c9ad248e78876fa3386b92e3cafda64d2525 Mon Sep 17 00:00:00 2001 From: Stella Stamenova Date: Thu, 6 Dec 2018 00:11:17 +0000 Subject: [PATCH] [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 --- .../lldbsuite/test/functionalities/gdb_remote_client/TestStopPCs.py | 2 ++ 1 file changed, 2 insertions(+) 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): -- 2.7.4