bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] testsuite for poll(2)


From: Paolo Bonzini
Subject: Re: [PATCH] testsuite for poll(2)
Date: Fri, 12 Sep 2008 15:32:38 +0200
User-agent: Thunderbird 2.0.0.16 (Macintosh/20080707)

Eric Blake wrote:
> According to Paolo Bonzini on 9/12/2008 7:11 AM:
>> It is minimal in that it only tests one descriptor at a time.  But it
>> has several tests for both sockets and pipes (and if compiled with
>> -DINTERACTIVE, TTYs too), so while it does not cover a lot of code in
>> the poll emulation it does cover all the subtleties.
> 
>> +enum { FALSE, TRUE };
> 
> Why not use <stdbool.h> and false/true rather than adding FALSE/TRUE?

Because I am not yet very much used to gnulib.  I hope to use it for GNU
Smalltalk sometime next year, and that's why I'm porting this Win32 stuff.

> (the drawback of a mob branch is that you can't be sure how long your push
> will survive before the next guy uses it)

Yeah, that's why I gave you the commit id.  Thanks.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]