ntdll/tests: Fix a number of test failures on Wow64.
[wine] / dlls / ntdll / tests / info.c
2010-03-31  Alexandre Julliardntdll/tests: Fix a number of test failures on Wow64.
2010-03-15  Henri Verbeetntdll: Improve support for the ProcessDebugPort info...
2010-02-22  Erich Hooverntdll: Allow 'all processors' flag used in Vista and...
2010-01-18  Andrew Nguyenntdll/tests: Report appropriate skips for information...
2010-01-18  Andrew Nguyenntdll/tests: Re-enable a commented virtual memory test.
2009-10-07  Francois Gougetntdll/tests: Add a trailing '\n' to an ok() call.
2009-10-01  Juan Langserver: A thread's affinity is restricted to the proces...
2009-09-30  Juan Langserver: Setting a process's affinity sets all of its...
2009-09-30  Alexandre Julliardntdll/tests: Retrieve the number of processors through...
2009-09-29  Juan Langntdll: Don't allow setting a zero thread affinity.
2009-09-29  Juan Langntdll: Don't allow setting a zero process affinity.
2009-09-29  Juan Langntdll/tests: Add tests for process and thread affinity.
2009-08-26  Alexandre Julliardntdll/tests: Make sure buffer alignment is correct.
2009-08-25  Ge van Geldorpntdll/tests: Pass properly aligned buffers.
2009-08-24  Ge van Geldorpntdll/tests: Fix info tests on Win7.
2009-04-06  Alexandre Julliardntdll/tests: Add a missing \n.
2009-03-31  Mikołaj Zalewskikernel32: Implement QueryFullProcessImageFileNameW.
2009-01-03  Alexandre Julliardntdll: Fix the various structures returned by NtQuerySy...
2008-10-23  Aric Stewartntdll/tests: handle info behavior for vista and 2008...
2008-10-20  Aric Stewartntdll: Implement SystemProcessorPerformanceInformation...
2008-08-27  Alexandre Julliardntdll/tests: Fix a few more failures in the info test.
2008-08-26  Alexandre Julliardntdll/tests: Allow alternate results in the info test...
2008-07-16  Gerald Pfeiferntdll/tests: Use NTSTATUS instead of DWORD for status...
2008-06-20  Huw Daviesntdll: Free the correct buffer in the test.
2008-05-21  Jeremy Whitentdll/tests: Only test the readcount for a read below...
2008-03-10  Paul Vriensntdll/tests: ProcessImageFileName is not supported...
2007-11-20  Rob Shearmanserver: Change the get_dll_info server request to allow...
2007-06-19  Alexandre Julliardntdll: Improved the stub behavior of NtQuerySystemInfor...
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.