[Lldb-commits] [lldb] r325250 - @skipIfRemote TestTargetXMLArch
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 15 07:24:32 PST 2018
Author: labath
Date: Thu Feb 15 07:24:32 2018
New Revision: 325250
URL: http://llvm.org/viewvc/llvm-project?rev=325250&view=rev
Log:
@skipIfRemote TestTargetXMLArch
The test does not actually connect to any remote targets.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestTargetXMLArch.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestTargetXMLArch.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestTargetXMLArch.py?rev=325250&r1=325249&r2=325250&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestTargetXMLArch.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestTargetXMLArch.py Thu Feb 15 07:24:32 2018
@@ -8,6 +8,7 @@ class TestTargetXMLArch(GDBRemoteTestBas
@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
More information about the lldb-commits
mailing list