https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111527
--- Comment #37 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jeff Law <[email protected]>: https://gcc.gnu.org/g:f92e603f22924348b005d2acdebfda8a2c159773 commit r17-2370-gf92e603f22924348b005d2acdebfda8a2c159773 Author: Sunil Dora <[email protected]> Date: Mon Jul 13 15:19:48 2026 -0600 testsuite: Fix unstable duplicate test names in pr111527.exp [PR111527] pr111527.exp does not call runtest_file_p, so with parallel make check more than one runtest instance can run it and the number of duplicate test names varies from run to run. Take the gcc_parallel_test_run_p lock like linkage.exp does so the tests run only once. gcc/testsuite/ChangeLog: PR driver/111527 * gcc.misc-tests/pr111527.exp: Serialize with gcc_parallel_test_run_p to avoid duplicate test names. Signed-off-by: Sunil Dora <[email protected]>
