[lldb/test] Skip TestStackCoreScriptedProcess if Asan is enabled
authorMed Ismail Bennani <medismail.bennani@gmail.com>
Mon, 30 Jan 2023 23:01:31 +0000 (15:01 -0800)
committerMed Ismail Bennani <medismail.bennani@gmail.com>
Mon, 30 Jan 2023 23:01:31 +0000 (15:01 -0800)
This patch skips TestStackCoreScriptedProcess because the test times out
when the Address Sanitizer is running.

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py

index 8555faf..a4ed443 100644 (file)
@@ -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."""