https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119508
--- Comment #21 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Thomas Schwinge <tschwi...@gcc.gnu.org>: https://gcc.gnu.org/g:79d2c3089f480738613b7d338d86d8be710f8158 commit r16-42-g79d2c3089f480738613b7d338d86d8be710f8158 Author: Thomas Schwinge <tschwi...@baylibre.com> Date: Sat Apr 19 15:49:34 2025 +0200 Disable parallel testing for 'rust/compile/nr2/compile.exp' [PR119508] ..., using the standard idiom. This '*.exp' file doesn't adhere to the parallel testing protocol as defined in 'gcc/testsuite/lib/gcc-defs.exp'. This also restores proper behavior for '*.exp' files executing after (!) this one, which erroneously caused hundreds or even thousands of individual test cases get duplicated vs. skipped, randomly, depending on the '-jN' level. PR testsuite/119508 gcc/testsuite/ * rust/compile/nr2/compile.exp: Disable parallel testing. -- You are receiving this mail because: You are on the CC list for the bug.