On 19 February 2010 05:22, Erich Hoover ehoover@mines.edu wrote:
Real Name: Erich Hoover Description: The attached patch adds a test for SetThreadAffinityMask(thread,-1), which succeeds on Windows Vista and newer. This version uses broken() rather than specifically testing versions. Note that this "all processors" flag is not documented, but was discovered tracking down another issue. Please see the wine-devel thread for more information: http://www.winehq.org/pipermail/wine-devel/2010-February/081879.html ChangeLog: kernel32/tests: Add test for 'all processors' flag on Vista and newer.
Shouldn't this need tests for NtSetInformationThread() and NtQueryInformationThread() as well?