Landing: f92e603f2292
Project / Subsystem
gcc / testsuite
Date
2026-07-13
Author
Sunil Dora
Commit
f92e603f22924348b005d2acdebfda8a2c159773
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- testsuite
- patch_id
- —
- commit_hash
- f92e603f22924348b005d2acdebfda8a2c159773
- source_type
- github
- headline
- Testsuite: Fix unstable duplicate test names in pr111527.exp
- tldr
- Ensures serial execution of a specific test file to prevent duplicate test name errors during parallel builds.
- author
- Sunil Dora
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • testsuite
- • build
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-13T00:00:00.000Z
A test file, pr111527.exp, was not properly guarded for parallel execution, leading to potential duplicate test names when make check was run in parallel. This commit introduces a lock using gcc_parallel_test_run_p, similar to linkage.exp, to serialize its execution and resolve the instability.