From ab9ec0bd8c92f031e4f36827dd83b87de130deb7 Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Fri, 26 Apr 2013 09:31:12 +0000 Subject: [PATCH] [KMTESTS:FSRTL] - Enable running FsRtlMcb by hand svn path=/trunk/; revision=58859 --- rostests/kmtests/kmtest_drv/testlist.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rostests/kmtests/kmtest_drv/testlist.c b/rostests/kmtests/kmtest_drv/testlist.c index 9c0cf08b96c..022fd4f2d08 100644 --- a/rostests/kmtests/kmtest_drv/testlist.c +++ b/rostests/kmtests/kmtest_drv/testlist.c @@ -62,7 +62,8 @@ const KMT_TEST TestList[] = { "-ExTimer", Test_ExTimer }, { "Example", Test_Example }, { "FsRtlExpression", Test_FsRtlExpression }, -// { "FsRtlMcb", Test_FsRtlMcb }, + /* Skipped on testman. See ROSTESTS-106. */ + { "-FsRtlMcb", Test_FsRtlMcb }, { "IoDeviceInterface", Test_IoDeviceInterface }, { "IoEvent", Test_IoEvent }, { "IoInterrupt", Test_IoInterrupt },