Skip to content

Commit 8a21f36

Browse files
committed
[lldb/test] Skip TestStackCoreScriptedProcess if Asan is enabled
This patch skips TestStackCoreScriptedProcess because the test times out when the Address Sanitizer is running. Signed-off-by: Med Ismail Bennani <[email protected]>
1 parent 3137fb3 commit 8a21f36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def get_module_with_name(self, target, name):
3939
@skipUnlessDarwin
4040
@skipIfOutOfTreeDebugserver
4141
@skipIfRemote
42+
@skipIfAsan # On ASAN builds, this test times-out (rdar://98678134)
4243
def test_launch_scripted_process_stack_frames(self):
4344
"""Test that we can launch an lldb scripted process from the command
4445
line, check its process ID and read string from memory."""

0 commit comments

Comments
 (0)