@@ -214,7 +214,7 @@ auto:
214214
215215 # The i686-gnu job is split into multiple jobs to run tests in parallel.
216216 #
217- # The `src/` and `tests/` tests are skipped to speed up this slow job.
217+ # The `src/* ` and `tests/* ` tests are skipped to speed up this slow job.
218218 # These tests can be skipped because they are unlikely to be platform specific.
219219 #
220220 # The other tests are skipped because they run in i686-gnu-2.
@@ -224,14 +224,8 @@ auto:
224224 SCRIPT : >-
225225 python3 ../x.py --stage 2 test
226226 --skip compiler
227- --skip library
228- --skip tidyselftest
229- --skip coverage-map
230- --skip coverage-run
231- --skip src/bootstrap
227+ --skip src
232228 --skip tests/rustdoc-js
233- --skip src/tools/error_index_generator
234- --skip src/tools/linkchecker
235229 << : *job-linux-4c
236230
237231 # Skip tests that run in i686-gnu-1
@@ -241,7 +235,13 @@ auto:
241235 SCRIPT : >-
242236 python3 ../x.py --stage 2 test
243237 --skip tests
244- --skip src
238+ --skip coverage-map
239+ --skip coverage-run
240+ --skip library
241+ --skip tidyselftest
242+ --skip src/bootstrap
243+ --skip src/tools/error_index_generator
244+ --skip src/tools/linkchecker
245245 << : *job-linux-4c
246246
247247 # The i686-gnu-nopt job is split into multiple jobs to run tests in parallel.
@@ -250,23 +250,23 @@ auto:
250250 env :
251251 IMAGE : i686-gnu-nopt
252252 SCRIPT : >-
253- python3 ../x.py test --stage 0 --config /config/nopt-std-config.toml library/std &&
254253 python3 ../x.py --stage 2 test
255254 --skip compiler
256- --skip library
257- --skip tidyselftest
258- --skip coverage-map
259- --skip coverage-run
255+ --skip src
260256 << : *job-linux-4c
261257
262258 # Skip tests that run in i686-gnu-nopt-1
263259 - image : i686-gnu-nopt-2
264260 env :
265261 IMAGE : i686-gnu-nopt
266262 SCRIPT : >-
263+ python3 ../x.py test --stage 0 --config /config/nopt-std-config.toml library/std &&
267264 python3 ../x.py --stage 2 test
268265 --skip tests
269- --skip src
266+ --skip coverage-map
267+ --skip coverage-run
268+ --skip library
269+ --skip tidyselftest
270270 << : *job-linux-4c
271271
272272 - image : mingw-check
0 commit comments