Landing: 7431e2b766ea
Project / Subsystem
binutils / ld/testsuite
Date
2026-07-02
Author
Clement Chigot <helflym@sourceware.org>
Commit
7431e2b766ea7defd2db07c53a39fdd57606b691
Source
public_inbox
Perf win
No
Breaking
No
All attributes
- project
- binutils
- subsystem
- ld/testsuite
- patch_id
- —
- commit_hash
- 7431e2b766ea7defd2db07c53a39fdd57606b691
- source_type
- public_inbox
- headline
- Enable remote testing for ld-cdtest
- tldr
- The ld-cdtest test suite now supports remote execution.
- author
- Clement Chigot <helflym@sourceware.org>
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • linker
- • testsuite
- • remote execution
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-02T00:00:00.000Z
The ld-cdtest test suite has been updated to support remote testing by converting its output comparison logic to use remote_load. This allows tests to be executed on both native and remote targets, improving flexibility and coverage. The diff format was also changed to regexp_diff for better compatibility.