Re: Does the mq_timedreceive() fully implement the POSIX specification?

2012-02-14 Thread Bernd Petrovitsch
Hi! [ also Cc: the email address on the top on the test case. Therefore self-quoting for the rest of the thread. ] On Mon, 2012-02-13 at 09:51 +0100, Bernd Petrovitsch wrote: > On Mon, 2012-02-13 at 10:30 +0800, K K wrote: > [] > > I am doing POSIX test on linux. And for mq_timedreceive() in

Re: Does the mq_timedreceive() fully implement the POSIX specification?

2012-02-13 Thread K K
Hi Bernd, On Tue, Feb 14, 2012 at 10:07 AM, K K wrote: > Hi Bernd, > > On Mon, Feb 13, 2012 at 4:51 PM, Bernd Petrovitsch < > be...@petrovitsch.priv.at> wrote: > >> Hi! >> >> On Mon, 2012-02-13 at 10:30 +0800, K K wrote: >> [] >> > I am doing POSIX test on linux. And for mq_timedreceive()

Re: Does the mq_timedreceive() fully implement the POSIX specification?

2012-02-13 Thread K K
Hi Bernd, On Mon, Feb 13, 2012 at 4:51 PM, Bernd Petrovitsch < be...@petrovitsch.priv.at> wrote: > Hi! > > On Mon, 2012-02-13 at 10:30 +0800, K K wrote: > [] > > I am doing POSIX test on linux. And for mq_timedreceive() in POSIX spec > > 2008 Issue 7, Line 43787: > > > > The validity of the

Re: Does the mq_timedreceive() fully implement the POSIX specification?

2012-02-13 Thread Bernd Petrovitsch
Hi! On Mon, 2012-02-13 at 10:30 +0800, K K wrote: [] > I am doing POSIX test on linux. And for mq_timedreceive() in POSIX spec > 2008 Issue 7, Line 43787: > > The validity of the abstime parameter need not be checked if a > message can be removed from the message queue immediately. > > B

Does the mq_timedreceive() fully implement the POSIX specification?

2012-02-12 Thread K K
Hi All, I am doing POSIX test on linux. And for mq_timedreceive() in POSIX spec 2008 Issue 7, Line 43787: The validity of the abstime parameter need not be checked if a message can be removed from the message queue immediately. But when I run test case mq_timedreceive/10-2 of POSIX suite (ca