mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:05:43 +00:00
[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:
parent
33158a22a5
commit
bfebe892d9
1 changed files with 6 additions and 0 deletions
|
@ -2169,6 +2169,12 @@ static void test_start_stop(void)
|
||||||
goto cleanup;
|
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 */
|
/* Again with a process that exits right away */
|
||||||
displayname = "Winetest Exit Service";
|
displayname = "Winetest Exit Service";
|
||||||
ret = ChangeServiceConfigA(svc_handle, SERVICE_NO_CHANGE, SERVICE_NO_CHANGE, SERVICE_NO_CHANGE, cmd, NULL, NULL, NULL, NULL, NULL, displayname);
|
ret = ChangeServiceConfigA(svc_handle, SERVICE_NO_CHANGE, SERVICE_NO_CHANGE, SERVICE_NO_CHANGE, cmd, NULL, NULL, NULL, NULL, NULL, displayname);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue