]> git.ipfire.org Git - thirdparty/gcc.git/commit
Disable parallel testing for 'rust/compile/nr2/compile.exp' [PR119508]
authorThomas Schwinge <tschwinge@baylibre.com>
Sat, 19 Apr 2025 13:49:34 +0000 (15:49 +0200)
committerThomas Schwinge <tschwinge@baylibre.com>
Fri, 18 Jul 2025 16:12:28 +0000 (18:12 +0200)
commitdb110865c35c0bb9c3660e58f133678f4c9f0093
tree85a9dd69b914eb1df0252aea166303f31edb63bb
parentf5afbab22d3171631542bb42fb7e9198f89233df
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.

(cherry picked from commit 79d2c3089f480738613b7d338d86d8be710f8158)
gcc/testsuite/rust/compile/nr2/compile.exp