mirror of
https://github.com/reactos/reactos.git
synced 2024-12-05 01:13:31 +08:00
[KMTESTS:CC] Disable broken CcCopyRead / CcCopyWrite
This commit is contained in:
parent
9d19f8bf65
commit
83f076918a
@ -40,8 +40,8 @@ KMT_TESTFUNC Test_TcpIpConnect;
|
||||
/* tests with a leading '-' will not be listed */
|
||||
const KMT_TEST TestList[] =
|
||||
{
|
||||
{ "CcCopyRead", Test_CcCopyRead },
|
||||
{ "CcCopyWrite", Test_CcCopyWrite },
|
||||
{ "-CcCopyRead", Test_CcCopyRead }, // TODO: Crashes on TestWHS
|
||||
{ "-CcCopyWrite", Test_CcCopyWrite }, // TODO: Crashes on TestWHS
|
||||
{ "CcMapData", Test_CcMapData },
|
||||
{ "CcPinMappedData", Test_CcPinMappedData },
|
||||
{ "CcPinRead", Test_CcPinRead },
|
||||
|
Loading…
Reference in New Issue
Block a user