Skip to content

[lldb/test] Skip TestDelayInitDependency on remote platforms - #183885

Merged
medismailben merged 1 commit into
llvm:mainfrom
medismailben:skip-macos-specific-tests
Feb 28, 2026
Merged

medismailben merged 1 commit into
llvm:mainfrom
medismailben:skip-macos-specific-tests

Conversation

@medismailben

Copy link
Copy Markdown
Member

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.

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 <ismail@bennani.ma>
@medismailben
medismailben enabled auto-merge (squash) February 28, 2026 06:39
@llvmbot llvmbot added the lldb label Feb 28, 2026
@llvmbot

llvmbot commented Feb 28, 2026

Copy link
Copy Markdown
Member

@llvm/pr-subscribers-lldb

Author: Med Ismail Bennani (medismailben)

Changes

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.


Full diff: https://github.com/llvm/llvm-project/pull/183885.diff

1 Files Affected:

  • (modified) lldb/test/API/macosx/delay-init-dependency/TestDelayInitDependency.py (+1)
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(

@medismailben
medismailben merged commit 702e4ec into llvm:main Feb 28, 2026
13 checks passed
medismailben added a commit to medismailben/llvm-project that referenced this pull request Feb 28, 2026
…3885)

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 <ismail@bennani.ma>
(cherry picked from commit 702e4ec)
sahas3 pushed a commit to sahas3/llvm-project that referenced this pull request Mar 4, 2026
…3885)

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 <ismail@bennani.ma>
sujianIBM pushed a commit to sujianIBM/llvm-project that referenced this pull request Mar 5, 2026
…3885)

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 <ismail@bennani.ma>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants