kernel32/tests: Added more FoldString tests.
[wine] / dlls / kernel32 / tests / process.c
2011-11-28  Francois GougetAssorted spelling fixes and wording tweaks.
2011-10-10  Marcus Meissnerkernel32: Fixed QueryDosDeviceNameW size (chars not...
2011-10-04  Francois Gougetkernel32: Fix the NT path returned by QueryFullProcessI...
2011-10-04  Francois Gougetkernel32/tests: Better check the NT path returned by...
2011-10-04  Francois Gougetkernel32/tests: Test K32GetProcessImageFileNameA()...
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-01-21  Andrew Nguyenkernel32/tests: Free environment strings buffer at...
2011-01-17  Andrew Nguyenkernel32/tests: Free environment block in the child...
2011-01-12  André Hentschelkernel32/tests: Don't test function directly when repor...
2010-12-21  Greg Geldorpkernel32/tests: Quote command line arguments that might...
2010-10-11  Andrew Nguyenkernel32: Implement GetSystemRegistryQuota as a semi...
2010-08-31  Francois Gougetkernel32/tests: Fix compilation on systems that don...
2010-06-08  Alexandre Julliardkernel32: Make sure we always have a valid process...
2010-06-08  Alexandre Julliardkernel32/tests: Fix the process title tests to actually...
2010-05-28  Alexandre Julliardkernel32/tests: Restore the stderr handle after the...
2010-05-26  Alexandre Julliardkernel32: Reset stdio handles when they are closed.
2010-05-13  Paul Vrienskernel32: Return the correct processor arch and type...
2010-05-05  Gerald Pfeiferkernel32/tests: Remove variable len which is not really...
2010-01-25  André Hentschelkernel32/tests: Fix header comments.
2009-10-06  Ge van Geldorpkernel32/tests: Add acceptable error codes for Win7...
2009-08-19  Alexandre Julliardtests: Make wine_dbgstr_w available in test.h for all...
2009-08-17  Michael Karcherserver: Don't report LOAD_DLL debug event for exe module.
2009-06-11  Stefan Leichterkernel32: Implement QueryFullProcessImageNameA.
2009-06-02  Stefan Leichterkernel32: Added missing newline to win_skip.
2009-05-19  Paul Vrienskernel32/tests: Fix some test failures on Win9x/WinME.
2009-05-18  Andrew Nguyenkernel32: Correct the last error of CreateProcessW...
2009-05-18  Andrew Nguyenkernel32: Correct the last error of CreateProcessW...
2009-05-18  Andrew Nguyenkernel32: Don't validate the command line parameter...
2009-03-31  Mikołaj Zalewskikernel32: Implement QueryFullProcessImageFileNameW.
2009-02-24  Francois Gougetkernel32/tests: Use win_skip() to skip over unimplement...
2009-01-08  Alexandre Julliardkernel32/tests: Fix some integer to pointer conversion...
2008-12-08  Alexandre Julliardkernel32/tests: Fixed the handle test for Win9x.
2008-12-08  Alexandre Julliardkernel32/tests: Added some tests for behavior of 64...
2008-11-17  Alexandre Julliardkernel32/tests: Fix the process tests on NT4.
2008-10-16  Aric Stewartkernel32/tests: Add test for GetCommandLineW.
2008-10-16  Aric Stewartkernel32/tests: Add a test for CreateProcess with an...
2008-10-16  Dmitry Timoshkovkernel32: Add support for foreign process handles in...
2008-10-07  Paul Vrienskernel32/tests: Add a missing newline.
2008-09-22  Paul Vrienskernel32/tests: Skip some tests on win9x.
2008-08-29  James Hawkinskernel32: Fix two failing tests in win95.
2008-05-20  James Hawkinskernel32: Remove a test that fails on all platforms.
2008-05-08  Maarten Lankhorstkernel32: Fix process tests to pass in Windows.
2008-03-05  Francois Gougetkernel32/tests: Don't use 0xaa to avoid any confusion...
2007-10-17  Alexandre Julliardkernel32/tests: Replace a couple of macros by a functio...
2007-05-11  Kirill K. Smirnovkernel32/tests: Add tests for console codepages.
2007-01-22  Detlef Riekenbergkernel32/tests: Fix a declaration and use skip for...
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualAllocEx...
2007-01-08  Dmitry Timoshkovkernel32: Skip the OpenProcess test under Win9x.
2006-12-21  Paul Vrienskernel32/tests: Don't use full path for executable...
2006-12-14  Paul Vrienskernel32/tests: Be a bit more verbose on failure.
2006-11-20  Detlef Riekenbergkernel32/tests: Load tests on Win9x again (VirtualAlloc...
2006-11-15  Alexandre Julliardkernel32/tests: Reserve some more memory for the enviro...
2006-11-08  Dmitry Timoshkovkernel32: Add basic OpenProcess test.
2006-10-10  Michael Stefaniuckernel32/tests: Win64 printf format warning fixes.
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.