From: Med Ismail Bennani Date: Mon, 30 Jan 2023 23:01:31 +0000 (-0800) Subject: [lldb/test] Skip TestStackCoreScriptedProcess if Asan is enabled X-Git-Tag: upstream/17.0.6~19131 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40cef80647cc21b86cbc7c969c7007f9a8f40715;p=platform%2Fupstream%2Fllvm.git [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 --- diff --git a/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py b/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py index 8555faf..a4ed443 100644 --- a/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py +++ b/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py @@ -33,6 +33,7 @@ class StackCoreScriptedProcesTestCase(TestBase): @skipUnlessDarwin @skipIfOutOfTreeDebugserver @skipIfRemote + @skipIfAsan # On ASAN builds, this test times-out (rdar://98678134) def test_launch_scripted_process_stack_frames(self): """Test that we can launch an lldb scripted process from the command line, check its process ID and read string from memory."""