[lldb] Skip test_launch_scripted_process_stack_frames with ASan

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.
This commit is contained in:
Jonas Devlieghere
2021-12-01 21:33:40 -08:00
parent b0ac68ccb7
commit fcd2d85cc9

View 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."""