[Lldb-commits] [lldb] 27249c0 - Temporarily skip test under ASAN

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 16 13:50:33 PST 2022


Author: Adrian Prantl
Date: 2022-12-16T13:50:21-08:00
New Revision: 27249c06b775c73b7fa9f2d8e48cac1a85169481

URL: https://github.com/llvm/llvm-project/commit/27249c06b775c73b7fa9f2d8e48cac1a85169481
DIFF: https://github.com/llvm/llvm-project/commit/27249c06b775c73b7fa9f2d8e48cac1a85169481.diff

LOG: Temporarily skip test under ASAN

Added: 
    

Modified: 
    lldb/test/API/macosx/early-process-launch/TestEarlyProcessLaunch.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/macosx/early-process-launch/TestEarlyProcessLaunch.py b/lldb/test/API/macosx/early-process-launch/TestEarlyProcessLaunch.py
index dd0cc559ecad6..0d579dc6b8faa 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.


        


More information about the lldb-commits mailing list