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>
- Cc: joseph at codesourcery dot com, libc-alpha at sourceware dot org
- Date: Fri, 26 Jul 2019 14:36:04 -0400
- Subject: Re: RFC: make fastcheck
- References: <xnlfwkiuhl.fsf@greed.delorie.com>
On 7/26/19 1:19 PM, DJ Delorie wrote:
"Carlos O'Donell" <carlos@redhat.com> writes:
Wait. What? Why would it fail? That needs investigation...
It looks like there are sometimes pairs of tests like "run test" and
"compare output of previous test to expected pattern"
If you do the compare first, there's no output to compare to.
Yes, there should be dependencies, but the .NOTPARALLEL meant they
were not needed.
OK, thanks, these are the kinds of things we'd need to fix if we wanted
to entirely remove the parallel running.
But your fix works though and you shaved some time off the build right?
Please post that valuable patch for review for 2.31 :-)
--
Cheers,
Carlos.