https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7e95aebfda83e3847297ee649022be094cf693b2

commit 7e95aebfda83e3847297ee649022be094cf693b2
Author:     Serge Gautherie <[email protected]>
AuthorDate: Sat Sep 1 17:50:23 2018 +0200
Commit:     Ged Murphy <[email protected]>
CommitDate: Fri Sep 7 08:45:50 2018 +0100

    [KMTESTS:FLTMGR] Hide FltMgrLoad and FltMgrReg
    
    And add "// TODO: WIP/untested/crashes."
    
    ROSTESTS-299
---
 modules/rostests/kmtests/kmtest/testlist.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/rostests/kmtests/kmtest/testlist.c 
b/modules/rostests/kmtests/kmtest/testlist.c
index 7b4930f659..a0ede71368 100644
--- a/modules/rostests/kmtests/kmtest/testlist.c
+++ b/modules/rostests/kmtests/kmtest/testlist.c
@@ -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 },

Reply via email to