diff options
author | Adrian Prantl <aprantl@apple.com> | 2019-10-15 15:38:49 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2019-10-15 15:38:49 +0000 |
commit | 263eb368694228efc155f1140779b561d1c34db4 (patch) | |
tree | 8194e2a0ef38e4bcf3f6ea21a5b67914fa35680f /lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion | |
parent | 0cdf478955156b64467627a49accaff793580ea7 (diff) | |
download | bcm5719-llvm-263eb368694228efc155f1140779b561d1c34db4.tar.gz bcm5719-llvm-263eb368694228efc155f1140779b561d1c34db4.zip |
Skip PExpect tests under ASAN, I can't get them to work reliably.
llvm-svn: 374905
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py b/lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py index b96eba74db8..dc4f36b6f8b 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py +++ b/lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/TestMultilineCompletion.py @@ -11,6 +11,9 @@ class MultilineCompletionTest(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_basic_completion(self): """Test that we can complete a simple multiline expression""" self.build() |