[PATCH 1/3] kernel32/tests: Add test for 'all processors' flag on Vista and newer (try 2).

Henri Verbeet hverbeet at gmail.com
Fri Feb 19 05:10:21 CST 2010


On 19 February 2010 05:22, Erich Hoover <ehoover at 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?



More information about the wine-devel mailing list