[all-commits] [llvm/llvm-project] 92ce58: [lldb/test] Skip TestBranchIslands on remote targe...

Med Ismail Bennani via All-commits all-commits at lists.llvm.org
Wed Jun 10 12:38:24 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 92ce588505c722a3bfa2185933070c3f61797dd5
      https://github.com/llvm/llvm-project/commit/92ce588505c722a3bfa2185933070c3f61797dd5
  Author: Med Ismail Bennani <ismail at bennani.ma>
  Date:   2026-06-10 (Wed, 10 Jun 2026)

  Changed paths:
    M lldb/test/API/macosx/branch-islands/TestBranchIslands.py

  Log Message:
  -----------
  [lldb/test] Skip TestBranchIslands on remote targets (#203068)

The test builds four 120 MB padding object files and links them into
a.out specifically to force the linker to emit an arm64 branch island
between main() and foo(). On a remote target the resulting ~480 MB
binary has to be uploaded byte-by-byte over gdb-remote vFile:write,
which on its own consumes the bulk of the lit timeout budget before any
debugging work happens; the test then times out at 600s.

The test verifies a host-toolchain artifact (the linker's branch island
generation), not anything about the runtime; running it on-device adds
nothing. Skip on remote.

Signed-off-by: Med Ismail Bennani <ismail at bennani.ma>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list