Michael Kerrisk <[EMAIL PROTECTED]> wrote:
> Some others to consider adding:
> 
> * Check whether counter is correctly initialized from initval.
> * I'm not sure what kind of check you are doing in 11, but perhaps one
> should somewhere have a test that checks whether writing to the
> eventfd in the child means the child can read from the eventfd.
> * exceptional condition (select(exceptfds) when the counter is
> overflowed; and in this case read() shd return 0xffffffffffffffff.
> * eventfd file descriptor is preserved across execve()

Thanks for the input, Michael. I will incorporate these testcases as
well.

Regards,
Vijay

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to