mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:33:16 +00:00
[KMTESTS:FLTMGR] Hide FltMgrLoad and FltMgrReg
And add "// TODO: WIP/untested/crashes." ROSTESTS-299
This commit is contained in:
parent
25f4ed75a0
commit
7e95aebfda
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ const KMT_TEST TestList[] =
|
||||||
{ "-Example", Test_Example },
|
{ "-Example", Test_Example },
|
||||||
{ "FileAttributes", Test_FileAttributes },
|
{ "FileAttributes", Test_FileAttributes },
|
||||||
{ "FindFile", Test_FindFile },
|
{ "FindFile", Test_FindFile },
|
||||||
{ "FltMgrLoad", Test_FltMgrLoad },
|
{ "-FltMgrLoad", Test_FltMgrLoad }, // TODO: WIP/untested/crashes.
|
||||||
{ "FltMgrReg", Test_FltMgrReg },
|
{ "-FltMgrReg", Test_FltMgrReg }, // TODO: WIP/untested/crashes.
|
||||||
{ "HidPDescription", Test_HidPDescription },
|
{ "HidPDescription", Test_HidPDescription },
|
||||||
{ "IoCreateFile", Test_IoCreateFile },
|
{ "IoCreateFile", Test_IoCreateFile },
|
||||||
{ "IoDeviceObject", Test_IoDeviceObject },
|
{ "IoDeviceObject", Test_IoDeviceObject },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue