mirror of
https://github.com/reactos/reactos.git
synced 2025-08-11 09:05:43 +00:00
[KMTESTS:IO]
Add tests for IoCreateFile for target directory open. They will fail on ReactOS. svn path=/trunk/; revision=62934
This commit is contained in:
parent
274ee3388d
commit
e620c729eb
3 changed files with 524 additions and 0 deletions
|
@ -22,6 +22,7 @@ KMT_TESTFUNC Test_ExTimer;
|
|||
KMT_TESTFUNC Test_FsRtlExpression;
|
||||
KMT_TESTFUNC Test_FsRtlMcb;
|
||||
KMT_TESTFUNC Test_FsRtlTunnel;
|
||||
KMT_TESTFUNC Test_IoCreateFile;
|
||||
KMT_TESTFUNC Test_IoDeviceInterface;
|
||||
KMT_TESTFUNC Test_IoEvent;
|
||||
KMT_TESTFUNC Test_IoInterrupt;
|
||||
|
@ -78,6 +79,7 @@ const KMT_TEST TestList[] =
|
|||
/* Skipped on testman. See ROSTESTS-106. */
|
||||
{ "-FsRtlMcb", Test_FsRtlMcb },
|
||||
{ "-FsRtlTunnel", Test_FsRtlTunnel },
|
||||
{ "IoCreateFile", Test_IoCreateFile },
|
||||
{ "IoDeviceInterface", Test_IoDeviceInterface },
|
||||
{ "IoEvent", Test_IoEvent },
|
||||
{ "IoInterrupt", Test_IoInterrupt },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue