Landing: 07aeb5248d3f

Project / Subsystem

gcc / testsuite

Date

2026-06-01

Author

Haochen Jiang

Commit

07aeb5248d3fc2e8a3562ecca4059086d7502177

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
testsuite
patch_id
commit_hash
07aeb5248d3fc2e8a3562ecca4059086d7502177
source_type
github
headline
Testsuite resolves non-unique test names under several sections
tldr
This patch improves readability of GCC test reports by appending options to test names, making many previously non-unique test entries distinct.
author
Haochen Jiang
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • testsuite
  • qa
  • diagnostics
discussion_id_link
bugzilla_pr
date
2026-06-01T00:00:00.000Z

The GCC testsuite’s compare_test utility highlighted a significant number of non-unique test names, reducing the clarity of test reports. This commit introduces modifications to modules.exp and lto.exp to append relevant compilation options (like C++ standard versions or LTO flags) to test names in the report. This change makes approximately 70-75% of previously ambiguous entries distinct, greatly improving the readability of regression test results by allowing more precise identification of individual test runs.