ntdll: Correct trace message stating NtAccessCheck is a stub.
[wine] / dlls / ntdll / tests /
2007-01-22  Paul Vriensntdll: Extra check for ObjectAttributes (Coverity).
2007-01-18  Francois Gougetntdll/tests: Use '%u' to print GetLastError().
2007-01-10  Paul Vriensntdll/tests: Skip some tests on Windows Vista.
2007-01-10  Alexandre Julliardntdll/tests: Fix exception test for CPUs that do segmen...
2007-01-10  Alexandre Julliardntdll/tests: Don't bother testing the port functions...
2007-01-09  Michael Stefaniucjanitorial: Remove stray '\' at end of lines.
2007-01-08  Francois Gougetntdll/tests: Replace an '#if 0' with an 'if (0)'.
2007-01-04  Rob Shearmanntdll: Fix some test failures of RtlGUIDFromString...
2007-01-04  Rob Shearmanntdll: RtlInitUnicodeString on a string too long to...
2006-12-13  Andrew Talbotntdll/tests: Cast-qual warning fix.
2006-12-07  Paul Vriensntdll/tests: Fix typo.
2006-12-04  Peter Beutnerntdll: Fix single stepping over popf instruction.
2006-12-01  Peter Beutnerntdll: Add more exception tests.
2006-12-01  Peter Beutnerntdll: Run exception tests from executable memory.
2006-12-01  Peter Beutnerntdll: Simplify exception tests.
2006-11-21  Paul Vriensntdll: Remove unused variables.
2006-11-21  Paul Vriensntdll: Use intended variable.
2006-11-21  Paul Vriensntdll: Remove tests that crash on XP and W2K3.
2006-11-21  Paul Vriensntdll: Remove unused variables.
2006-11-21  Paul Vriensntdll: Remove tests that crash on XP and W2K3.
2006-10-14  Michael Stefaniucntdll/tests: Win64 printf format warning fixes.
2006-10-11  Ge van Geldorpwinapi_test: Regenerate tests.
2006-10-03  Marcus Meissnerntdll: More tests for exception handling.
2006-10-03  Francois GougetAdd missing '\n's to ok() calls.
2006-10-03  Dmitry Timoshkovntdll: Make test_debug_regs() print the actual Dr7...
2006-10-02  Peter Oberndorferntdll: Add a test for NtReadVirtualMemory.
2006-10-02  Marcus Meissnerntdll: Added debug registers test case.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-20  Paul Vriensntdll: Fixed conditional expression (Coverity).
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-08  Stefan Leichterntdll/tests: Print 64bit integers as two 32 bit integers.
2006-08-23  Stefan Leichterntdll/tests: Print 64bit integers as two 32 bit integers.
2006-08-18  Paul Vriensntdll: Fix failing test on windows.
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-10  Paul Vriensntdll/tests: Added some NULL testing.
2006-06-30  Paul Vriensntdll: Fix return codes for NtCreateKey (with tests).
2006-06-27  Vitaliy Margolenntdll: Fix 2 failing test on native. Change Wine accord...
2006-06-13  Alexandre Julliardntdll/tests: Don't use sizeof in ok() to avoid printf...
2006-06-13  Alexandre Julliardntdll/tests: Use lstrlenA instead of strlen in ok(...
2006-05-24  Alexandre JulliardTests should not use wine/unicode.h.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-17  Paul Vriensntdll/tests: Don't fail if a process is not available.
2006-05-15  Stefan Leichterntdll: Fix endless loop in port test for users without...
2006-05-10  James Hawkinsntdll: Add initial tests for the NT Ports API.
2006-04-10  Hans Leidekkerntdll: The closing brace of a guid string is at index 37.
2006-02-10  Aric Stewartntdll: gcc 2.95 compile fixes.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-02-06  Mike McCormackntdll: Add some more tests for NtNotifyChangeDirectoryFile.
2006-02-06  Eric Pouechkernel: Fixed regression in atom handling.
2006-01-27  Eric PouechFix a couple of bugs spotted by valgrind.
2006-01-27  Alexandre Julliardserver: Make the FILE_SHARE_DELETE sharing checks depen...
2006-01-27  Mike McCormackserver: Fix the file notification interface to use...
2006-01-17  Mike McCormackntdll: Add a test for NtNotifyChangeDirectoryFile.
2006-01-12  Detlef Riekenbergntdll/tests: Skip tests if NtCurrentTeb doesn't exist.
2006-01-03  Eric Pouechntdll: Correct implementation for atom query functions.
2005-12-31  Alexandre Julliardntdll/tests: Try to fail more gracefully on win9x.
2005-12-16  Alexandre Julliardntdll: More compatible exception information for protec...
2005-12-05  Vitaliy MargolenMove named pipe objects into directory name space.
2005-12-02  Vitaliy MargolenMove event and mutex objects into directory name space.
2005-11-30  Vitaliy MargolenImplement symbolic link object in wineserver.
2005-11-29  Vitaliy MargolenImplement directory object in wineserver.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-21  Vitaliy MargolenReturn correct error on name collision when creating...
2005-11-21  Vitaliy MargolenMore Object Manager tests.
2005-11-15  Dmitry TimoshkovAdd a test for RtlAllocateAndInitializeSid, make it...
2005-11-02  Vitaliy MargolenFix error returned when opening nonexistent pipes.
2005-11-01  Vitaliy MargolenFix error returned when exceeding allowed instances.
2005-11-01  Vitaliy Margolen- Use OBJ_CASE_INSENSITIVE in object lookup.
2005-09-30  Vitaliy MargolenAdd a few tests for object manager.
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-08-17  Francois GougetFix a couple of MSVC signed/unsigned warnings.
2005-08-11  Francois GougetDefine WIN32_NO_STATUS so we don't get 'duplicate macro...
2005-08-11  Francois GougetRemove unneeded wine/library.h include.
2005-08-10  Francois GougetDefine RTL_HANDLE and RTL_HANDLE_TABLE if not using...
2005-07-22  Paul VriensUse current process if assigned process cannot be opened.
2005-07-12  Aric StewartBoth wcschr and wcsrchr should be able to find the...
2005-07-06  Francois GougetAdd trailing '\n's to ok() calls.
2005-07-05  Paul VriensAdded some tests for other information classes.
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-06-27  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-24  Alexandre JulliardRtlGetFullPathName_U should remove the trailing dot...
2005-06-23  Paul VriensNT4 doesn't support ProcessIoCounters.
2005-06-21  Paul VriensChange ProcessBasicInformation to the same behavior...
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-17  Francois GougetRemove an unneeded variable in test_query_timeofday().
2005-06-16  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-16  Paul VriensW2K3 returns STATUS_INVALID_HANDLE instead of STATUS_AC...
2005-06-15  Paul VriensOnly exact buffer size gives STATUS_SUCCESS.
2005-06-14  Paul VriensReturn STATUS_INVALID_INFO_CLASS for non-implemented...
2005-06-13  Paul VriensFixed size of our SYSTEM_TIMEOFDAY_INFORMATION struct.
2005-06-13  Mike McCormackFix warnings in tests, remove pointless comments.
2005-06-10  Paul VriensFixed ReturnLength of SystemCpuInformation.
2005-06-09  Paul VriensAdded test for SystemProcessInformation.
2005-05-11  Eric PouechSome tests for NTDLL atom support (by György 'Nog'...
2005-05-10  Paul VriensAdded SystemHandleInformation tests.
2005-04-19  Francois GougetAssorted spelling fixes.
2005-04-15  Paul VriensStart of unit tests for *Info* functions.
next