Re: dplayx tests hanging

2008-08-12 Thread Ismael Barros
On 8/11/08, Ismael Barros [EMAIL PROTECTED] wrote: Actually the thread stuff is a very good idea, I'll take a look. I tried launching each tests in a new thread, but a lot of tests failures arise, sometimes even with segfaults or deadlocks. Looks like the original implementation of dplay doesn't

Re: dplayx tests hanging

2008-08-11 Thread Rob Shearman
2008/8/10 Ismael Barros [EMAIL PROTECTED]: On 8/10/08, Dan Kegel [EMAIL PROTECTED] wrote: Hi Ismael, have a look at http://test.winehq.org/data/tests/dplayx:dplayx.html Since your commits on the 4th of Aug, the dplayx tests have been hanging. This is getting in the way of my regression

Re: dplayx tests hanging

2008-08-11 Thread Kai Blin
On Sunday 10 August 2008 18:34:02 Dan Kegel wrote: http://test.winehq.org/data/tests/dplayx:dplayx.html Since your commits on the 4th of Aug, the dplayx tests have been hanging. This is getting in the way of my regression testing. I've toyed with the tests a little and the following tests

Re: dplayx tests hanging

2008-08-11 Thread Kai Blin
On Monday 11 August 2008 17:14:52 Kai Blin wrote: test_Open() 49s test_EnumSessions() 180s test_CreatePlayer() 32s test_GetPlayerAccount() 63s, also 1 test failure on XP Skipping these four tests, the test completes in two minutes on my box, which still is a lot of time. They probably need

Re: dplayx tests hanging

2008-08-11 Thread Ismael Barros
On 8/11/08, Kai Blin [EMAIL PROTECTED] wrote: On Sunday 10 August 2008 18:34:02 Dan Kegel wrote: http://test.winehq.org/data/tests/dplayx:dplayx.html Since your commits on the 4th of Aug, the dplayx tests have been hanging. This is getting in the way of my regression testing. I've toyed

Re: dplayx tests hanging

2008-08-11 Thread Kai Blin
On Monday 11 August 2008 18:17:58 Ismael Barros wrote: On 8/11/08, Kai Blin [EMAIL PROTECTED] wrote: On Sunday 10 August 2008 18:34:02 Dan Kegel wrote: http://test.winehq.org/data/tests/dplayx:dplayx.html Since your commits on the 4th of Aug, the dplayx tests have been hanging. This is

Re: dplayx tests hanging

2008-08-11 Thread Ismael Barros
On 8/11/08, Kai Blin [EMAIL PROTECTED] wrote: On Monday 11 August 2008 18:17:58 Ismael Barros wrote: That's probably the main problem, as there's no network latency (all the messages are sent to localhost) or cpu intensive operation. Actually the thread stuff is a very good idea, I'll take a

dplayx tests hanging

2008-08-10 Thread Dan Kegel
Hi Ismael, have a look at http://test.winehq.org/data/tests/dplayx:dplayx.html Since your commits on the 4th of Aug, the dplayx tests have been hanging. This is getting in the way of my regression testing. Can you have a look? Thanks, Dan

Re: dplayx tests hanging

2008-08-10 Thread Ismael Barros
On 8/10/08, Dan Kegel [EMAIL PROTECTED] wrote: Hi Ismael, have a look at http://test.winehq.org/data/tests/dplayx:dplayx.html Since your commits on the 4th of Aug, the dplayx tests have been hanging. This is getting in the way of my regression testing. Can you have a look? Thanks, Dan

Re: dplayx tests hanging

2008-08-10 Thread Dan Kegel
On Sun, Aug 10, 2008 at 10:19 AM, Ismael Barros [EMAIL PROTECTED] wrote: http://test.winehq.org/data/tests/dplayx:dplayx.html Since your commits on the 4th of Aug, the dplayx tests have been hanging. Are they really hanging or taking too long? Dplay is quite slow and the tests are intensive

Re: dplayx tests hanging

2008-08-10 Thread Dan Kegel
On Sun, Aug 10, 2008 at 11:42 AM, Ismael Barros [EMAIL PROTECTED] wrote: You probably have installed in your wine prefix a windows native dpwsockx.dll, and dplay gets that one instead of wine's builtin dpwsockx. Seems to be (perhaps I did winetricks directx9). Removing ~/.wine seems to have