https://github.com/medismailben created 
https://github.com/llvm/llvm-project/pull/183885

This test exercises macOS-specific linker functionality (-delay_library) and 
uses a hardcoded local working directory for the launch info. It should not run 
against a remote platform where neither condition holds.

>From 331ba76eef92082c9b531ca04bca0a69d9dc77bd Mon Sep 17 00:00:00 2001
From: Med Ismail Bennani <[email protected]>
Date: Fri, 27 Feb 2026 22:38:44 -0800
Subject: [PATCH] [lldb/test] Skip TestDelayInitDependency on remote platforms

This test exercises macOS-specific linker functionality (-delay_library)
and uses a hardcoded local working directory for the launch info. It
should not run against a remote platform where neither condition holds.

Signed-off-by: Med Ismail Bennani <[email protected]>
---
 .../API/macosx/delay-init-dependency/TestDelayInitDependency.py  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/lldb/test/API/macosx/delay-init-dependency/TestDelayInitDependency.py 
b/lldb/test/API/macosx/delay-init-dependency/TestDelayInitDependency.py
index 090a3554a9207..74459999187f7 100644
--- a/lldb/test/API/macosx/delay-init-dependency/TestDelayInitDependency.py
+++ b/lldb/test/API/macosx/delay-init-dependency/TestDelayInitDependency.py
@@ -12,6 +12,7 @@ class TestDelayInitDependencies(TestBase):
 
     @skipUnlessDarwin
     @skipIf(macos_version=["<", "15.0"])
+    @skipIfRemote
     def test_delay_init_dependency(self):
         TestBase.setUp(self)
         out = subprocess.run(

_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to