[PATCH 3/6] ntoskrnl.exe: Implement IoCancelIrp.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/ntoskrnl.exe/ntoskrnl.c | 25 ++++++ dlls/ntoskrnl.exe/ntoskrnl.exe.spec | 2 +- dlls/ntoskrnl.exe/tests/driver.c | 120 ++++++++++++++++++++++++++++ include/ddk/wdm.h | 4 + 4 files changed, 150 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=51734 Your paranoid android. === w2003std (task log) === Task errors: The previous 1 run(s) terminated abnormally === w7u (task log) === Task errors: The previous 1 run(s) terminated abnormally === debian9 (build log) === error: patch failed: include/ddk/wdm.h:1559 error: patch failed: dlls/ntoskrnl.exe/tests/driver.c:1229 error: patch failed: dlls/ntoskrnl.exe/tests/driver.c:758 Task: Patch failed to apply === debian9 (build log) === error: patch failed: include/ddk/wdm.h:1559 error: patch failed: dlls/ntoskrnl.exe/tests/driver.c:1229 error: patch failed: dlls/ntoskrnl.exe/tests/driver.c:758 Task: Patch failed to apply
participants (2)
-
Jacek Caban -
Marvin