[PATCH v2] kernel32: Add stub implementation of NtQueryInformationThread(ThreadIsIoPending)

Alexandre Julliard julliard at winehq.org
Wed Feb 1 14:22:41 CST 2017


Piotr Caban <piotr at codeweavers.com> writes:

> v2:
>  - set last error on failure in GetThreadIOPendingFlag
>
> Signed-off-by: Piotr Caban <piotr at codeweavers.com>
> ---
>  dlls/kernel32/thread.c | 13 +++++++++++--
>  dlls/ntdll/thread.c    |  7 ++++++-
>  2 files changed, 17 insertions(+), 3 deletions(-)

This breaks the tests:

../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so thread && touch thread.ok
thread.c:1977: Test failed: for info 16 expected STATUS_ACCESS_DENIED, got 00000000 (ret_len 4)
thread.c:345: Tests skipped: child process wasn't mapped at same address, so can't do CreateRemoteThread tests.
Makefile:731: recipe for target 'thread.ok' failed
make: *** [thread.ok] Error 1

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list