mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:31:40 +00:00
[KMTESTS]
- Skip FsRtlMcb again to make testbot happy svn path=/trunk/; revision=59351
This commit is contained in:
parent
63e0c4e9d4
commit
3b4a05175b
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ const KMT_TEST TestList[] =
|
||||||
{ "-ExTimer", Test_ExTimer },
|
{ "-ExTimer", Test_ExTimer },
|
||||||
{ "Example", Test_Example },
|
{ "Example", Test_Example },
|
||||||
{ "FsRtlExpression", Test_FsRtlExpression },
|
{ "FsRtlExpression", Test_FsRtlExpression },
|
||||||
{ "FsRtlMcb", Test_FsRtlMcb },
|
/* Skipped on testman. See ROSTESTS-106. */
|
||||||
|
{ "-FsRtlMcb", Test_FsRtlMcb },
|
||||||
{ "-FsRtlTunnel", Test_FsRtlTunnel },
|
{ "-FsRtlTunnel", Test_FsRtlTunnel },
|
||||||
{ "IoDeviceInterface", Test_IoDeviceInterface },
|
{ "IoDeviceInterface", Test_IoDeviceInterface },
|
||||||
{ "IoEvent", Test_IoEvent },
|
{ "IoEvent", Test_IoEvent },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue