forked from OSchip/llvm-project
Don't run expect based tests remotely.
This commit is contained in:
parent
4fe92abceb
commit
24a4d27acd
|
@ -14,7 +14,7 @@ class MultilineCompletionTest(PExpectTest):
|
|||
# PExpect uses many timeouts internally and doesn't play well
|
||||
# under ASAN on a loaded machine..
|
||||
@skipIfAsan
|
||||
@skipIfDarwinEmbedded # test is written to explicitly "run" the binary
|
||||
@skipIfRemote # test is written to explicitly "run" the binary
|
||||
def test_basic_completion(self):
|
||||
"""Test that we can complete a simple multiline expression"""
|
||||
self.build()
|
||||
|
|
|
@ -15,7 +15,7 @@ class BasicGuiCommandTest(PExpectTest):
|
|||
# under ASAN on a loaded machine..
|
||||
@skipIfAsan
|
||||
@skipIfCursesSupportMissing
|
||||
@skipIfDarwinEmbedded # "run" command will not work correctly for remote debug
|
||||
@skipIfRemote # "run" command will not work correctly for remote debug
|
||||
def test_gui(self):
|
||||
self.build()
|
||||
|
||||
|
|
Loading…
Reference in New Issue