mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 07:40:09 +08:00
[KMTESTS:CC] Disable Cc tests that seem to hang TestWHS
This commit is contained in:
committed by
Timo Kreuzer
parent
c35e75897d
commit
3bf4ef6fec
@@ -42,10 +42,10 @@ const KMT_TEST TestList[] =
|
||||
{
|
||||
{ "-CcCopyRead", Test_CcCopyRead }, // TODO: Crashes on TestWHS
|
||||
{ "-CcCopyWrite", Test_CcCopyWrite }, // TODO: Crashes on TestWHS
|
||||
{ "CcMapData", Test_CcMapData },
|
||||
{ "CcPinMappedData", Test_CcPinMappedData },
|
||||
{ "CcPinRead", Test_CcPinRead },
|
||||
{ "CcSetFileSizes", Test_CcSetFileSizes },
|
||||
{ "-CcMapData", Test_CcMapData },
|
||||
{ "-CcPinMappedData", Test_CcPinMappedData },
|
||||
{ "-CcPinRead", Test_CcPinRead },
|
||||
{ "-CcSetFileSizes", Test_CcSetFileSizes },
|
||||
{ "-Example", Test_Example },
|
||||
{ "FileAttributes", Test_FileAttributes },
|
||||
{ "FindFile", Test_FindFile },
|
||||
|
||||
Reference in New Issue
Block a user