[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
parallel make issues
From: |
Pádraig Brady |
Subject: |
parallel make issues |
Date: |
Wed, 25 Jan 2012 23:50:56 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110816 Thunderbird/6.0 |
There are some issues with the following,
with sometimes tests being skipped and/or
sometimes output being misaligned.
(cd tests && make -j2 check TESTS="misc/stty misc/stdbuf misc/stat-birthtime
misc/stty-row-col" VERBOSE=yes)
That's because gnu make in parallel mode, will give a single
one of its worker processes the controlling tty.
Also if misc/stty does actually run, the fact
that it messes with the current tty, breaks the
output alignment at least.
This isn't a major issue really.
and I'm not sure how to address it.
Perhaps we could split the "tty" tests,
to a separate Makefile containing .NOTPARALLEL ?
Perhaps we could make them actually support parallel mode,
by using expect or something?
cheers,
Pádraig.
- parallel make issues,
Pádraig Brady <=