ntdll: Omit unused typedef in test_query_process_basic.
[wine] / dlls / ntdll / tests / om.c
2011-07-20  Bernhard Loosntdll/tests: Add a test for STATUS_OBJECT_TYPE_MISMATCH.
2011-07-07  Austin Lundntdll/tests: Added tests for ObjectTypeInformation...
2010-09-15  Henri Verbeetntdll: Do not return STATUS_SUCCESS on failure in NtQue...
2010-07-09  Marcus Meissnerntdll: Handle error cases in om test (Coverity).
2010-06-30  Alexandre Julliardntdll/tests: Add some tests for NtQuerySymbolicLinkObject.
2010-01-11  Paul Vriensntdll/tests: Fix a test failure on NT4.
2010-01-08  Alexandre Julliardntdll: Return a correct name also for file objects...
2010-01-08  Alexandre Julliardserver: Add support for returning the object name in...
2009-08-24  Ge van Geldorpntdll/tests: Add acceptable status codes for Win7.
2009-02-17  Alexandre Julliardntdll/tests: Don't pass uninitialized object attributes...
2008-11-11  Alexandre Julliardntdll/tests: Fixed more object manager tests on Vista.
2008-11-11  Alexandre Julliardntdll: Add support for root directory in NtCreateFile...
2008-11-11  Alexandre Julliardntdll/tests: Fix a couple of test failures on Vista.
2008-09-24  James Hawkinsntdll: Fix a couple failing tests in NT4.
2008-09-22  Alexandre Julliardntdll/tests: Fix a few test failures on NT4.
2008-09-19  Alexandre Julliardntdll/tests: Fix a couple of tests failing on NT4.
2008-04-09  Austin EnglishSpelling fixes.
2007-08-22  Paul Vriensntdll/tests: Fix typos.
2007-08-14  Paul Vriensntdll/tests: Make tests run again on win95.
2007-04-04  Rob Shearmanntdll: Pass the correct value to NtClose in the tests.
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-03-13  Stefan HuehnerMark several functions as static.
2007-01-22  Paul Vriensntdll: Extra check for ObjectAttributes (Coverity).
2007-01-09  Michael Stefaniucjanitorial: Remove stray '\' at end of lines.
2006-10-14  Michael Stefaniucntdll/tests: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
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-21  Vitaliy MargolenReturn correct error on name collision when creating...
2005-11-21  Vitaliy MargolenMore Object Manager tests.
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.