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 |
Stefan Leichter
|
a37b8f79af
|
kernel32: Added missing newline to win_skip.
|
2009-06-02 13:10:16 +02:00 |
Paul Vriens
|
37babfcece
|
kernel32/tests: Fix some test failures on Win9x/WinME.
|
2009-05-19 11:25:23 +02:00 |
Andrew Nguyen
|
7c2c6a575c
|
kernel32: Correct the last error of CreateProcessW with an empty command line string.
|
2009-05-18 14:31:07 +02:00 |
Andrew Nguyen
|
645e59c490
|
kernel32: Correct the last error of CreateProcessW with an empty application name string.
|
2009-05-18 14:31:07 +02:00 |
Andrew Nguyen
|
6c27fa1038
|
kernel32: Don't validate the command line parameter of CreateProcessW.
|
2009-05-18 14:31:07 +02:00 |
Mikołaj Zalewski
|
9c9532265d
|
kernel32: Implement QueryFullProcessImageFileNameW.
|
2009-03-31 18:05:55 +02:00 |
Francois Gouget
|
5989534540
|
kernel32/tests: Use win_skip() to skip over unimplemented functionality.
|
2009-02-24 16:57:26 +01:00 |
Alexandre Julliard
|
02a1c0d7ee
|
kernel32/tests: Fix some integer to pointer conversion warnings.
|
2009-01-08 13:17:53 +01:00 |
Alexandre Julliard
|
ffb44032ad
|
kernel32/tests: Fixed the handle test for Win9x.
|
2008-12-08 21:19:39 +01:00 |
Alexandre Julliard
|
7749b6e2dd
|
kernel32/tests: Added some tests for behavior of 64-bit kernel handles.
|
2008-12-08 13:39:31 +01:00 |
Alexandre Julliard
|
1e02c1c3c8
|
kernel32/tests: Fix the process tests on NT4.
|
2008-11-17 23:37:00 +01:00 |
Aric Stewart
|
0738505173
|
kernel32/tests: Add test for GetCommandLineW.
|
2008-10-16 11:42:50 +02:00 |
Aric Stewart
|
6ec0e71e17
|
kernel32/tests: Add a test for CreateProcess with an AppName set.
|
2008-10-16 11:41:50 +02:00 |
Dmitry Timoshkov
|
228c52de57
|
kernel32: Add support for foreign process handles in GetProcessVersion.
|
2008-10-16 11:21:40 +02:00 |
Paul Vriens
|
839b5400cd
|
kernel32/tests: Add a missing newline.
|
2008-10-07 15:20:24 +02:00 |
Paul Vriens
|
40a94e04b4
|
kernel32/tests: Skip some tests on win9x.
|
2008-09-22 12:15:24 +02:00 |
James Hawkins
|
806edcc496
|
kernel32: Fix two failing tests in win95.
|
2008-08-29 13:22:55 +02:00 |
James Hawkins
|
ed4e0a08bc
|
kernel32: Remove a test that fails on all platforms.
|
2008-05-20 15:43:54 +02:00 |
Maarten Lankhorst
|
db8e63af27
|
kernel32: Fix process tests to pass in Windows.
|
2008-05-08 11:10:40 +02:00 |
Francois Gouget
|
508d58c210
|
kernel32/tests: Don't use 0xaa to avoid any confusion when running with +heap.
|
2008-03-05 12:18:31 +01:00 |
Alexandre Julliard
|
00193610f0
|
kernel32/tests: Replace a couple of macros by a function to avoid compiler warnings.
|
2007-10-17 14:15:40 +02:00 |
Kirill K. Smirnov
|
24bf66180b
|
kernel32/tests: Add tests for console codepages.
|
2007-05-11 12:41:34 +02:00 |
Detlef Riekenberg
|
fb9df99dc0
|
kernel32/tests: Fix a declaration and use skip for the message.
|
2007-01-22 12:08:13 +01:00 |
Alexandre Julliard
|
7a00142bc1
|
ntdll: Implementation of inter-process VirtualAllocEx and VirtualFreeEx.
|
2007-01-15 22:27:40 +01:00 |
Dmitry Timoshkov
|
3d01fc39aa
|
kernel32: Skip the OpenProcess test under Win9x.
|
2007-01-08 11:46:05 +01:00 |
Paul Vriens
|
11c186fbe7
|
kernel32/tests: Don't use full path for executable in tests.
|
2006-12-21 12:20:44 +01:00 |
Paul Vriens
|
96bc4517c3
|
kernel32/tests: Be a bit more verbose on failure.
|
2006-12-14 20:10:49 +01:00 |
Detlef Riekenberg
|
e33a6d61fe
|
kernel32/tests: Load tests on Win9x again (VirtualAllocEx+VirtualFreeEx).
|
2006-11-20 11:50:15 +01:00 |
Alexandre Julliard
|
6fa6cc7e83
|
kernel32/tests: Reserve some more memory for the environment.
|
2006-11-15 11:31:41 +01:00 |
Dmitry Timoshkov
|
ecdfa08364
|
kernel32: Add basic OpenProcess test.
|
2006-11-08 20:16:12 +01:00 |
Michael Stefaniuc
|
8218440c20
|
kernel32/tests: Win64 printf format warning fixes.
|
2006-10-10 16:11:27 +02:00 |
Alexandre Julliard
|
489d87d1e5
|
kernel32: Renamed the kernel directory to kernel32.
Also get rid of the kernel/messages subdirectory.
|
2006-09-12 13:34:06 +02:00 |