kernel32: In CreateFile, when trying to open the CON special DOS file, force OPEN_EXI...
[wine] / dlls / kernel32 / tests / virtual.c
2011-01-12  AndrĂ© Hentschelkernel32/tests: Don't test function directly when repor...
2010-10-19  Alexandre Julliardntdll: More complete implementation of NtAreMappedFiles...
2010-10-18  Alexandre Julliardkernel32/tests: Add some tests for NtAreMappedFilesTheSame.
2010-01-18  Andrew Nguyenkernel32/tests: Add tests for IsBadCodePtr.
2010-01-18  Andrew Nguyenkernel32/tests: Add more tests for IsBadWritePtr.
2010-01-18  Andrew Nguyenkernel32/tests: Add tests for IsBadReadPtr.
2009-11-04  Alexandre Julliardntdll: Reject VirtualAlloc blocks in NtUnmapViewOfSection.
2009-07-09  Alexandre Julliardntdll: Add support for the MEM_RESET flag in VirtualAll...
2009-05-19  Alexandre Julliardntdll: Tweak the file mapping permission checks some...
2009-02-24  Francois Gougetkernel32/tests: Use win_skip() to skip over unimplement...
2009-01-15  Alexandre Julliardkernel32/tests: Add test cases for reading/writing...
2009-01-03  Alexandre Julliardkernel32/tests: Use the correct SIZE_T type instead...
2008-12-11  Alexandre Julliardntdll: Enforce correct protection values in virtual...
2008-11-25  Alexandre Julliardntdll: Add support for virtual write watches.
2008-11-20  Alexandre Julliardkernel32/tests: Add a couple of tests for write watches.
2008-11-14  Alexandre Julliardkernel32/tests: Fix the write watch tests on Win98...
2008-11-14  Alexandre Julliardkernel32/tests: Added a bunch of tests for write watches.
2008-11-07  Alexandre Julliardkernel32/tests: Fix one more failing test on Win9x.
2008-11-06  Alexandre Julliardkernel32/tests: Fix a few more errors on Win9x.
2008-11-05  Alexandre Julliardntdll,server: Fixed access checks for OpenFileMapping...
2008-11-05  Alexandre Julliardntdll: Don't force anonymous file mappings to always...
2008-11-04  Alexandre Julliardkernel32/tests: Add a few more tests, fix some failures...
2008-09-19  Alexandre Julliardkernel32/tests: Fix a couple of tests failing on NT4.
2008-06-10  Alexandre Julliardkernel32/tests: Use Local instead of Global prefix...
2008-05-21  Alexandre Julliardkernel32: File mapping names are case sensitive.
2007-12-21  Rob Shearmankernel32: Add a test for calling VirtualAlloc on a...
2007-11-26  Jacek Cabankernel32: Terminate child process in virtual tests.
2007-10-02  Marcus Meissnerkernel32: Test IsBadReadPtr/ IsBadCodePtr / IsBadWritePtr.
2007-09-25  Dmitry Timoshkovkernel32: Add a test for read-only mapping of a write...
2007-09-20  Dmitry Timoshkovkernel32: Print last error in failure messages of the...
2007-09-19  Dmitry Timoshkovkernel32: Add a test for rw mapping of a read-only...
2007-06-27  Michael Stefaniuckernel32: Remove superfluous casts of void pointers...
2007-05-29  Francois Gougetkernel32/tests: src[i] is a char so there is no point...
2007-01-22  Detlef Riekenbergkernel32/tests: VirtualAllocEx not present in Win95.
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process NtMapViewOfSecti...
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualProtectEx.
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualQueryEx.
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualAllocEx...
2007-01-10  Dmitry Timoshkovkernel32: Do not forget to cleanup if the test is skipped.
2007-01-08  Paul Vrienskernel32/tests: Prevent memory leak.
2007-01-08  Dmitry Timoshkovkernel32: Skip the VirtualAllocEx test under Win9x.
2007-01-04  Francois Gougetkernel32/tests: Use '%d' to print GetLastError().
2007-01-03  Thomas Khokernel32: Add VirtualAllocEx remote thread conformance...
2006-10-10  Michael Stefaniuckernel32/tests: Win64 printf format warning fixes.
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.