[lldb] Skip test_launch_scripted_process_stack_frames with ASan
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 2 Dec 2021 05:33:40 +0000 (21:33 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 2 Dec 2021 05:35:00 +0000 (21:35 -0800)
This test is failing on the sanitized bot because of a
heap-use-after-free. Disabling the test to turn the bot
green again.

rdar://85954489.

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

index 3420683..9df72cd 100644 (file)
@@ -104,6 +104,7 @@ class ScriptedProcesTestCase(TestBase):
     @skipUnlessDarwin
     @skipIfOutOfTreeDebugserver
     @skipIf(archs=no_match(['x86_64']))
+    @skipIfAsan # rdar://85954489
     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."""