Hi,
The recent additions to the dplayx tests make these tests run very slow (or there is just a lot tested?).
Is there a way to either split up these tests so they don't timeout or better yet find out if we can run them faster. This issue can be seen on W2K upwards.
The same can be said about the msi/install tests. This however only seems to be an issue on XP and Vista.
On Mon, 2008-08-04 at 20:03 +0200, Paul Vriens wrote:
Hi,
The recent additions to the dplayx tests make these tests run very slow (or there is just a lot tested?).
Is there a way to either split up these tests so they don't timeout or better yet find out if we can run them faster. This issue can be seen on W2K upwards.
The same can be said about the msi/install tests. This however only seems to be an issue on XP and Vista.
The DirectX tests timeout for me on XP and Vista. See: http://test.winehq.org/data/428fd07e73c08e01f463982fab0d4b4267695b8f/xp_APet... http://test.winehq.org/data/428fd07e73c08e01f463982fab0d4b4267695b8f/vista_A...
On Mon, Aug 4, 2008 at 1:03 PM, Paul Vriens paul.vriens.wine@gmail.com wrote:
Hi,
The recent additions to the dplayx tests make these tests run very slow (or there is just a lot tested?).
Is there a way to either split up these tests so they don't timeout or better yet find out if we can run them faster. This issue can be seen on W2K upwards.
The same can be said about the msi/install tests. This however only seems to be an issue on XP and Vista.
The install tests should only take forever if you have some form of logging enabled. All logging should be disabled.
On Mon, Aug 4, 2008 at 2:57 PM, James Hawkins truiken@gmail.com wrote:
On Mon, Aug 4, 2008 at 1:03 PM, Paul Vriens paul.vriens.wine@gmail.com wrote:
Hi,
The recent additions to the dplayx tests make these tests run very slow (or there is just a lot tested?).
Is there a way to either split up these tests so they don't timeout or better yet find out if we can run them faster. This issue can be seen on W2K upwards.
The same can be said about the msi/install tests. This however only seems to be an issue on XP and Vista.
The install tests should only take forever if you have some form of logging enabled. All logging should be disabled.
-- James Hawkins
For me in XP, they repeatedly take forever and usually time out. On my 2k box, they run fine. The 2k box is a Pentium 4 single core, and the XP box is a Intel duo IIRC. Not sure what logging you're speaking of, be it in winetest or in windows itself...
-Austin
On Mon, Aug 4, 2008 at 3:02 PM, Austin English austinenglish@gmail.com wrote:
On Mon, Aug 4, 2008 at 2:57 PM, James Hawkins truiken@gmail.com wrote:
On Mon, Aug 4, 2008 at 1:03 PM, Paul Vriens paul.vriens.wine@gmail.com wrote:
Hi,
The recent additions to the dplayx tests make these tests run very slow (or there is just a lot tested?).
Is there a way to either split up these tests so they don't timeout or better yet find out if we can run them faster. This issue can be seen on W2K upwards.
The same can be said about the msi/install tests. This however only seems to be an issue on XP and Vista.
The install tests should only take forever if you have some form of logging enabled. All logging should be disabled.
-- James Hawkins
For me in XP, they repeatedly take forever and usually time out. On my 2k box, they run fine. The 2k box is a Pentium 4 single core, and the XP box is a Intel duo IIRC. Not sure what logging you're speaking of, be it in winetest or in windows itself...
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer
Debug:DWORD should be 0 or nonexistent Logging:REG_SZ should be empty or nonexistent
There may be other policies somewhere else that cause logging to happen. The tests run fine for me in XP, and for others as well.
2008/8/4 James Hawkins truiken@gmail.com:
On Mon, Aug 4, 2008 at 1:03 PM, Paul Vriens paul.vriens.wine@gmail.com wrote:
Hi,
The recent additions to the dplayx tests make these tests run very slow (or there is just a lot tested?).
Is there a way to either split up these tests so they don't timeout or better yet find out if we can run them faster. This issue can be seen on W2K upwards.
The same can be said about the msi/install tests. This however only seems to be an issue on XP and Vista.
The install tests should only take forever if you have some form of logging enabled. All logging should be disabled.
My experience has been that the msi:automation tests are slower on Vista - I suspect that this is because of logging, but could not see an entry in the registry key you provided - even when UAC is disabled. IIRC, logging is enabled by default on Vista.
When UAC is enabled, the tests will timeout because of the countless number of times you have to accept the installer: yes I *do* want to run this installer!
... but then when UAC is enabled, almost everything fails!
- Reece