kernel32: Some tests for blocking initialization with InitOnceBeginInitialize().
[wine] / dlls / kernel32 / tests /
2012-07-24  Nikolay Sivovkernel32: Some tests for blocking initialization with...
2012-07-23  Nikolay Sivovkernel32: Single thread test for InitOnceExecuteOnce().
2012-07-23  Nikolay Sivovkernel32: Added InitOnceInitialize() implementation.
2012-07-17  Alexandre Goujonkernel32/tests: Add a IOCTL_DVD_READ_STRUCTURE (DvdManu...
2012-07-12  Alexandre Goujonkernel32/tests: Add a IOCTL_DVD_READ_STRUCTURE (DvdCopy...
2012-07-12  Alexandre Goujonkernel32/tests: Add a IOCTL_DVD_READ_STRUCTURE (DvdPhys...
2012-07-12  Alexandre Goujonkernel32/tests: Add a helper to test CDROM ioctl.
2012-07-03  Francois Gougetkernel32/tests: Test deleting a timer right after creat...
2012-07-03  Francois Gougetkernel32/tests: Improve some traces for the CreateTimer...
2012-06-28  André Hentschelkernel32: Change LCMapStringW to LCMapStringEx and...
2012-06-22  Dmitry Timoshkovkernel32: Add a test for deleting a file opened for...
2012-06-20  Marcus Meissnerkernel32: Fixed read overflow in WriteFile argument.
2012-06-20  Francois Gougetkernel32/tests: Use the CSTR_XXX macros instead of...
2012-06-20  Francois Gougetkernel32/tests: Add line-wrapping tests for FormatMessa...
2012-06-18  Francois Gougetkernel32/tests: Add a trailing '\n' to an ok() call.
2012-06-15  Francois Gougetkernel32/tests: Get rid of unneeded function typedefs.
2012-06-15  Vincent Povirkkernel32: Return success from ReadFileEx/WriteFileEx...
2012-06-15  Vincent Povirkkernel32: Add test for pending ReadFileEx/WriteFileEx...
2012-06-15  Vincent Povirkkernel32: Add named pipe server test with ReadFileEx...
2012-06-13  Detlef Riekenbergkernel32/tests: Accept higher PRODUCT_* values.
2012-06-13  Detlef Riekenbergkernel32/tests: Do not test GetLastError on success.
2012-06-06  André Hentschelkernel32/tests: Add tests for LCMapStringEx.
2012-06-05  Detlef Riekenbergkernel32/tests: Remove debug code from GetProductInfo.
2012-05-31  Detlef Riekenbergkernel32/tests: Add tests for GetProductInfo.
2012-05-17  Alex Henriekernel32: Correct WideCharToMultiByte and MultiByteToWi...
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-14  Alexandre Julliardkernel32/tests: Avoid a non-portable printf format.
2012-05-09  Alexandre Julliardkernel32/tests: Remove a couple of invalid tests.
2012-04-30  Piotr Cabankernel32/tests: Added IdnToUnicode tests.
2012-04-30  Piotr Cabankernel32/tests: Added IdnToAscii tests.
2012-04-30  Piotr Cabankernel32: Support multiple labels in IdnToNameprepUnicode.
2012-04-26  Piotr Cabankernel32/tests: Added IdnToNameprepUnicode tests.
2012-04-26  Piotr Cabankernel32/tests: Added more FoldString tests.
2012-04-19  Dmitry Timoshkovkernel32: Add more memory access checks.
2012-04-17  Dmitry Timoshkovkernel32: Fix some typos, remove not needed casts.
2012-04-16  Alexander Morozovkernel32/tests: Add more tests for early closing mappin...
2012-04-13  Alexander Morozovkernel32/tests: Add a test for creating named mapping...
2012-04-05  Hans Leidekkerkernel32: Clear the module handle on failure in GetModu...
2012-04-05  Hans Leidekkerkernel32: Return failure from GetModuleHandleEx if...
2012-04-05  Hans Leidekkerkernel32/tests: Add tests for GetModuleHandleEx.
2012-03-28  Bruno Jesuskernel32: Avoid ini cache if file does not exist anymore.
2012-03-28  Bruno Jesuskernel32/tests: Show that ini cache must not be used...
2012-03-27  André Hentschelkernel32: Handle LOCALE_NAME_USER_DEFAULT with tests.
2012-03-12  Dmitry Timoshkovserver: OpenMutex should perform a real access check...
2012-03-12  Alexandre Julliardkernel32: Implement the memory resource notification...
2012-03-09  Dmitry Timoshkovkernel32: Add some CreateFile disposition and access...
2012-03-09  Dmitry Timoshkovkernel32: Fix file test compilation with PSDK headers.
2012-03-09  Akihiro Sagawakernel32/tests: Add more tests for WriteConsole.
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-02-08  Eric Pouechkernel32: Added a couple of tests about console creatio...
2012-01-24  Dmitry Timoshkovntdll: Add an access check for file mappings.
2012-01-23  Francois GougetAssorted spelling fixes.
2012-01-18  Dmitry Timoshkovkernel32: Remove a no longer needed todo_wine.
2012-01-17  Dmitry Timoshkovkernel32: Fix access flags to page protection mapping...
2012-01-16  Dmitry Timoshkovkernel32: Test MapViewOfFile and NtMapViewOfSection...
2012-01-09  Daniel Lehmankernel32: If string arg to FormatMessage is NULL, use...
2011-12-20  Dmitry Timoshkovkernel32: Add a test for MapViewOfFile called on a...
2011-12-16  Francois Gougetkernel32: Avoid hardcoding the Unicode string literal...
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-12-16  Dmitry Timoshkovntdll: Setting WRITECOPY protection on a memory-mapped...
2011-12-15  Dmitry Timoshkovkernel32: Add the tests for various combinations of...
2011-12-01  Dmitry Timoshkovkernel32: Add a bunch of VirtualProtect tests on a...
2011-11-30  Dmitry Timoshkovkernel32: Add a test for protections accepted by Create...
2011-11-28  Francois GougetAssorted spelling fixes and wording tweaks.
2011-11-23  Dmitry Timoshkovntdll: Revert 33b0f0edffa0c8a06b4ee8831c92fdc373f83ece.
2011-11-22  Alexandre Julliardkernel32/tests: Avoid size_t in traces.
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-22  Dmitry Timoshkovkernel32: Add a test to see how a page protection chang...
2011-11-15  André Hentschelkernel32/tests: Fix two typos.
2011-11-09  Thomas Faberkernel32/tests: Add tests for GetDllDirectory.
2011-11-08  Dmitry Timoshkovkernel32: Add a bunch of tests for protections accepted...
2011-11-03  Dmitry Timoshkovntdll: Make the VirtualProtect tests pass under Wine.
2011-11-01  André Hentschelkernel32/tests: Use ARMv7 for PE images.
2011-10-25  Dan Kegelkernel32/tests: fni->FileName is not nul terminated...
2011-10-13  Bernhard Loosserver: PIPE_TYPE_BYTE | PIPE_READMODE_MESSAGE is inval...
2011-10-12  Alexander Morozovserver: Fix overlapping shared and exclusive locks...
2011-10-11  Alexander Morozovkernel32/tests: Shared lock can overlap exclusive if...
2011-10-10  Marcus Meissnerkernel32: Fixed QueryDosDeviceNameW size (chars not...
2011-10-04  Thomas Faberkernel32/tests: Fix MSVC build in console.c.
2011-10-04  Thomas Faberkernel32/tests: Fix MSVC build in file.c and pipe.c.
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-10-04  Nikolay Sivovkernel32/tests: Move CompareStringA data to a table.
2011-10-03  Francois Gougetkernel32/tests: Check what happens if QueryDosDeviceA...
2011-10-03  Francois Gougetkernel32: Reset LastError if GetModuleFileName() succeeds.
2011-09-30  Dmitry Timoshkovkernel32: Fix a typo in the LoadLibrary return value...
2011-09-27  Bernhard Loosserver: Only the sharing parameter of two instances...
2011-09-27  Dmitry Timoshkovkernel32: Add a bunch of VirtualProtect tests.
2011-09-27  Francois GougetAssorted spelling fixes & co.
2011-09-27  Francois Gougettests: Remove unneeded assert.h includes.
2011-09-26  André Hentschelkernel32/tests: Don't test function directly when repor...
2011-09-23  Bernhard Loosserver: Correct mapping of mutex access rights.
2011-09-23  Bernhard Loosserver: ReleaseMutex doesn't need any access rights.
2011-09-23  Bernhard Loosserver: Certain access flags are illegal for OpenMutex.
2011-09-20  Dmitry Timoshkovkernel32: Add a test to show that uninitialized section...
2011-09-19  Francois Gougetkernel32/tests: Skip some tests if not allowed to modif...
next