Re: Poco test using clock_gettime() and gettimeofday()

2014-11-17 Thread David Stacey
On 17/11/14 12:41, Corinna Vinschen wrote: On Nov 15 16:56, David Stacey wrote: I'm not convinced that the test is valid. Poco seems to be making assumptions about clock_gettime() and gettimeofday() that simply aren't guaranteed to hold - but obviously do in Fedora at least. For instance,

Re: Poco test using clock_gettime() and gettimeofday()

2014-11-17 Thread Corinna Vinschen
Hi David, On Nov 15 16:56, David Stacey wrote: > I'm trying to get the (rather extensive) testsuite for poco-1.4.7 passing - > or at least satisfying myself that any failures are not due to a Cygwin > problem. The last test I have to worry about is 'testDequeue' from the > Foundation testsuite. >

Poco test using clock_gettime() and gettimeofday()

2014-11-15 Thread David Stacey
I'm trying to get the (rather extensive) testsuite for poco-1.4.7 passing - or at least satisfying myself that any failures are not due to a Cygwin problem. The last test I have to worry about is 'testDequeue' from the Foundation testsuite. The Poco code uses two clock classes, one that uses c