d3d9/tests: Add a test for 0 width / height surface creation.
[wine] / dlls / ntdll / tests /
2010-11-15  Marcus Meissnerntdll: Fixed file view mapping in regards to no-exec.
2010-11-11  André Hentschelntdll/tests: Fix crash in japanese and chinese test.
2010-11-08  Marcus Meissnerntdll: Check and fix PE header protections.
2010-10-20  Alexandre Julliardinclude: The FLOATING_SAVE_AREA type is i386-specific.
2010-10-05  Stefan Oberhumerntdll/tests: Add some more tests for qsort().
2010-10-01  Alexandre Julliardntdll/tests: Make some variables static.
2010-09-30  Alexandre Julliardntdll/tests: Fix a test failure on 64-bit platforms.
2010-09-22  Peter Oberndorferntdll/tests: Remove unused NtWaitForSingleObject import.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-15  Alexandre Julliardntdll/tests: Fix the image protection test on Mac OS...
2010-09-15  Henri Verbeetntdll: Do not return STATUS_SUCCESS on failure in NtQue...
2010-08-26  Alexandre Julliardntdll/tests: Add a test for the protection state of...
2010-08-24  Marcus Meissnerntdll: Set correct protection flags on sections in...
2010-08-20  Detlef Riekenbergntdll/tests: Add tests for RtlIpv4AddressToString ...
2010-08-20  Jacek Cabanntdll: IMAGE_REL_BASED_HIGH, IMAGE_REL_BASED_LOW and...
2010-08-17  André Hentschelntdll: Add more error codes.
2010-08-04  André Hentschelntdll: Add SXS error codes.
2010-08-02  Andrey Turkinntdll/tests: Do not check signedness for char types.
2010-07-28  Reece Dunnntdll/tests: check io.Status in the file tests.
2010-07-28  Andrew Nguyenntdll: Fix the status code for ProcessDebugObjectHandle...
2010-07-28  Michael Stefaniucntdll: Use IsEqualGUID instead of memcmp to compare...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-21  André Hentschelntdll: Add LDT error codes.
2010-07-09  Marcus Meissnerntdll: Handle error cases in om test (Coverity).
2010-07-06  Alexandre Julliardntdll/tests: Fix a few test failures in the new exe...
2010-07-05  Marcus Meissnerntdll: Add tests for NtQueryVirtualMemory.
2010-06-30  Alexandre Julliardntdll/tests: Add some tests for NtQuerySymbolicLinkObject.
2010-06-30  Alexandre Julliardntdll/tests: Add a test for the exception resulting...
2010-06-22  Alexandre Julliardntdll/tests: Fix some exception tests for Wow64.
2010-06-17  Andrew Nguyenntdll/tests: Add tests to examine output file part...
2010-05-24  Marcus Meissnerntdll: qsort: comparator must not get the same pointer.
2010-05-14  Hans Leidekkerntdll: Add some tests for RtlIsTextUnicode.
2010-05-13  Marcus Meissnerntdll: Implement bsearch, lfind to use correct comparat...
2010-05-11  Marcus Meissnerntdll: Reimplement qsort() using generic mergesort.
2010-05-05  Gerald Pfeiferntdll/tests: Remove variable len which is not really...
2010-04-21  Michael Stefaniucntdll/tests: Avoid using the 'long' types.
2010-04-12  Paul Vriensntdll/tests: Prevent test failures on Windows.
2010-04-12  Paul Vriensntdll/tests: We need a bigger buffer for NtQueryInforma...
2010-04-12  Paul Vriensntdll/tests: Enumerate one by one.
2010-04-12  Paul Vriensntdll/tests: Make sure we can enumerate the directory.
2010-04-07  Alexandre Julliardwinapi: Add a few more types to the ntdll generated...
2010-04-07  Alexandre Julliardwinapi: Generate the 64-bit variant of structure size...
2010-04-02  Alexandre Julliardntdll/tests: Skip a couple of exception tests that...
2010-03-31  Alexandre Julliardntdll/tests: Don't free a string that wasn't allocated.
2010-03-31  Alexandre Julliardntdll/tests: Port functions use the 64-bit structure...
2010-03-31  Alexandre Julliardntdll/tests: Fix a number of test failures on Wow64.
2010-03-22  André Hentschelntdll: Update error code mapping.
2010-03-22  André Hentschelntdll: Fix error strict mode tests on vista+.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Henri Verbeetntdll: Improve support for the ProcessDebugPort info...
2010-03-04  Alexandre Julliardntdll/tests: Add tests for HKLM\Software\Classes Wow64...
2010-03-02  Alexandre Julliardserver: Initial support for Wow64 registry redirection.
2010-03-01  Alexandre Julliardntdll/tests: Add tests showing that NtCreateKey is...
2010-02-26  Alexandre Julliardntdll/tests: Add some test cases for Wow64 registry...
2010-02-24  Paul Vriensntdll/tests: Fix a crash on some Vista boxes.
2010-02-23  Stefan Leichterntdll/tests: Test NtCreateFile with an invalid filename.
2010-02-22  Erich Hooverntdll: Allow 'all processors' flag used in Vista and...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-16  Alexandre Julliardntdll: Fix the return value of NtOpenKey for some inval...
2010-02-16  Alexandre Julliardntdll: Fix the return status of NtQueryValueKey for...
2010-02-15  Alexandre Julliardserver: Implement registry symlinks.
2010-02-15  Alexandre Julliardntdll/tests: Add more tests for registry symlinks.
2010-02-15  Alexandre Julliardntdll/tests: Use correct access rights in the NtOpenKey...
2010-02-15  Dan Kegelntdll: Fix leak in test_symlinks.
2010-02-12  Alexandre Julliardntdll/tests: Add tests for registry symlinks.
2010-02-12  Alexandre Julliardntdll/tests: Test NtOpenKey with an existing key.
2010-02-12  Alexandre Julliardntdll/tests: Fix a few function prototypes in the regis...
2010-02-03  Peter Rosinntdll: Add RtlSetThreadErrorMode and RtlGetThreadErrorMode.
2010-02-03  Peter Rosinntdll: Add tests for RtlSetThreadErrorMode and RtlGetTh...
2010-01-18  Andrew Nguyenntdll/tests: Report appropriate skips for information...
2010-01-18  Andrew Nguyenntdll/tests: Re-enable a commented virtual memory test.
2010-01-18  Andrew Nguyenntdll/tests: Report skip when time conversion functions...
2010-01-18  Andrew Nguyenntdll/tests: Remove useless ifdef statements.
2010-01-18  Andrew Nguyenntdll/tests: Remove obsolete commented code.
2010-01-14  Andrew Nguyenntdll/tests: Add a few additional tests for wcsrchr.
2010-01-14  Andrew Nguyenntdll/tests: Add a few additional tests for wcschr.
2010-01-14  Andrew Nguyenntdll/tests: Allow native crashing code to be compiled.
2010-01-14  Andrew Nguyenntdll/tests: Make function pointer checks consistent...
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-12-17  Paul Vriensntdll/tests: Fix a memory leak (Valgrind).
2009-12-16  Paul Vriensntdll/tests: Fix a test failure on NT4/W2K.
2009-12-15  Marcus Meissnerntdll: Check for NULL attr in NtOpenKey (Coverity).
2009-12-09  Alexandre Julliardntdll: Search the whole filesystem under the starting...
2009-12-09  Hans Leidekkerntdll/tests: Free Unicode string before reuse.
2009-12-09  Alexandre Julliardntdll/tests: Avoid size_t in traces.
2009-12-08  Huw Daviesntdll: Only free the string if the test succeeded.
2009-12-08  Hans Leidekkerntdll/tests: Fix a memory leak.
2009-12-08  Alexandre Julliardntdll/tests: Add tests for open directories with NtCrea...
2009-12-07  Hans Leidekkerntdll/tests: Fix a memory leak.
2009-12-07  Huw Daviesntdll: Fix a few memory leaks in tests.
2009-12-04  Alexandre Julliardntdll/tests: Fix a few test failures on Windows in...
2009-12-03  Alexandre Julliardntdll/tests: Add some tests for opening files by file id.
2009-12-03  Alexandre Julliardntdll: Fix test failure on recent Windows versions.
2009-12-01  Alexandre Julliardntdll/tests: Add tests for opening files with a root...
2009-12-01  Henri Verbeetntdll/tests: Add some tests for FileAllInformation...
2009-11-19  Henri Verbeetntdll/tests: Add a FileNameInformation test with filesy...
2009-11-19  Henri Verbeetntdll/tests: Disable filesystem redirection for test_fi...
2009-11-13  Detlef Riekenbergntdll/tests: GetVolumePathnameW is not present before...
next