This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: RFC: make fastcheck
- From: Carlos O'Donell <carlos at redhat dot com>
- To: DJ Delorie <dj at redhat dot com>, Joseph Myers <joseph at codesourcery dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Thu, 25 Jul 2019 17:47:41 -0400
- Subject: Re: RFC: make fastcheck
- References: <xnsgqtj01g.fsf@greed.delorie.com>
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.