forked from OSchip/llvm-project
Skip (more) PExpect tests under ASAN, I can't get them to work reliably.
llvm-svn: 375312
This commit is contained in:
parent
1d7b41361f
commit
0904f92401
|
@ -13,6 +13,9 @@ class IOHandlerCompletionTest(PExpectTest):
|
|||
|
||||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
||||
# PExpect uses many timeouts internally and doesn't play well
|
||||
# under ASAN on a loaded machine..
|
||||
@skipIfAsan
|
||||
def test_completion(self):
|
||||
self.launch(dimensions=(100,500))
|
||||
|
||||
|
|
Loading…
Reference in New Issue