Re: 2.44

Samuel Thibault <[email protected]> Mon, 27 Jul 2026 16:44:31 +0200
Newsgroups gmane.comp.lib.glibc.alpha
Organization I am not organized
Message-ID <amduz1SA6D4xIdPt@end>
Paul Zimmermann, le lun. 27 juil. 2026 16:41:04 +0200, a ecrit:
>        Andreas,
> 
> > Well, yes in the sense that with -j1 you likely won't get the bug.
> 
> with -j1 I still get:
> 
> 		=== Summary of results ===
>       1 FAIL
>    1251 PASS
>      15 XFAIL

What I have noticed is that as long as some of the initial tests fail,
the rest of the tests do not proceed. It's only once I have fixed the
initial tests that all the others get to execute, possibly because the
makefile first executes the sequential tests, and only then runs the
parallel tests in parallel.

Samuel