mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 01:55:08 +00:00
@skipIfRemote TestTargetXMLArch
The test does not actually connect to any remote targets. llvm-svn: 325250
This commit is contained in:
parent
a6affc2fab
commit
23c0cce597
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user