[ADVAPI32_WINETEST]

- Skip service start timeout tests. They cannot time out until services uses asynchronous I/O.
See issue #6646 for more details.

svn path=/trunk/; revision=54346
This commit is contained in:
Thomas Faber 2011-11-10 22:34:31 +00:00
parent 33158a22a5
commit bfebe892d9

View file

@ -2169,6 +2169,12 @@ static void test_start_stop(void)
goto cleanup;
}
if (!winetest_interactive)
{
skip("reactos bug 6646: Skipping service start timeout tests!\n");
goto cleanup;
}
/* Again with a process that exits right away */
displayname = "Winetest Exit Service";
ret = ChangeServiceConfigA(svc_handle, SERVICE_NO_CHANGE, SERVICE_NO_CHANGE, SERVICE_NO_CHANGE, cmd, NULL, NULL, NULL, NULL, NULL, displayname);