kernel32/tests: Do not test GetLastError on success.
[wine] / dlls / kernel32 / tests / thread.c
2011-08-22  Jörg Höhlekernel32/tests: WaitForMultipleObjects returns lowest...
2011-07-07  André Hentschelkernel32/tests: Fix warning on non-x86 platforms.
2011-05-09  Austin Englishkernel32/tests: Fix typo in test failure message.
2011-05-06  Alexandre Julliardkernel32/tests: Fix a race that could corrupt the threa...
2011-05-06  Alexandre Julliardserver: Fix the status code for get/set_thread_context...
2011-03-14  André Hentschelkernel32/tests: Fix a test for real hardware.
2011-02-07  Joris Huizerkernel32/tests: Don't test function directly when repor...
2011-01-12  André Hentschelkernel32/tests: Don't test function directly when repor...
2010-10-25  Austin Lundkernel32/tests: Increase timeouts to avoid test failure...
2010-10-01  Alexandre Julliardkernel32/tests: Make some variables static.
2010-07-20  Alexandre Julliardtests: Run all tests with the default FPU control word.
2010-06-22  Alexandre Julliardntdll: Fix the initial FPU control word on 32-bit too.
2010-06-21  Alexandre Julliardntdll: Fix the initial FPU control word on 64-bit.
2010-06-17  Henri Verbeetntdll: The FPU control word for newly created threads...
2010-04-08  Alexandre Julliardntdll: Fix affinity mask check for 64-bit.
2010-03-03  Reece Dunnkernel32/tests: Add a test case for calling TlsFree...
2010-02-22  Erich Hooverkernel32/tests: Add test for 'all processors' flag...
2010-02-04  Peter Rosinkernel32: Add SetThreadErrorMode and GetThreadErrorMode.
2010-02-04  Peter Rosinkernel32: Add tests for SetThreadErrorMode and GetThrea...
2010-01-25  André Hentschelkernel32/tests: Fix header comments.
2009-12-23  Alexandre Julliardkernel32/tests: Fix the SetThreadIdealProcessor for...
2009-12-23  Alexandre Julliardkernel32/tests: Get rid of API function typedefs.
2009-08-29  Alexandre Julliardkernel32: Fix the GetThreadPriorityBoost return value.
2009-08-07  Andrew Nguyenkernel32: Revise SetThreadIdealProcessor to return...
2009-05-18  Andrew Nguyenkernel32/tests: Correctly skip when Unicode thread...
2009-03-11  Michael Stefaniuckernel32: Remove superfluous pointer casts.
2009-02-24  Francois Gougetkernel32/tests: Use win_skip() to skip over unimplement...
2009-01-03  Alexandre Julliardkernel32/tests: Fix pointer casting warnings on 64...
2008-11-13  Alexandre Julliardkernel32/tests: Fix the thread test to cope with the...
2008-11-10  Alexandre Julliardkernel32/tests: Fix the thread test on NT4.
2008-09-19  Alexandre Julliardkernel32/tests: Fix race condition in the thread test.
2008-09-11  Alexandre Julliardkernel32/tests: Fix the ResumeThread on win9x.
2008-09-08  Paul Vrienskernel32/tests: Fix a few failures on win98.
2008-07-23  H. Verbeetserver: Calling ResumeThread() on a terminated thread...
2008-06-23  Dan Hipschmankernel32/tests: Add tests for TLS functions.
2008-03-18  Austin Englishkernel32: Spelling fixes.
2008-01-24  Paul Vrienskernel32/tests: Win9x returns a different last error.
2008-01-02  Rob Shearmankernel32: Add tests for RegisterWaitForSingleObject...
2007-11-20  Alexandre Julliardkernel32/tests: Don't crash the test if GetThreadContex...
2007-07-25  Matt Jonesserver: Only commit SetThreadPriority if new priority...
2007-07-25  Matt Joneskernel32: Added test for bad arguments to SetThreadPrio...
2007-04-25  Paul Vrienskernel32/tests: CreateRemoteThread is not implemented...
2007-02-20  Rob Shearmankernel32: Don't run the CreateRemoteThread tests if...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process RtlCreateUserThread.
2007-01-03  Thomas Khokernel32: Add CreateRemoteThread remote thread conforma...
2007-01-01  Paul Vrienskernel32/tests: Run tests on NT4 again.
2007-01-01  Paul Vrienskernel32/tests: Moved ok-statement to the appropriate...
2007-01-01  Paul Vrienskernel32/tests: Move USE_EXTENDED_PRIORITIES outside...
2006-11-07  Francois GougetAssorted spelling fixes.
2006-10-10  Michael Stefaniuckernel32/tests: Win64 printf format warning fixes.
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.