diff options
author | Pavel Labath <labath@google.com> | 2018-02-15 15:24:32 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2018-02-15 15:24:32 +0000 |
commit | 23c0cce5976b1b55bcb44ac0f8f56c40a02ed861 (patch) | |
tree | 23844b7c18ea9f6998522871cddf1d4ff1b6c4d6 /lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client | |
parent | a6affc2fab8a2a68aba6ae235e195fff8b8e2d07 (diff) | |
download | bcm5719-llvm-23c0cce5976b1b55bcb44ac0f8f56c40a02ed861.tar.gz bcm5719-llvm-23c0cce5976b1b55bcb44ac0f8f56c40a02ed861.zip |
@skipIfRemote TestTargetXMLArch
The test does not actually connect to any remote targets.
llvm-svn: 325250
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestTargetXMLArch.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestTargetXMLArch.py b/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestTargetXMLArch.py index f4f86961f18..b12b8f1356a 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestTargetXMLArch.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestTargetXMLArch.py @@ -8,6 +8,7 @@ class TestTargetXMLArch(GDBRemoteTestBase): @skipIf(hostoslist=no_match(lldbplatformutil.getDarwinOSTriples())) @expectedFailureAll(archs=["i386"]) + @skipIfRemote def test(self): """ Test lldb's parsing of the <architecture> tag in the target.xml register |