This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: make fastcheck


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]