File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
lldb/packages/Python/lldbsuite/test/commands
expression/multiline-completion Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ class MultilineCompletionTest(PExpectTest):
11
11
12
12
mydir = TestBase .compute_mydir (__file__ )
13
13
14
+ # PExpect uses many timeouts internally and doesn't play well
15
+ # under ASAN on a loaded machine..
16
+ @skipIfAsan
14
17
def test_basic_completion (self ):
15
18
"""Test that we can complete a simple multiline expression"""
16
19
self .build ()
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ class BasicGuiCommandTest(PExpectTest):
11
11
12
12
mydir = TestBase .compute_mydir (__file__ )
13
13
14
+ # PExpect uses many timeouts internally and doesn't play well
15
+ # under ASAN on a loaded machine..
16
+ @skipIfAsan
14
17
@skipIfCursesSupportMissing
15
18
def test_gui (self ):
16
19
self .build ()
You can’t perform that action at this time.
0 commit comments