ntdll/tests: Use GetModuleHandle and skip.
[wine] / dlls / ntdll / tests / info.c
2007-04-05  Paul Vriensntdll/tests: Use GetModuleHandle and skip.
2007-01-18  Francois Gougetntdll/tests: Use '%u' to print GetLastError().
2006-10-14  Michael Stefaniucntdll/tests: Win64 printf format warning fixes.
2006-10-03  Francois GougetAdd missing '\n's to ok() calls.
2006-10-02  Peter Oberndorferntdll: Add a test for NtReadVirtualMemory.
2006-09-08  Stefan Leichterntdll/tests: Print 64bit integers as two 32 bit integers.
2006-06-13  Alexandre Julliardntdll/tests: Don't use sizeof in ok() to avoid printf...
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.
2005-08-17  Francois GougetFix a couple of MSVC signed/unsigned warnings.
2005-07-22  Paul VriensUse current process if assigned process cannot be opened.
2005-07-06  Francois GougetAdd trailing '\n's to ok() calls.
2005-07-05  Paul VriensAdded some tests for other information classes.
2005-06-23  Paul VriensNT4 doesn't support ProcessIoCounters.
2005-06-21  Paul VriensChange ProcessBasicInformation to the same behavior...
2005-06-17  Francois GougetRemove an unneeded variable in test_query_timeofday().
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-10  Paul VriensFixed ReturnLength of SystemCpuInformation.
2005-06-09  Paul VriensAdded test for SystemProcessInformation.
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.