[Lldb-commits] [lldb] d10a61c - [lldb/test] Disable TestStackCoreScriptedProcess.py
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 21 14:06:49 PDT 2023
Author: Med Ismail Bennani
Date: 2023-06-21T14:05:55-07:00
New Revision: d10a61c8d2666a00ad483c71e72b49412a57c2bd
URL: https://github.com/llvm/llvm-project/commit/d10a61c8d2666a00ad483c71e72b49412a57c2bd
DIFF: https://github.com/llvm/llvm-project/commit/d10a61c8d2666a00ad483c71e72b49412a57c2bd.diff
LOG: [lldb/test] Disable TestStackCoreScriptedProcess.py
This patch disables TestStackCoreScriptedProcess.py since it times out
non deterministicly.
Signed-off-by: Med Ismail Bennani <ismail at bennani.ma>
Added:
Modified:
lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
Removed:
################################################################################
diff --git a/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py b/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
index 28f8630ba8611..bf9681ad678b6 100644
--- a/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
+++ b/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
@@ -35,6 +35,7 @@ def get_module_with_name(self, target, name):
@skipIfOutOfTreeDebugserver
@skipIfRemote
@skipIfAsan # On ASAN builds, this test times-out (rdar://98678134)
+ @skipIfDarwin
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."""
More information about the lldb-commits
mailing list