Corrected last error information.
[wine] / dlls / kernel / tests /
2005-11-15  Paul VriensCorrected last error information.
2005-11-14  Eric PouechNtReadFile: now returning correct status in NtReadFile...
2005-11-14  Eric PouechFix set_test_val function declaration to ensure stack...
2005-11-12  Paul VriensAdd some extra error information.
2005-11-12  Phil Lodwickprefix can be NULL for GetTempFileNameW.
2005-11-10  Francois GougetAdd trailing '\n's to ok() and TRACE() calls.
2005-11-10  Saulius KrasuckasAdd error code valid for Win9x and XP.
2005-11-08  Saulius KrasuckasTake into account some alignment done by HeapAlloc...
2005-11-02  Alexandre JulliardFixed Get/SetThreadContext to work properly on suspende...
2005-10-28  Saulius KrasuckasTest CreateThread() for reception of NULL pointer to...
2005-10-28  Saulius KrasuckasDon't send a CTRL_C_EVENT signal to console if we are...
2005-10-28  Saulius KrasuckasAdd a test for GetThreadExitCode.
2005-10-27  Uwe BonnesTest for argv handling.
2005-10-26  Vitaliy MargolenTest for return value from CreateDirectory("c:").
2005-10-20  Rein KlazesIn GetDiskFreeSpace:
2005-10-18  Vitaliy MargolenLoadLibrary should ignore trailing spaces in the librar...
2005-10-18  Alexandre JulliardRevert previous change, OF_EXIST really returns HFILE_E...
2005-10-11  Detlef RiekenbergNT3.51 returns ERROR_MORE_DATA.
2005-10-10  Maxime BellengéIn case of failure and OF_EXIST is specified, return...
2005-10-06  Vitaliy MargolenFix atom tests on win9x.
2005-09-28  Eric PouechAdded a bunch of test cases for atoms.
2005-09-13  Alexandre JulliardRemove the 'L' suffix on a number of constants to avoid...
2005-08-18  Saulius KrasuckasTest passing NULL source to WideCharToMultiByte.
2005-08-17  Francois GougetAssorted spelling fixes.
2005-08-12  Francois GougetAssorted spelling fixes.
2005-08-10  Francois GougetAdd trailing '\n's to trace() call.
2005-08-10  Richard Cohen- Fix regression in GetPrivateProfileString16 for key...
2005-08-03  Uwe BonnesMore comm tests.
2005-08-01  Felix NawothnigFix sync tests on Win98/ME.
2005-08-01  Felix NawothnigFix module tests on Win9x.
2005-07-30  Felix NawothnigFix comm tests on Win9x.
2005-07-30  Felix NawothnigFix remaining thread tests on WinME.
2005-07-28  Dmitry Timoshkov- Reimplement EnumTimeFormats, make it work for all...
2005-07-27  Dmitry Timoshkov- Reimplement EnumDateFormats, make it work for all...
2005-07-27  Paul VriensFix some tests for win9x and winME.
2005-07-25  Felix NawothnigFix thread tests on WinME.
2005-07-22  Francois GougetAssorted spelling fixes.
2005-07-15  Dmitry TimoshkovAdd a test for handling overlapped buffers by WideCharT...
2005-07-11  Paul VriensBasic tests for LoadLibraryA and GetProcAddress.
2005-07-11  Robert Shearman- Make the value returned from HeapSize always match...
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-06-30  Francois GougetTest the behavior of CreateDirectory() when it has...
2005-06-27  Uwe BonnesAdded test cases. However most added tests need a loopb...
2005-06-27  Eric Pouech- OpenConsole: try to open the Unix console if we fail...
2005-06-27  Jacek CabanFix test on NT 4.
2005-06-20  Stefan HuehnerMake some function static.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-14  Mike McCormackFix declaration warnings in the test cases.
2005-06-13  Alexandre JulliardMoved the NONAMELESSUNION/STRUCT macros to wine/test...
2005-06-09  Uwe BonnesDon't try to access floppy if it's not mounted.
2005-06-05  Uwe BonnesAdded more pipe tests.
2005-06-02  Mike McCormackMake sure that unused code gets compiled to avoid warnings.
2005-05-31  Mike McCormackSome warning fixes for the regression tests.
2005-05-25  Alexandre JulliardRemoved STANDALONE ifdefs.
2005-05-18  Pierre d'HerbemontRemove stdlib.h inclusion if winsock.h is included.
2005-05-06  Francois GougetAssorted spelling fixes.
2005-04-24  Mike McCormackTests for SignalObjectAndWait.
2005-04-19  Stefan LeichterExclude crashing CreateFileW test on NT4.
2005-04-18  Eric PouechCopied the atom tests for global atom so that we can...
2005-04-11  Mike McCormackCalculate the size of the next mailslot message correctly.
2005-03-31  Rein KlazesFix some incorrect uses of the ok macro where the resul...
2005-03-30  Mike McCormackImplement mailslots.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-28  Mike McCormackImplement CreateMailslot using NtCreateMailslotFile.
2005-03-28  Jakob ErikssonRemove tests that fail badly on Windows 98.
2005-03-25  Jakob ErikssonFix thread affinity test for SMP machines.
2005-03-24  Alexandre JulliardTake into account the more correct behavior of recent...
2005-03-23  Alex Villacís LassoTest for PeekNamedPipe with zero-length buffer.
2005-03-22  Alexandre JulliardFetch again the file time to compare against to avoid...
2005-03-22  Jakob ErikssonAbort if we can't create a named pipe at all.
2005-03-22  Jakob ErikssonIf the variable does not exist, just return.
2005-03-22  Jakob ErikssonFix patching error in file time test.
2005-03-17  Jon GriffithsUse LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
2005-03-17  Dmitry TimoshkovMatch OVERLAPPED structure to the SDK definition.
2005-03-17  Jakob ErikssonMore trace info.
2005-03-16  Jakob ErikssonFix broken test.
2005-03-15  Jakob ErikssonMore trace info.
2005-03-10  Uwe BonnesTest for %Systemroot%.
2005-03-04  Huw DaviesFix regression in GetPrivateProfileSection for lines...
2005-03-02  Francois GougetAssorted spelling fixes.
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2005-03-02  Jakob ErikssonAccept (shorter) date format in Win NT and Win 95.
2005-03-02  Rein KlazesWhen enumerating keys using Get(Private)ProfileString...
2005-03-01  Dmitry TimoshkovAdd another test case for file sharing.
2005-02-10  Francois GougetAssorted spelling fixes.
2005-01-28  Rémi Assaillychar -> const char fixes.
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-20  Francois GougetAssorted spelling fixes.
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-11-29  Gunnar DalsnesAdded a test to make sure that CreateDirectoryA/W does...
2004-11-28  Dmitry TimoshkovAdd a test for ReadFile/WriteFile fault handling, make...
2004-11-22  Kevin KoltzauPrevent environment test from crashing when environment...
2004-11-21  Dmitry TimoshkovCall CompareStringA with LOCALE_USE_CP_ACP flag set...
2004-11-06  Rein Klazes- RtlTimeFieldsToTime should not normalize the time...
2004-11-03  Robert ShearmanFix broken thread start routines.
2004-11-01  Stefan LeichterSet the correct last error in EnumUILanguagesA, with...
2004-10-29  Rein Klazes- Simplify the calculation in TIME_DaylightCompareDate;
2004-10-26  Mike McCormackAdd some tests for time conversion functions.
next