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.


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to