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 |