kernel32/tests: Add some tests for remote process termination.
[wine] / dlls / kernel32 / tests / loader.c
2013-04-26  Dmitry Timoshkovkernel32/tests: Add some tests for remote process termi...
2013-04-25  Dmitry Timoshkovkernel32: Test LdrShutdownProcess behaviour only after...
2013-04-24  Dmitry Timoshkovkernel32: Add a test to show that CreateThread is suppo...
2013-04-22  Dmitry Timoshkovntdll: Refuse to create new thread if the target proces...
2013-04-19  Dmitry Timoshkovkernel32: Check whether FreeLibrary actually has unload...
2013-04-18  Francois GougetAssorted spelling fixes.
2013-04-18  Dmitry Timoshkovkernel32: Count precise amount of child process failures.
2013-04-18  Dmitry Timoshkovkernel32: Add more process shutdown tests.
2013-04-17  Dmitry Timoshkovkernel32: Add a test to check event, thread, mutex...
2013-04-15  Dmitry Timoshkovserver: Add support for NtTerminateProcess(0).
2013-04-15  Dmitry Timoshkovkernel32: Make the ExitProcess test work on x86_64.
2013-04-12  Dmitry Timoshkovkernel32: Add a test for threads state when a process...
2013-03-05  André Hentschelkernel32/tests: Remove SPARC support.
2013-01-16  André Hentschelkernel32/tests: Add ARM64 support.
2012-08-17  André Hentschelinclude: Rename IMAGE_FILE_MACHINE_ARMV7 to IMAGE_FILE_...
2012-02-24  Dmitry Timoshkovkernel32: Add a test for LoadLibrary called on a not...
2012-02-20  Dmitry Timoshkovkernel32: Add a test to show that NtMapViewOfSection...
2012-01-24  Dmitry Timoshkovntdll: Add an access check for file mappings.
2011-12-16  Dmitry Timoshkovntdll: Replace WRITE by WRITECOPY protection on an...
2011-12-16  Dmitry Timoshkovkernel32: Add a bunch of VirtualProtect tests on an...
2011-11-23  Dmitry Timoshkovntdll: Revert 33b0f0edffa0c8a06b4ee8831c92fdc373f83ece.
2011-11-22  Dmitry Timoshkovkernel32: Add a test for main module image section...
2011-11-22  Dmitry Timoshkovkernel32: Add a test to show that Windows changes the...
2011-11-01  André Hentschelkernel32/tests: Use ARMv7 for PE images.
2011-09-30  Dmitry Timoshkovkernel32: Fix a typo in the LoadLibrary return value...
2011-09-20  Dmitry Timoshkovkernel32: Add a test to show that uninitialized section...
2011-07-29  Austin Englishkernel32/tests: Remove win9x hacks.
2011-07-20  Dmitry Timoshkovkernel32: Add a test how PE section characteristics...
2011-01-12  André Hentschelkernel32/tests: Don't test function directly when repor...
2011-01-03  Greg Geldorpkernel32/tests: Add error codes for XP/Win2003 Wow64.
2010-09-20  André Hentschelkernel32: Add ARM support.
2010-08-24  Austin Englishkernel32/tests: Sparc fixes.
2009-03-11  Michael Stefaniuckernel32: Remove superfluous pointer casts.
2009-01-03  Alexandre Julliardkernel32/tests: Fix the NT header initialization for...
2009-01-02  Austin Englishkernel32/tests: Fix compile on powerpc.
2008-12-01  Michael Stefaniuckernel32: Remove some superfluous casts of void pointers.
2008-09-22  Francois Gougetkernel32/tests: Fix compilation on systems that don...
2008-09-16  Alexandre Julliardkernel32/tests: Support alternate results in the loader...
2008-09-15  Roy Sheakernel32/test: Test import entries of a core windows...
2007-11-09  Francois GougetAssorted spelling fixes.
2007-11-05  Francois Gougetkernel32: Fix the image size in a test to avoid a BSOD...
2007-08-06  Francois Gougetkernel32/tests: Re-balance the curly parentheses so...
2007-06-25  Paul Vrienskernel32/tests: Don't crash (on Vista).
2007-05-24  Dmitry Timoshkovkernel32/tests: Fix a problem revealed by compilation...
2007-05-16  Alexandre Julliardkernel32: Check for already loaded module also for...
2007-05-16  Dmitry Timoshkovkernel32: Add a test for LoadLibraryEx(LOAD_LIBRARY_AS_...
2006-12-22  Dmitry Timoshkovkernel32: Fix a typo.
2006-12-21  Alexandre Julliardntdll: File positions should be aligned to sector bound...
2006-12-19  Dmitry Timoshkovkernel32: Add a minimal PE image that XP is able to...
2006-12-13  Alexandre Julliardntdll: Map the PE header up to the specified size,...
2006-12-13  Dmitry Timoshkovkernel32: Add the data that mimics the PE image which...
2006-12-07  Dmitry Timoshkovkernel32: Add PE images with section alignment 1 and...
2006-12-07  Alexandre Julliardntdll: Fix the failing loader tests.
2006-12-01  Dmitry Timoshkovkernel32: Skip the PE loader test under a Win9x platform.
2006-11-28  Dmitry Timoshkovkernel32: Add more obscure PE images that XP is able...
2006-11-27  Dmitry Timoshkovkernel32: Improve the PE loader test.
2006-11-16  Dmitry Timoshkovkernel32: Add a basic PE loader test.