Sebastian Lackner
|
c936e505e5
|
kernel32/tests: Add missing ReleaseActCtx() calls. (Valgrind).
|
2014-06-23 10:18:13 +02:00 |
Jacek Caban
|
e168cd28db
|
kernel32: Skip reserved TLS tests on WinXP SP1.
|
2014-03-31 15:28:55 +02:00 |
Jacek Caban
|
93920c3893
|
ntdll: Reserve TLS slot 0 for broken apps that compare index to 0 instead of TLS_OUT_OF_INDEXES.
|
2014-03-28 16:19:55 +01:00 |
Dmitry Timoshkov
|
cdc306651c
|
kernel32/tests: Use THREAD_ALL_ACCESS definition compatible with versions of Windows before Vista.
|
2014-02-07 16:28:51 +01:00 |
Marcus Meissner
|
5d58b92b73
|
kernel32/tests: Initial threadpool test.
|
2014-02-04 11:14:52 +01:00 |
Dmitry Timoshkov
|
abbe8b3d02
|
kernel32/tests: Fix thread tests compilation with __WINESRC__ defined.
|
2013-10-22 16:37:40 +02:00 |
Nikolay Sivov
|
93c59714c0
|
ntdll: Inherit default activation context from creation thread.
|
2013-09-05 13:23:50 +02:00 |
Nikolay Sivov
|
ab08d2a5ba
|
kernel32/tests: Some tests for initial thread activation context.
|
2013-09-05 13:23:42 +02:00 |
Dan Kegel
|
073d7212a7
|
kernel32: Make SetThreadPriorityBoost return success.
|
2013-05-28 14:54:49 +02:00 |
Detlef Riekenberg
|
ece3fafcda
|
kernel32/tests: Avoid test failure on multicore machines.
|
2013-03-26 17:16:01 +01:00 |
Detlef Riekenberg
|
5c1e6cf7cd
|
kernel32/tests: Fix 32-bit thread test failures on NT 5.x 64bit.
|
2012-11-14 19:23:36 +01:00 |
Jörg Höhle
|
a52e160c68
|
kernel32/tests: WaitForMultipleObjects returns lowest signaled handle first.
|
2011-08-22 16:14:32 +02:00 |
André Hentschel
|
ff63e42785
|
kernel32/tests: Fix warning on non-x86 platforms.
|
2011-07-07 12:29:55 +02:00 |
Austin English
|
689840babb
|
kernel32/tests: Fix typo in test failure message.
|
2011-05-09 10:50:54 +02:00 |
Alexandre Julliard
|
f555c2d857
|
kernel32/tests: Fix a race that could corrupt the thread register state.
|
2011-05-06 17:12:22 +02:00 |
Alexandre Julliard
|
055c883ee0
|
server: Fix the status code for get/set_thread_context on a terminated thread.
|
2011-05-06 14:23:25 +02:00 |
André Hentschel
|
27ae573806
|
kernel32/tests: Fix a test for real hardware.
|
2011-03-14 19:31:30 +01:00 |
Joris Huizer
|
fb296d1201
|
kernel32/tests: Don't test function directly when reporting GetLastError().
|
2011-02-07 10:04:12 -06:00 |
André Hentschel
|
85386c2c6e
|
kernel32/tests: Don't test function directly when reporting GetLastError().
|
2011-01-12 14:59:43 +01:00 |
Austin Lund
|
86c39000a4
|
kernel32/tests: Increase timeouts to avoid test failures in CreateRemoteThread.
|
2010-10-25 13:52:51 +02:00 |
Alexandre Julliard
|
7064e8838c
|
kernel32/tests: Make some variables static.
|
2010-10-01 13:36:35 +02:00 |
Alexandre Julliard
|
b14cfdeea4
|
tests: Run all tests with the default FPU control word.
|
2010-07-20 11:41:05 +02:00 |
Alexandre Julliard
|
0db65fd36e
|
ntdll: Fix the initial FPU control word on 32-bit too.
|
2010-06-22 11:19:02 +02:00 |
Alexandre Julliard
|
8b54390686
|
ntdll: Fix the initial FPU control word on 64-bit.
|
2010-06-21 11:49:25 +02:00 |
Henri Verbeet
|
772a5c7c09
|
ntdll: The FPU control word for newly created threads is 0x27f.
This fixes a regression introduced by
e6611e22fb .
|
2010-06-17 11:50:23 +02:00 |
Alexandre Julliard
|
5189eef6bb
|
ntdll: Fix affinity mask check for 64-bit.
|
2010-04-08 23:57:08 +02:00 |
Reece Dunn
|
1b46c0660d
|
kernel32/tests: Add a test case for calling TlsFree on a freed index.
|
2010-03-03 11:49:35 +01:00 |
Erich Hoover
|
2902d8090a
|
kernel32/tests: Add test for 'all processors' flag on Vista and newer.
|
2010-02-22 11:57:12 +01:00 |
Peter Rosin
|
805f7d79db
|
kernel32: Add SetThreadErrorMode and GetThreadErrorMode.
|
2010-02-04 13:39:27 +01:00 |
Peter Rosin
|
e8a32ec2b8
|
kernel32: Add tests for SetThreadErrorMode and GetThreadErrorMode.
|
2010-02-04 13:39:27 +01:00 |
André Hentschel
|
2d956be11d
|
kernel32/tests: Fix header comments.
|
2010-01-25 12:46:00 +01:00 |
Alexandre Julliard
|
89c0b87fad
|
kernel32/tests: Fix the SetThreadIdealProcessor for WoW64.
|
2009-12-23 14:27:31 +01:00 |
Alexandre Julliard
|
221925ddbf
|
kernel32/tests: Get rid of API function typedefs.
|
2009-12-23 14:27:31 +01:00 |
Alexandre Julliard
|
cb0607ced2
|
kernel32: Fix the GetThreadPriorityBoost return value.
|
2009-08-29 16:48:54 +02:00 |
Andrew Nguyen
|
20276d0b38
|
kernel32: Revise SetThreadIdealProcessor to return success.
|
2009-08-07 14:57:31 +02:00 |
Andrew Nguyen
|
b0abafe70f
|
kernel32/tests: Correctly skip when Unicode thread functions are not available.
|
2009-05-18 14:31:07 +02:00 |
Michael Stefaniuc
|
9b2730eb88
|
kernel32: Remove superfluous pointer casts.
|
2009-03-11 13:03:31 +01:00 |
Francois Gouget
|
5989534540
|
kernel32/tests: Use win_skip() to skip over unimplemented functionality.
|
2009-02-24 16:57:26 +01:00 |
Alexandre Julliard
|
bb7de132dd
|
kernel32/tests: Fix pointer casting warnings on 64-bit.
|
2009-01-03 20:20:14 +01:00 |
Alexandre Julliard
|
f2f0dead61
|
kernel32/tests: Fix the thread test to cope with the Win95 InterlockedIncrement behavior.
|
2008-11-13 11:49:36 +01:00 |
Alexandre Julliard
|
1ff8e7dd41
|
kernel32/tests: Fix the thread test on NT4.
|
2008-11-10 11:09:18 +01:00 |
Alexandre Julliard
|
ea39761d3a
|
kernel32/tests: Fix race condition in the thread test.
|
2008-09-19 12:21:45 +02:00 |
Alexandre Julliard
|
c9f84aa9f9
|
kernel32/tests: Fix the ResumeThread on win9x.
|
2008-09-11 14:10:35 +02:00 |
Paul Vriens
|
5737fb815c
|
kernel32/tests: Fix a few failures on win98.
|
2008-09-08 12:49:12 +02:00 |
H. Verbeet
|
ff870e0132
|
server: Calling ResumeThread() on a terminated thread is valid.
|
2008-07-23 11:21:47 +02:00 |
Dan Hipschman
|
e22af18e7a
|
kernel32/tests: Add tests for TLS functions.
|
2008-06-23 14:04:31 +02:00 |
Austin English
|
d5de9977df
|
kernel32: Spelling fixes.
|
2008-03-18 11:44:09 +01:00 |
Paul Vriens
|
71f81bf1f5
|
kernel32/tests: Win9x returns a different last error.
|
2008-01-24 14:04:07 +01:00 |
Rob Shearman
|
910cf61723
|
kernel32: Add tests for RegisterWaitForSingleObject and UnregisterWait.
|
2008-01-02 14:30:14 +01:00 |
Alexandre Julliard
|
58b85bba3e
|
kernel32/tests: Don't crash the test if GetThreadContext fails.
|
2007-11-20 17:53:43 +01:00 |