[LLVMdev] LIT Verbose

Renato Golin renato.golin at linaro.org
Sat Dec 20 02:00:25 PST 2014


On 19 December 2014 at 17:29, Daniel Sanders <Daniel.Sanders at imgtec.com> wrote:
> My understanding was the other way around. The tests timeout but they shouldn't. However, re-reading the original email I see that my mind inserted a word that isn't there.
> Renato, just to double check: Is it failing _due_ to timeout? Or failing to timeout?

Each test runs correctly and successfully, but all together take
longer to run than the overall timeout.

Unlike the make version, ninja doesn't print each test as they run,
but after they have all finished, so you only have one output for
several minutes "Running tests".

The buildmaster kills the slave after a long time without receiving
input, but that doesn't mean the slave is locked. It just means that
the slave is not sending progress updates as it works through the
tests.

What I'm trying to enable is ninja to print each test as they run, not
all at the end.

Though, I'll be out until January without my laptop, so that'll be
after the holidays. :)

cheers,
--renato



More information about the llvm-dev mailing list