mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +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 },
|
||||
{ "FileAttributes", Test_FileAttributes },
|
||||
{ "FindFile", Test_FindFile },
|
||||
{ "FltMgrLoad", Test_FltMgrLoad },
|
||||
{ "FltMgrReg", Test_FltMgrReg },
|
||||
{ "-FltMgrLoad", Test_FltMgrLoad }, // TODO: WIP/untested/crashes.
|
||||
{ "-FltMgrReg", Test_FltMgrReg }, // TODO: WIP/untested/crashes.
|
||||
{ "HidPDescription", Test_HidPDescription },
|
||||
{ "IoCreateFile", Test_IoCreateFile },
|
||||
{ "IoDeviceObject", Test_IoDeviceObject },
|
||||
|
|
Loading…
Reference in a new issue