This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: No test summary printed after `make -k check`?
- From: "Carlos O'Donell" <carlos at redhat dot com>
- To: "Joseph S. Myers" <joseph at codesourcery dot com>
- Cc: GNU C Library <libc-alpha at sourceware dot org>
- Date: Thu, 04 Sep 2014 21:24:30 -0400
- Subject: Re: No test summary printed after `make -k check`?
- Authentication-results: sourceware.org; auth=none
- References: <5409045B dot 5060609 at redhat dot com> <Pine dot LNX dot 4 dot 64 dot 1409050115530 dot 3654 at digraph dot polyomino dot org dot uk>
On 09/04/2014 09:19 PM, Joseph S. Myers wrote:
> On Thu, 4 Sep 2014, Carlos O'Donell wrote:
>
>> Any idea why that might be? I know I'll have to dig into this, and
>> it might in fact be a bug specific to hppa, but I'm curious to know
>> your opinion.
>
> This indicates that one of the dependencies of the toplevel tests target
> failed (most likely because a test in a subdirectory failed to build; test
> execution failures won't cause this unless you use
> stop-on-test-failure=y). If a dependency fails, the commands for that
> target (which produce the summary) won't run.
>
> You may wish to stop using -k now that only build failures not execution
> failures will stop a test run, and so have the test run fail immediately
> if a build failure does happen.
Awesome. I'll track it down from there. Thanks for the input.
Cheers,
Carlos.