RFC: make fastcheck
Carlos O'Donell
carlos@redhat.com
Thu Jul 25 21:47:00 GMT 2019
On 7/25/19 5:07 PM, DJ Delorie wrote:
>
> Perhaps something new in support/* that sets us serialize such tests
> internally to the test?
>
> Or some makefile hacks to serialize those tests without needing
> .NOTPARALLEL? Like, using tst-a.out:|tst-b.out and $(eval) ?
>
This is a great idea.
I think that the support infrastructure could be told it's running
a threaded test, and then allow them to be parallelized up to a
point, perhaps a load factor, or something else.
The first step would obviously be:
* For all nptl tests support serializes them with a lock file.
* Remove .NOTPARALLEL.
--
Cheers,
Carlos.
More information about the Libc-alpha
mailing list