summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2022-04-08 13:07:08 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2022-04-08 15:02:22 -0700
commit065e3c9a8e55aacf06eb069d8916597ce13b36b5 (patch)
tree4225af3e05e86d5cae0f14bf4e479f6f23e63109 /lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
parent893e1c18b98d8bbc7b8d7d22cc2c348f65c72ad9 (diff)
[lldb] Skip more tests that don't make sense to run remotely
Skip another batch of tests that don't really make sense to run remotely.
Diffstat (limited to 'lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py')
-rw-r--r--lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py1
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 9f1c055c7ee9..5556c9a36b69 100644
--- a/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
+++ b/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
@@ -40,6 +40,7 @@ class StackCoreScriptedProcesTestCase(TestBase):
@skipUnlessDarwin
@skipIfOutOfTreeDebugserver
+ @skipIfRemote
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."""