On 9/17/20 9:37 PM, Michael Ellerman wrote:
Shuah Khan writes:
On 9/16/20 10:53 PM, Max Filippov wrote:
On Wed, Sep 16, 2020 at 9:16 PM Michael Ellerman wrote:
The test harness forks() a child to run each test. Both the parent and
the child print to stdout using libc functions. That can lea
Shuah Khan writes:
> On 9/16/20 10:53 PM, Max Filippov wrote:
>> On Wed, Sep 16, 2020 at 9:16 PM Michael Ellerman wrote:
>>>
>>> The test harness forks() a child to run each test. Both the parent and
>>> the child print to stdout using libc functions. That can lead to
>>> duplicated (or more) out
On Thu, Sep 17, 2020 at 02:15:19PM +1000, Michael Ellerman wrote:
> The test harness forks() a child to run each test. Both the parent and
> the child print to stdout using libc functions. That can lead to
> duplicated (or more) output if the libc buffers are not flushed before
> forking.
>
> It's
On Thu, Sep 17, 2020 at 10:51:32AM -0600, Shuah Khan wrote:
> On 9/17/20 6:58 AM, Shuah Khan wrote:
> > On 9/16/20 10:53 PM, Max Filippov wrote:
> > > On Wed, Sep 16, 2020 at 9:16 PM Michael Ellerman
> > > wrote:
> > > >
> > > > The test harness forks() a child to run each test. Both the parent a
On 9/17/20 6:58 AM, Shuah Khan wrote:
On 9/16/20 10:53 PM, Max Filippov wrote:
On Wed, Sep 16, 2020 at 9:16 PM Michael Ellerman
wrote:
The test harness forks() a child to run each test. Both the parent and
the child print to stdout using libc functions. That can lead to
duplicated (or more) o
On 9/16/20 10:53 PM, Max Filippov wrote:
On Wed, Sep 16, 2020 at 9:16 PM Michael Ellerman wrote:
The test harness forks() a child to run each test. Both the parent and
the child print to stdout using libc functions. That can lead to
duplicated (or more) output if the libc buffers are not flush
On Wed, Sep 16, 2020 at 9:16 PM Michael Ellerman wrote:
>
> The test harness forks() a child to run each test. Both the parent and
> the child print to stdout using libc functions. That can lead to
> duplicated (or more) output if the libc buffers are not flushed before
> forking.
>
> It's general
The test harness forks() a child to run each test. Both the parent and
the child print to stdout using libc functions. That can lead to
duplicated (or more) output if the libc buffers are not flushed before
forking.
It's generally not seen when running programs directly, because stdout
will usuall
8 matches
Mail list logo