Temporarily skip test under ASAN
authorAdrian Prantl <aprantl@apple.com>
Fri, 16 Dec 2022 21:50:09 +0000 (13:50 -0800)
committerAdrian Prantl <aprantl@apple.com>
Fri, 16 Dec 2022 21:50:21 +0000 (13:50 -0800)
lldb/test/API/macosx/early-process-launch/TestEarlyProcessLaunch.py

index dd0cc55..0d579dc 100644 (file)
@@ -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.