[Lldb-commits] [PATCH] D21906: Skip TestDisassembleRawData when remote
Francis Ricci via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 30 13:21:50 PDT 2016
fjricci created this revision.
fjricci added reviewers: clayborg, zturner, spyffe.
fjricci added a subscriber: lldb-commits.
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).
http://reviews.llvm.org/D21906
Files:
packages/Python/lldbsuite/test/python_api/disassemble-raw-data/TestDisassembleRawData.py
Index: packages/Python/lldbsuite/test/python_api/disassemble-raw-data/TestDisassembleRawData.py
===================================================================
--- packages/Python/lldbsuite/test/python_api/disassemble-raw-data/TestDisassembleRawData.py
+++ packages/Python/lldbsuite/test/python_api/disassemble-raw-data/TestDisassembleRawData.py
@@ -19,6 +19,7 @@
@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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21906.62406.patch
Type: text/x-patch
Size: 597 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160630/667d83e9/attachment.bin>
More information about the lldb-commits
mailing list