kernel32/tests: Fix the async I/O test to handle errors properly.
[wine] / dlls / kernel32 / tests / virtual.c
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.