diff options
author | Stella Stamenova <stilis@microsoft.com> | 2018-12-06 00:11:17 +0000 |
---|---|---|
committer | Stella Stamenova <stilis@microsoft.com> | 2018-12-06 00:11:17 +0000 |
commit | 1770c9ad248e78876fa3386b92e3cafda64d2525 (patch) | |
tree | f9f2321f5e582b74565818faed4350a6a5ca7c65 /lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client | |
parent | bf5fe2dbba0899bee4323f5eaa075acc43a18e2e (diff) | |
download | bcm5719-llvm-1770c9ad248e78876fa3386b92e3cafda64d2525.tar.gz bcm5719-llvm-1770c9ad248e78876fa3386b92e3cafda64d2525.zip |
[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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestStopPCs.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 5a0849f0d2e..7b733e77e67 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): |