From 44fe1f024d542bb7d286f9dd03ef35ad474399bd Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 21 Nov 2019 13:09:40 -0800 Subject: [PATCH] [test] Mark TestEditline as skipped with ASan. As discussed in https://reviews.llvm.org/D70324. --- lldb/packages/Python/lldbsuite/test/terminal/TestEditline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/packages/Python/lldbsuite/test/terminal/TestEditline.py b/lldb/packages/Python/lldbsuite/test/terminal/TestEditline.py index df622820028b9..01671041ba4bd 100644 --- a/lldb/packages/Python/lldbsuite/test/terminal/TestEditline.py +++ b/lldb/packages/Python/lldbsuite/test/terminal/TestEditline.py @@ -16,6 +16,7 @@ class EditlineTest(PExpectTest): mydir = TestBase.compute_mydir(__file__) + @skipIfAsan def test_left_right_arrow(self): """Test that ctrl+left/right arrow navigates words correctly.