From a32f8dd195866c2be95d7e71f311a805a6fed4cd Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Fri, 20 Dec 2019 21:01:23 -0800 Subject: [lldb/test] Skip editline tests when LLDB_ENABLE_LIBEDIT is off. Add a new decorator that checks if LLDB was build with editline support and mark the relevant tests as skipped when that's not the case. --- .../commands/expression/multiline-completion/TestMultilineCompletion.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion') 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 1275595a793..9b2b71230e5 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 @@ -15,6 +15,7 @@ class MultilineCompletionTest(PExpectTest): # under ASAN on a loaded machine.. @skipIfAsan @skipIfRemote # test is written to explicitly "run" the binary + @skipIfEditlineSupportMissing def test_basic_completion(self): """Test that we can complete a simple multiline expression""" self.build() -- cgit v1.2.3