Andrey Gusev
|
fc92960cf4
|
services/tests: Fix resource leak.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-01-11 19:11:20 +01:00 |
Gerald Pfeifer
|
f353e42561
|
services/tests: Add #include <stdarg.h> to service.c.
Signed-off-by: Gerald Pfeifer <gerald@pfeifer.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-13 11:37:02 +01:00 |
Jacek Caban
|
2c24272804
|
services/tests: Test creating windows inside non-interactive service.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-09 16:07:49 +01:00 |
Sebastian Lackner
|
b783f207fe
|
services: Do not create environment block before first service startup.
This basically reverts ce07a77610 .
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-01 20:47:51 +09:00 |
Sebastian Lackner
|
328fbb6880
|
services/tests: Add test for passing arguments to a service.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-08-31 22:22:58 +09:00 |
Sebastian Lackner
|
fac8ec9389
|
services: Unlink process immediately after service stopped.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-08-11 14:44:30 +09:00 |
Sebastian Lackner
|
cbc5de1c5f
|
services: Fix handling of user defined service controls.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-08-10 22:25:09 +09:00 |
Sebastian Lackner
|
d98194e791
|
services/tests: Initialize critical section just once.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-03 15:26:42 +09:00 |
Sebastian Lackner
|
a80c0d3cf2
|
services/tests: Consistently terminate service_{ok,trace} strings with linebreak.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-03 15:26:39 +09:00 |
Jacek Caban
|
98e9e4a3b0
|
services: Skip tests if OpenSCManager failed.
This should also fix failures on VMs with insufficient privileges.
|
2014-04-08 19:23:25 +02:00 |
Alexandre Julliard
|
99ef0d6ff0
|
makefiles: Get rid of the MAKE_TEST_RULES variable.
|
2014-01-02 12:13:16 +01:00 |
Michael Stefaniuc
|
ba3f11023f
|
services/tests: Compile with -D__WINESRC__.
|
2013-10-16 11:41:20 +02:00 |
Michael Stefaniuc
|
0e681027a2
|
tests: Compile the tests by default with -D__WINESRC__.
|
2013-10-02 11:04:02 +02:00 |
Marcus Meissner
|
d82de9b9a7
|
services: Fix handle leak for service handles (Coverity).
|
2013-05-28 14:33:30 +02:00 |
Piotr Caban
|
afc4284d05
|
services: Added tests for service thread termination without setting service state to stopped.
|
2012-10-22 16:22:20 +02:00 |
Jacek Caban
|
52363aef65
|
advapi32: Pass service name as argv[0] to ServiceMain.
|
2012-06-15 18:35:42 +02:00 |
Jacek Caban
|
d0244d761d
|
services.exe: Added tests.
|
2012-06-15 18:35:42 +02:00 |