From 27249c06b775c73b7fa9f2d8e48cac1a85169481 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 16 Dec 2022 13:50:09 -0800 Subject: [PATCH] Temporarily skip test under ASAN --- lldb/test/API/macosx/early-process-launch/TestEarlyProcessLaunch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/API/macosx/early-process-launch/TestEarlyProcessLaunch.py b/lldb/test/API/macosx/early-process-launch/TestEarlyProcessLaunch.py index dd0cc55..0d579dc 100644 --- a/lldb/test/API/macosx/early-process-launch/TestEarlyProcessLaunch.py +++ b/lldb/test/API/macosx/early-process-launch/TestEarlyProcessLaunch.py @@ -13,6 +13,7 @@ class TestEarlyProcessLaunch(TestBase): NO_DEBUG_INFO_TESTCASE = True @skipUnlessDarwin + @skipIfAsan # rdar://103359354 @skipIfOutOfTreeDebugserver # 2022-12-13 FIXME: skipping system debugserver # until this feature is included in the system # debugserver. -- 2.7.4