Re: [PATCH v2] ld: Skip pr33265-2 and pr33265-3 tests on Windows.

Project / Subsystem

binutils / ld

Date

2026-07-27

Proposer

Jan Beulich <jbeulich@suse.com>

Source type

public_inbox

Consensus

Proposed

Sentiment

/10

Technical tradeoffs

  • Skipping tests on certain platforms reduces test suite noise but may hide platform-specific issues.
  • Long path names can be problematic on Windows and require careful handling in test case design.

All attributes

project
binutils
subsystem
ld
patch_id
discussion_id
c1be9231-af55-4293-979f-1c752c63df5c@suse.com
source_type
public_inbox
title
Re: [PATCH v2] ld: Skip pr33265-2 and pr33265-3 tests on Windows.
headline
ld: Skip tests on Windows due to path length
tldr
Two ld test cases (`pr33265-2` and `pr33265-3`) are skipped on Windows due to maximum path length limitations.
proposer
Jan Beulich <jbeulich@suse.com>
consensus
Proposed
outcome
proposed
sentiment_score
technical_tradeoffs
  • Skipping tests on certain platforms reduces test suite noise but may hide platform-specific issues.
  • Long path names can be problematic on Windows and require careful handling in test case design.
series_id
series_role
reply
series_parts
[]
tags
  • linker
  • testing
  • windows
  • path length
bugzilla_url
date
2026-07-27T00:00:00.000Z

Re: [PATCH v2] ld: Skip pr33265-2 and pr33265-3 tests on Windows.

This discussion confirms that specific linker test cases, pr33265-2 and pr33265-3, are expected to fail on Windows. The reason for the failure is the operating system’s default maximum path length limitation of 260 characters, which these tests exceed. Consequently, the tests are skipped on Windows.