From 8b65411b006cbe302dea7d00ff79abddd1403061 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Thu, 6 Feb 2025 14:50:09 -0800 Subject: [lldb][NFC] Remove old skipIfOutOfTreeDebugserver's (#126144) When a test depends on a new debugserver feature/fix, the API test must be marked @skipIfOutOfTreeDebugserver because the macOS CI bots test using the latest Xcode release debugserver. But over time all of these fixes & new features are picked up in the Xcode debugserver and these skips can be removed. We may see unexpected test failures from removing all of these 1+ year old skips, but that's likely a separate reason the test is failing that is being papered over by this skip. --- .../API/functionalities/scripted_process/TestStackCoreScriptedProcess.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/test/API/functionalities/scripted_process') diff --git a/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py b/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py index bf9681ad678b..a5c79378bab5 100644 --- a/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py +++ b/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py @@ -32,7 +32,6 @@ class StackCoreScriptedProcesTestCase(TestBase): return None @skipUnlessDarwin - @skipIfOutOfTreeDebugserver @skipIfRemote @skipIfAsan # On ASAN builds, this test times-out (rdar://98678134) @skipIfDarwin -- cgit v1.2.3