diff options
| author | Jonas Devlieghere <jonas@devlieghere.com> | 2021-12-01 21:33:40 -0800 |
|---|---|---|
| committer | Jonas Devlieghere <jonas@devlieghere.com> | 2021-12-01 21:35:00 -0800 |
| commit | fcd2d85cc9438ffe8e4a4948898077dfc253fe9d (patch) | |
| tree | f4b7f91ae1ff77be2b8b732cbe9b3d82377471a1 /lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py | |
| parent | b0ac68ccb72909e047c86e6ee7e036d278be28ff (diff) | |
[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.
Diffstat (limited to 'lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py')
| -rw-r--r-- | lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py b/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py index 342068328310..9df72cdda190 100644 --- a/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py +++ b/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py @@ -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.""" |
