Skip to content

Commit

Permalink
Skip TestDisassembleRawData when remote
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fjricci committed Jul 1, 2016
1 parent 4a876eb commit 7f9fbec
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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.
Expand Down

0 comments on commit 7f9fbec

Please sign in to comment.