aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/scripted_process
diff options
context:
space:
mode:
authorJason Molenda <jason@molenda.com>2023-05-25 19:12:04 -0700
committerJason Molenda <jason@molenda.com>2023-05-25 19:13:16 -0700
commitc9ee63138189368674cd201891577e65bd289ed4 (patch)
tree6d9e1b9946d427661fad73f1f7d56e6065f3327b /lldb/test/API/functionalities/scripted_process
parent12d840375d5a81e9ce1050354371c550669de2d7 (diff)
downloadllvm-c9ee63138189368674cd201891577e65bd289ed4.tar.gz
llvm-c9ee63138189368674cd201891577e65bd289ed4.tar.bz2
llvm-c9ee63138189368674cd201891577e65bd289ed4.zip
TestStackCoreScriptedProcess.py is timing out, skip it
The x86_64 macOS CI bot is failing because this test times out. It was marked as expectedFail earlier today, but that's not considered a fail so the CI runs are red. Skipping it on Darwin for now until Ismail can look into it.
Diffstat (limited to 'lldb/test/API/functionalities/scripted_process')
-rw-r--r--lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py b/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
index 6c695c659d50..bf9681ad678b 100644
--- a/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
+++ b/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
@@ -35,7 +35,7 @@ class StackCoreScriptedProcesTestCase(TestBase):
@skipIfOutOfTreeDebugserver
@skipIfRemote
@skipIfAsan # On ASAN builds, this test times-out (rdar://98678134)
- @expectedFailureDarwin
+ @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."""