Module: wine Branch: master Commit: e63c3ed8279d782ef23702893ce1a3a98bf58885 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e63c3ed8279d782ef23702893...
Author: Paul Gofman pgofman@codeweavers.com Date: Thu Jun 11 17:47:45 2020 +0300
ntoskrnl.exe/tests: Add initial test for netio.sys.
Test driver should import netio.sys which is available since Vista, so a new test driver is needed to preserve XP compatibility for the existing tests.
Signed-off-by: Paul Gofman pgofman@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntoskrnl.exe/tests/Makefile.in | 4 + dlls/ntoskrnl.exe/tests/driver4.c | 246 +++++++++++++++++++++++++++++++++++ dlls/ntoskrnl.exe/tests/driver4.spec | 1 + dlls/ntoskrnl.exe/tests/ntoskrnl.c | 59 +++++++-- 4 files changed, 302 insertions(+), 8 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e63c3ed8279d782ef2370...