forked from OSchip/llvm-project
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
This commit is contained in:
parent
93e7119380
commit
a8a044c194
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue