[PATCH 1/4] ntoskrnl.exe: Implement PsLookupThreadByThreadId.
From: Derek Lesho <dereklesho52(a)gmail.com> Signed-off-by: Derek Lesho <dereklesho52(a)Gmail.com> Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/ntoskrnl.exe/ntoskrnl.c | 20 ++++++++++++++++++++ dlls/ntoskrnl.exe/ntoskrnl.exe.spec | 2 +- dlls/ntoskrnl.exe/tests/driver.c | 16 ++++++++++++++++ include/ddk/ntifs.h | 1 + 4 files changed, 38 insertions(+), 1 deletion(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=51176 Your paranoid android. === w7u (32 bit report) === ntoskrnl.exe: driver.c:1182: Test failed: PsLookupThreadByThreadId returned 0xc000000b Report errors: ntoskrnl.exe:ntoskrnl contains a misplaced failure message for driver === w8 (32 bit report) === ntoskrnl.exe: driver.c:1182: Test failed: PsLookupThreadByThreadId returned 0xc000000b Report errors: ntoskrnl.exe:ntoskrnl contains a misplaced failure message for driver
participants (2)
-
Jacek Caban -
Marvin