Sebastian Lackner
|
7984fb9fbe
|
kernel32/tests: Add tests for waiting on an job object.
|
2015-04-07 23:16:01 +09:00 |
|
Andrew Cook
|
1d359a5827
|
server: Implement TerminateJobObject.
|
2015-04-07 23:15:47 +09:00 |
|
Andrew Cook
|
47ffeaee74
|
server: Implement io completion messages for job objects.
|
2015-04-03 00:33:29 +09:00 |
|
Andrew Cook
|
0dbe5adc21
|
server: Implement job inheritance.
|
2015-04-03 00:33:29 +09:00 |
|
Andrew Cook
|
ecd41d1de7
|
server: Implement job limit flags.
|
2015-04-03 00:33:29 +09:00 |
|
Andrew Cook
|
3affd63b34
|
server: Implement IsProcessInJob.
|
2015-04-01 22:34:19 +09:00 |
|
Andrew Cook
|
98132f0364
|
server: Implement AssignProcessToJobObject.
|
2015-04-01 22:34:18 +09:00 |
|
Andrew Cook
|
e30a6bbcbd
|
kernel32/tests: Extend IsProcessInJob tests.
|
2015-04-01 17:02:34 +09:00 |
|
Sebastian Lackner
|
ddd3d1689c
|
kernel32/tests: Add tests for adding a terminated process to a job object.
|
2015-03-31 00:04:42 +09:00 |
|
Andrew Cook
|
6cd34c9002
|
kernel32/tests: Add tests for job inheritance.
Cleanup and improvements by Sebastian Lackner.
|
2015-03-31 00:04:41 +09:00 |
|
Andrew Cook
|
f0ef853d9d
|
kernel32/tests: Add tests for JOB_OBJECT_LIMIT_BREAKAWAY_OK.
Cleanup and improvements by Sebastian Lackner.
|
2015-03-31 00:04:41 +09:00 |
|
Andrew Cook
|
3ca0282e5f
|
kernel32/tests: Add tests for JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE.
Cleanup and improvements by Sebastian Lackner.
|
2015-03-31 00:04:41 +09:00 |
|
Andrew Cook
|
6c2b0eb011
|
kernel32/tests: Add tests for job object completion ports.
Cleanup and improvements by Sebastian Lackner.
|
2015-03-31 00:04:40 +09:00 |
|
Andrew Cook
|
d4fd3c899e
|
kernel32/tests: Add tests for QueryInformationJobObject.
Cleanup and improvements by Sebastian Lackner.
|
2015-03-30 22:35:27 +09:00 |
|
Andrew Cook
|
ad04b7305b
|
kernel32/tests: Add tests for TerminateJobObject.
Cleanup and improvements by Sebastian Lackner.
|
2015-03-30 20:22:35 +09:00 |
|
Andrew Cook
|
f40bffaf67
|
kernel32/tests: Add tests for IsProcessInJob.
Cleanup and improvements by Sebastian Lackner.
|
2015-03-30 20:22:29 +09:00 |
|
Sebastian Lackner
|
978597e8ab
|
kernel32/tests: Allow multiple subprocess commands in process tests.
|
2015-03-30 20:15:53 +09:00 |
|
Qian Hong
|
bfd088dbc6
|
kernel32: Fixed buffer size on 64bit in IsWow64Process.
|
2015-01-16 20:15:32 +01:00 |
|
Dmitry Timoshkov
|
448d7770dc
|
kernel32/tests: Use PROCESS_ALL_ACCESS definition compatible with versions of Windows before Vista.
|
2014-02-07 16:28:48 +01:00 |
|
Frédéric Delanoy
|
f56e9ebe38
|
kernel32/tests: Use BOOL type where appropriate.
|
2013-10-24 10:49:53 +02:00 |
|
Dmitry Timoshkov
|
6774accd02
|
kernel32/tests: Fix process tests compilation with __WINESRC__ defined.
|
2013-10-17 20:29:28 +02:00 |
|
Francois Gouget
|
1e53cb6483
|
kernel32/tests: Add a trailing '\n' to a skip() call.
|
2013-06-06 11:46:50 +02:00 |
|
Piotr Caban
|
c9dbef3d96
|
kernet32: Added DuplicateHandle tests with DUPLICATE_CLOSE_SOURCE flag.
|
2013-06-05 17:31:40 +02:00 |
|
Dmitry Timoshkov
|
df6c2a8418
|
server: Mark the process as disconnected from desktop/winstation before closing its handles.
|
2013-06-03 21:11:38 +02:00 |
|
Dmitry Timoshkov
|
495c1c0086
|
kernel32: Fix a typo.
|
2013-05-29 11:25:21 +02:00 |
|
Dmitry Timoshkov
|
d256bf4b5f
|
kernel32: Add a test to show that a process with a not closed handle to an already terminated thread fails to terminate cleanly.
|
2013-05-24 11:07:10 +02:00 |
|
Francois Gouget
|
9ec7ab3fa0
|
shell32/tests: Write proper tests for CommandLineToArgvW().
|
2012-10-04 10:42:40 +02:00 |
|
Francois Gouget
|
51a256e65f
|
Assorted spelling fixes and wording tweaks.
|
2011-11-28 16:40:50 +01:00 |
|
Marcus Meissner
|
79115f4179
|
kernel32: Fixed QueryDosDeviceNameW size (chars not bytes).
|
2011-10-10 13:30:37 +02:00 |
|
Francois Gouget
|
a2af890483
|
kernel32: Fix the NT path returned by QueryFullProcessImageName().
|
2011-10-04 15:23:03 -05:00 |
|
Francois Gouget
|
1d1ebefff1
|
kernel32/tests: Better check the NT path returned by QueryFullProcessImageName().
|
2011-10-04 15:21:44 -05:00 |
|
Francois Gouget
|
80ba9f3597
|
kernel32/tests: Test K32GetProcessImageFileNameA() and improve the QueryFullProcessImageNameA() tests.
|
2011-10-04 15:21:36 -05:00 |
|
Frédéric Delanoy
|
760faf01a9
|
tests: Assorted spelling fixes.
|
2011-08-04 18:27:37 +02:00 |
|
Andrew Nguyen
|
70d67becac
|
kernel32/tests: Free environment strings buffer at the conclusion of the environment tests.
|
2011-01-21 13:46:22 +01:00 |
|
Andrew Nguyen
|
ba7f7046ee
|
kernel32/tests: Free environment block in the child process when it is unused.
|
2011-01-17 14:29:24 +01:00 |
|
André Hentschel
|
85386c2c6e
|
kernel32/tests: Don't test function directly when reporting GetLastError().
|
2011-01-12 14:59:43 +01:00 |
|
Greg Geldorp
|
a4a73c20af
|
kernel32/tests: Quote command line arguments that might contain spaces.
|
2010-12-21 16:55:50 +01:00 |
|
Andrew Nguyen
|
43e99d6e0c
|
kernel32: Implement GetSystemRegistryQuota as a semi-stub.
|
2010-10-11 17:11:27 +02:00 |
|
Francois Gouget
|
f3c092f738
|
kernel32/tests: Fix compilation on systems that don't support nameless unions or structs.
|
2010-08-31 14:23:47 +02:00 |
|
Alexandre Julliard
|
2b99e1c17d
|
kernel32: Make sure we always have a valid process title.
|
2010-06-08 11:53:58 +02:00 |
|
Alexandre Julliard
|
e091c12b66
|
kernel32/tests: Fix the process title tests to actually test something.
|
2010-06-08 11:50:20 +02:00 |
|
Alexandre Julliard
|
48cffa0323
|
kernel32/tests: Restore the stderr handle after the closing test.
|
2010-05-28 11:21:44 +02:00 |
|
Alexandre Julliard
|
775e5f7b3e
|
kernel32: Reset stdio handles when they are closed.
|
2010-05-26 23:16:34 +02:00 |
|
Paul Vriens
|
f3b4bd2bbc
|
kernel32: Return the correct processor arch and type in wow64 mode.
|
2010-05-13 11:51:11 +02:00 |
|
Gerald Pfeifer
|
978b4898e5
|
kernel32/tests: Remove variable len which is not really used from test_CommandLine.
|
2010-05-05 10:56:39 +02:00 |
|
André Hentschel
|
2d956be11d
|
kernel32/tests: Fix header comments.
|
2010-01-25 12:46:00 +01:00 |
|
Ge van Geldorp
|
6571d1e4a8
|
kernel32/tests: Add acceptable error codes for Win7 process test.
|
2009-10-06 12:00:13 +02:00 |
|
Alexandre Julliard
|
ee868cce5b
|
tests: Make wine_dbgstr_w available in test.h for all tests.
|
2009-08-19 13:19:31 +02:00 |
|
Michael Karcher
|
a0eb2ed413
|
server: Don't report LOAD_DLL debug event for exe module.
|
2009-08-17 16:44:14 +02:00 |
|
Stefan Leichter
|
57f9236741
|
kernel32: Implement QueryFullProcessImageNameA.
|
2009-06-11 13:23:25 +02:00 |
|