diff options
| author | Med Ismail Bennani <medismail.bennani@gmail.com> | 2023-01-30 15:01:31 -0800 |
|---|---|---|
| committer | Med Ismail Bennani <medismail.bennani@gmail.com> | 2023-01-30 15:01:31 -0800 |
| commit | 40cef80647cc21b86cbc7c969c7007f9a8f40715 (patch) | |
| tree | cdc98798fe9badc236294834dcf3837f9a137735 /lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py | |
| parent | f68fc8d9d20ca957912cc3477564bc7246b61ccd (diff) | |
[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 <medismail.bennani@gmail.com>
Diffstat (limited to 'lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py')
| -rw-r--r-- | lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py b/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py index 8555faf67226..a4ed443d3fe8 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.""" |
