Re: wininet: Add tests for asynchronous HttpSendRequestEx/HttpEndRequest.

2009-04-12 Thread Nicolas Le Cam
2009/4/11 Hans Leidekker : > On Saturday 11 April 2009 15:20:06 Nicolas Le Cam wrote: > >> Is there no way to avoid use of cached connections or to clean the >> cache before those two tests ? >> Perhaps moving both tests up and down instead of sleeping at end of >> them could help. > > I looked for

Re: wininet: Add tests for asynchronous HttpSendRequestEx/HttpEndRequest.

2009-04-11 Thread Hans Leidekker
On Saturday 11 April 2009 15:20:06 Nicolas Le Cam wrote: > Is there no way to avoid use of cached connections or to clean the > cache before those two tests ? > Perhaps moving both tests up and down instead of sleeping at end of > them could help. I looked for a way to disable it but couldn't fin

Re: wininet: Add tests for asynchronous HttpSendRequestEx/HttpEndRequest.

2009-04-11 Thread Nicolas Le Cam
2009/4/11 Hans Leidekker : > On Saturday 11 April 2009 05:14:25 Nicolas Le Cam wrote: > >> Your patch makes the test timeout on my machine >> (http://test.winehq.org/data/f212579ae9a1b770ebd34cec20f95e1977bb57f0/2000_w2k-sp4-fr/wininet:http.html). >> >> Timeout occurs in HttpSendRequestEx_test on H

Re: wininet: Add tests for asynchronous HttpSendRequestEx/HttpEndRequest.

2009-04-11 Thread Hans Leidekker
On Saturday 11 April 2009 05:14:25 Nicolas Le Cam wrote: > Your patch makes the test timeout on my machine > (http://test.winehq.org/data/f212579ae9a1b770ebd34cec20f95e1977bb57f0/2000_w2k-sp4-fr/wininet:http.html). > > Timeout occurs in HttpSendRequestEx_test on HttpEndRequest call which > hang.

wininet: Add tests for asynchronous HttpSendRequestEx/HttpEndRequest.

2009-04-10 Thread Nicolas Le Cam
Hi Hans, Your patch makes the test timeout on my machine (http://test.winehq.org/data/f212579ae9a1b770ebd34cec20f95e1977bb57f0/2000_w2k-sp4-fr/wininet:http.html). Timeout occurs in HttpSendRequestEx_test on HttpEndRequest call which hang. Disabling test_async_HttpSendRequestEx makes it pass again