Excerpts from Lewis Hyatt's message of Februar 26, 2025 2:04 am: > On Tue, Feb 25, 2025 at 12:00 PM Iain Buclaw <ibuc...@gdcproject.org> wrote: >> >> Hi, >> >> It was noticed that when running the testsuite for gdc and libphobos in >> parallel, this was capped at 10 simultaneous jobs each. Increase this >> limit to 128, which enables running for example `make check-d -j48` to >> complete in half the time. >> >> Bootstrapped and regression tested on x86_64-linux-gnu. >> >> Committed to mainline. >> >> Regards, >> Iain. > > Might it be a good time to revisit the issue with the libphobos > unittest.exp, that it runs the tests too many times (and a variable > number of them) in parallel mode? It was last discussed a few years > ago here: > https://gcc.gnu.org/pipermail/gcc-patches/2022-July/598487.html > > But I never followed back up on it.... basically the patch you > proposed in that thread worked fine when I tested it, FWIW. > > > -Lewis >
Hi Lewis, Good spot! Was a PR created for this? I don't think I ever got round to testing this at the time, but checked just now and confirmed what you're seeing. Iain.