ntdll/tests: Add tests for process and thread affinity.
[wine] / dlls / ntdll / tests /
2009-09-29  Juan Langntdll/tests: Add tests for process and thread affinity.
2009-09-25  Dan Kegelntdll: Fix NtQueryInformationFile test failures on...
2009-09-25  Dan Kegelntdll: Add initial test for NtQueryDirectoryFile().
2009-09-11  Paul Vriensntdll/tests: Fix some test failures on several platforms.
2009-09-11  Dmitry Timoshkovntdll: RtlpNtQueryValueKey takes 5 parameters.
2009-09-10  Dan Kegelntdll: Add tests for NtQueryInformationFile.
2009-08-31  Austin Englishntdll/tests: Fix a compiler warning on PowerPC.
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: Add acceptable status codes for Win7.
2009-08-24  Ge van Geldorpntdll/tests: Fix info tests on Win7.
2009-08-18  Mike Kaplinskiyntdll/tests: Test NtCancelIoFile(Ex).
2009-08-18  Mike Kaplinskiyntdll: Implement NtCancelIoFileEx and fix NtCancelIoFile.
2009-08-18  Michael Karcherntdll: Add handing of MEM_EXECUTE_OPTION_PERMANENT.
2009-08-18  Michael Karcherntdll: Don't send EXCEPTION_EXECUTE_FAULT to Windows...
2009-08-18  Michael Karcherntdll: Add ProcessExecuteFlags handling to NtQueryInfor...
2009-08-14  Michael Karcherntdll/tests: Implement tests for data execution prevention.
2009-08-11  Mike Kaplinskiyntdll/tests: Fix NtWriteFile checks.
2009-08-10  Mike Kaplinskiyntdll/tests: Test NtCancelIoFileEx, if present.
2009-06-03  Francois Gougetntdll/tests: Fix the trailing '\n' of a skip() call.
2009-05-20  Alexandre Julliardntdll: Add test cases for the returned frame value...
2009-05-20  Alexandre Julliardntdll: Add support for some function epilogs in RtlVirt...
2009-05-20  Alexandre Julliardntdll/tests: Add more tests for RtlVirtualUnwind.
2009-05-19  Huw Daviesntdll/tests: Mark RtlUnicodeStringToInteger("", 16...
2009-05-18  Alexandre Julliardntdll/tests: Added some test cases for RtlVirtualUnwind.
2009-05-13  Francois Gougetntdll/tests: Replace malloc() with HeapAlloc().
2009-05-07  Alexandre Julliardntdll: Fix the LPC_MESSAGE structure definition for...
2009-05-06  Alexandre Julliardwinapi: Handle types should be treated as pointers.
2009-04-10  Alexandre Julliardntdll: Set the exception address to the program counter...
2009-04-10  Alexandre Julliardntdll: Update the context on send_debug_event for any...
2009-04-06  Alexandre Julliardntdll/tests: Add a missing \n.
2009-03-31  Mikołaj Zalewskikernel32: Implement QueryFullProcessImageFileNameW.
2009-03-23  Michael Stefaniucntdll: Remove superfluous pointer casts.
2009-03-05  Alexandre Julliardntdll/tests: Create the server port before starting...
2009-02-23  Francois Gougetntdll/tests: Use win_skip() to skip over unimplemented...
2009-02-17  Alexandre Julliardntdll/tests: Don't pass uninitialized object attributes...
2009-02-12  Francois Gougetntdll/tests: Remove WINAPI on static functions where...
2009-01-29  Alexandre Julliardntdll/tests: Add a couple of status values seen on...
2009-01-08  Alexandre Julliardntdll/tests: Fix a long long format in a trace.
2009-01-08  Alexandre Julliardntdll/tests: Avoid printing pointer differences in...
2009-01-08  Francois Gougetwinapi_test: The tests don't support WIN64 yet so disab...
2009-01-08  Francois Gougetwinapi_test: The real tests are done at compile time...
2009-01-08  Francois Gougetwinapi_test: Fix TEST_FIELD() so it correctly tests...
2009-01-08  Francois Gougetwinapi_test: FIELD_ALIGNMENT() is redundant so remove it.
2009-01-08  Francois Gougetwinapi_test: Updated so the generated tests work.
2009-01-05  Henri Verbeetntdll: Add a small test for FPU exceptions.
2009-01-03  Alexandre Julliardntdll/tests: Avoid long long printf formats in traces.
2009-01-03  Alexandre Julliardntdll/tests: Fix pointer casting warnings on 64-bit.
2009-01-03  Alexandre Julliardntdll: Fix the various structures returned by NtQuerySy...
2009-01-03  Alexandre Julliardntdll/tests: Skip large integer tests that crash on...
2008-12-12  Francois Gougetntdll/tests: Make rtlraiseexception_vectored_handler...
2008-12-04  Alexandre Julliardntdll/tests: Use the correct prototype for RtlAllocateH...
2008-12-02  Paul Vriensntdll/tests: Fix a test failure on W2K.
2008-12-01  Jeff Zaroykontdll: Avoid NULL deref in RtlDeleteTimer.
2008-12-01  Francois Gougetntdll: Remove an unneeded cast.
2008-11-21  Francois Gougetntdll/tests: Remove a redundant 'if'.
2008-11-19  Francois Gougetntdll/tests: Test how NT(Set, Query)ValueKey() handle...
2008-11-19  Francois Gougetntdll/tests: Fix typos in test_NtQueryValueKey().
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-11-10  Alexandre Julliardntdll/tests: Fix the atom test on NT4.
2008-11-05  Alexandre Julliardntdll/tests: Fix a couple of tests on NT4.
2008-10-29  Alexandre Julliardntdll: Add a few more tests for RtlIsDosDeviceName_U...
2008-10-23  Aric Stewartntdll/tests: handle info behavior for vista and 2008...
2008-10-20  Aric Stewartntdll: Implement SystemProcessorPerformanceInformation...
2008-09-24  James Hawkinsntdll: Fix a couple failing tests in NT4.
2008-09-23  Paul Vrienskernel32/tests: Add a skip.
2008-09-23  Paul Vrienskernel32/tests: Add a skip.
2008-09-22  Paul Vriensntdll/tests: Show that we are skipping tests.
2008-09-22  Paul Vriensntdll/tests: Show that we are skipping tests.
2008-09-22  Paul Vriensntdll/tests: Use skip and add a FreeLibrary.
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-09-16  Alexandre Julliardntdll/tests: Clear the direction flag in the handler...
2008-09-11  Alexandre Julliardntdll/tests: Fix the async I/O test on Vista.
2008-09-03  Jeff Zaroykontdll: Add some tests for NtDeleteFile.
2008-09-03  James Hawkinsntdll: Fix a failing test in NT4.
2008-09-03  James Hawkinsntdll: Fix a few failing tests in Vista.
2008-08-27  Alexandre Julliardntdll/tests: Fix a few more failures in the info test.
2008-08-26  Alexandre Julliardntdll/tests: Handle a couple of failures on NT4.
2008-08-26  Alexandre Julliardntdll/tests: Allow alternate results in the string...
2008-08-26  Alexandre Julliardntdll/tests: Allow alternate results in the info test...
2008-08-26  Alexandre Julliardntdll/tests: Allow alternate results in the env test...
2008-07-22  Lei Zhangntdll: Use our own implementation of atoi and atol.
2008-07-16  Gerald Pfeiferntdll/tests: Use NTSTATUS instead of DWORD for status...
2008-07-02  James Hawkinsntdll: Skip the byte swap test in win2k.
2008-07-02  Peter Oberndorferntdll: Add broken() to two test cases.
2008-07-01  Zac Brownntdll: Implement checking for control characters in...
2008-06-25  Zac Brownntdll/tests: Add tests for (Rtl)IsTextUnicode to verify...
2008-06-20  Huw Daviesntdll: Free the correct buffer in the test.
2008-06-10  Paul Vriensntdll/tests: Free memory after use.
2008-06-10  Alexandre Julliardntdll/tests: Fix a few tests on Vista.
2008-06-03  Zac Brownntdll/tests: Actually verify right bytes received in...
2008-05-21  Jeremy Whitentdll/tests: Only test the readcount for a read below...
2008-05-19  Alexandre Julliardntdll/tests: Make sure to clear the DF flag on return...
2008-05-19  Paul Vriensntdll/tests: Skip test when we don't have enough rights.
2008-05-19  Paul Vriensntdll/tests: Free library after use.
2008-05-14  James Hawkinsntdll: Fix a test that fails in win2k3.
2008-05-14  James Hawkinsntdll: Fix a few tests that fail in win2k3.
next