Author: pschweitzer Date: Fri Apr 26 06:47:42 2013 New Revision: 58858
URL: http://svn.reactos.org/svn/reactos?rev=58858&view=rev Log: [NTOSKRNL] Disable FsRtlMcb for the moment, as they crash, don't provide any useful and prevent the VBox testbot to properly run
Modified: trunk/rostests/kmtests/kmtest_drv/testlist.c
Modified: trunk/rostests/kmtests/kmtest_drv/testlist.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/kmtest_drv/testlis... ============================================================================== --- trunk/rostests/kmtests/kmtest_drv/testlist.c [iso-8859-1] (original) +++ trunk/rostests/kmtests/kmtest_drv/testlist.c [iso-8859-1] Fri Apr 26 06:47:42 2013 @@ -62,7 +62,7 @@ { "-ExTimer", Test_ExTimer }, { "Example", Test_Example }, { "FsRtlExpression", Test_FsRtlExpression }, - { "FsRtlMcb", Test_FsRtlMcb }, +// { "FsRtlMcb", Test_FsRtlMcb }, { "IoDeviceInterface", Test_IoDeviceInterface }, { "IoEvent", Test_IoEvent }, { "IoInterrupt", Test_IoInterrupt },