[Lldb-commits] [lldb] 44fe1f0 - [test] Mark TestEditline as skipped with ASan.

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 21 13:10:19 PST 2019


Author: Jonas Devlieghere
Date: 2019-11-21T13:09:40-08:00
New Revision: 44fe1f024d542bb7d286f9dd03ef35ad474399bd

URL: https://github.com/llvm/llvm-project/commit/44fe1f024d542bb7d286f9dd03ef35ad474399bd
DIFF: https://github.com/llvm/llvm-project/commit/44fe1f024d542bb7d286f9dd03ef35ad474399bd.diff

LOG: [test] Mark TestEditline as skipped with ASan.

As discussed in https://reviews.llvm.org/D70324.

Added: 
    

Modified: 
    lldb/packages/Python/lldbsuite/test/terminal/TestEditline.py

Removed: 
    


################################################################################
diff  --git a/lldb/packages/Python/lldbsuite/test/terminal/TestEditline.py b/lldb/packages/Python/lldbsuite/test/terminal/TestEditline.py
index df622820028b..01671041ba4b 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.
 


        


More information about the lldb-commits mailing list