llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lldb Author: Med Ismail Bennani (medismailben) <details> <summary>Changes</summary> 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 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( `````````` </details> https://github.com/llvm/llvm-project/pull/183885 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
