Re: [PATCH v2] ld/testsuite: add support for remote testing in ld-cdtest

Project / Subsystem

binutils / ld/testsuite

Date

2026-07-02

Proposer

Clément Chigot <chigot@adacore.com>

Source type

public_inbox

Consensus

Proposed

Sentiment

/10

Technical tradeoffs

  • Enables broader test coverage by supporting remote execution.
  • Introduces a dependency on the `remote_load` functionality, which might require specific test environment setup.

All attributes

project
binutils
subsystem
ld/testsuite
patch_id
discussion_id
CAJ307EhRepQURcsfUB_xUQ=_D68oVDXwTtQG82SxjY7Q1wTGXw@mail.gmail.com
source_type
public_inbox
title
Re: [PATCH v2] ld/testsuite: add support for remote testing in ld-cdtest
headline
ld/testsuite: add support for remote testing in ld-cdtest
tldr
Patch adds remote execution capabilities to ld-cdtest, enabling tests on both native and cross-compiled targets.
proposer
Clément Chigot <chigot@adacore.com>
consensus
Proposed
outcome
proposed
sentiment_score
technical_tradeoffs
  • Enables broader test coverage by supporting remote execution.
  • Introduces a dependency on the `remote_load` functionality, which might require specific test environment setup.
series_id
series_role
standalone
series_parts
[]
tags
  • binutils
  • linker
  • testsuite
  • remote testing
  • cross-compilation
bugzilla_url
date
2026-07-02T00:00:00.000Z

Re: [PATCH v2] ld/testsuite: add support for remote testing in ld-cdtest

This patch revises the ld-cdtest testsuite to support remote execution, allowing tests to run on both native and cross-compiled targets. Maciej Rozycki has reviewed the changes, confirming their correctness on powerpc64le-linux-gnu (native) and mips-linux-gnu (remote) cross targets. He identifies a minor nitpick regarding the use of ‘remote_load’ and output handling that needs to be addressed.