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 |