[PATCH 6/8] ntoskrnl.exe: Support creating event objects from server handle.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/ntoskrnl.exe/ntoskrnl_private.h | 2 + dlls/ntoskrnl.exe/sync.c | 63 ++++++++++++++++++++++------ dlls/ntoskrnl.exe/tests/driver.c | 41 ++++++++++++++++-- server/event.c | 11 ++++- 4 files changed, 101 insertions(+), 16 deletions(-)
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=49896 Your paranoid android. === w2008s64 (task log) === Task errors: The previous 1 run(s) terminated abnormally === debian9 (32 bit French report) === ntoskrnl.exe: driver.c:590: Test failed: got 0 driver.c:593: Test failed: got 0x102
participants (2)
-
Jacek Caban -
Marvin