forked from OSchip/llvm-project
Skip TestDisassembleRawData when remote
Summary: As this test will create a new target, it will cause all following tests to fail when running in platform mode, if the new target does not match the existing architecture (for example, x86 vs x86_64). Reviewers: zturner, spyffe, clayborg Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D21906 llvm-svn: 274364
This commit is contained in:
parent
4a876eb645
commit
7f9fbec3e8
|
@ -19,6 +19,7 @@ class DisassembleRawDataTestCase(TestBase):
|
|||
|
||||
@add_test_categories(['pyapi'])
|
||||
@no_debug_info_test
|
||||
@skipIfRemote
|
||||
def test_disassemble_raw_data(self):
|
||||
"""Test disassembling raw bytes with the API."""
|
||||
# Create a target from the debugger.
|
||||
|
|
Loading…
Reference in New Issue