summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/object-file
diff options
context:
space:
mode:
authorFrancis Ricci <francisjricci@gmail.com>2016-06-24 20:44:23 +0000
committerFrancis Ricci <francisjricci@gmail.com>2016-06-24 20:44:23 +0000
commita8a044c194b539d2d32be712949e45df1d346eca (patch)
tree0ffe6133fdc66c4864d938f1d7946e1d8ad78342 /lldb/packages/Python/lldbsuite/test/functionalities/object-file
parent93e711938050e35f5275a1b36fae25226c25fc63 (diff)
downloadbcm5719-llvm-a8a044c194b539d2d32be712949e45df1d346eca.tar.gz
bcm5719-llvm-a8a044c194b539d2d32be712949e45df1d346eca.zip
Don't run TestImageListMultiArchitecture during remote test suite
Reviewers: zturner, clayborg, tfiala Subscribers: sas, lldb-commits Differential Revision: http://reviews.llvm.org/D21648 llvm-svn: 273720
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/object-file')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/object-file/TestImageListMultiArchitecture.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/object-file/TestImageListMultiArchitecture.py b/lldb/packages/Python/lldbsuite/test/functionalities/object-file/TestImageListMultiArchitecture.py
index a62ecb0818a..0fdc43bb9fe 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/object-file/TestImageListMultiArchitecture.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/object-file/TestImageListMultiArchitecture.py
@@ -21,6 +21,7 @@ class TestImageListMultiArchitecture(TestBase):
mydir = TestBase.compute_mydir(__file__)
@no_debug_info_test
+ @skipIfRemote
def test_image_list_shows_multiple_architectures(self):
"""Test that image list properly shows the correct architecture for a set of different architecture object files."""
images = {
OpenPOWER on IntegriCloud