summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-11-21 13:09:40 -0800
committerJonas Devlieghere <jonas@devlieghere.com>2019-11-21 13:09:40 -0800
commit44fe1f024d542bb7d286f9dd03ef35ad474399bd (patch)
treedf0cc1fee7ede8662d5149e051e0bdd86c7cb8f5 /lldb/packages/Python/lldbsuite/test
parent4f5d931c5813a5f89250b427b2d3e8c63e03a0c6 (diff)
downloadbcm5719-llvm-44fe1f024d542bb7d286f9dd03ef35ad474399bd.tar.gz
bcm5719-llvm-44fe1f024d542bb7d286f9dd03ef35ad474399bd.zip
[test] Mark TestEditline as skipped with ASan.
As discussed in https://reviews.llvm.org/D70324.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/terminal/TestEditline.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/terminal/TestEditline.py b/lldb/packages/Python/lldbsuite/test/terminal/TestEditline.py
index df622820028..01671041ba4 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.
OpenPOWER on IntegriCloud