mirror of
https://github.com/reactos/reactos.git
synced 2024-12-05 09:23:32 +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 */
|
/* tests with a leading '-' will not be listed */
|
||||||
const KMT_TEST TestList[] =
|
const KMT_TEST TestList[] =
|
||||||
{
|
{
|
||||||
{ "CcCopyRead", Test_CcCopyRead },
|
{ "-CcCopyRead", Test_CcCopyRead }, // TODO: Crashes on TestWHS
|
||||||
{ "CcCopyWrite", Test_CcCopyWrite },
|
{ "-CcCopyWrite", Test_CcCopyWrite }, // TODO: Crashes on TestWHS
|
||||||
{ "CcMapData", Test_CcMapData },
|
{ "CcMapData", Test_CcMapData },
|
||||||
{ "CcPinMappedData", Test_CcPinMappedData },
|
{ "CcPinMappedData", Test_CcPinMappedData },
|
||||||
{ "CcPinRead", Test_CcPinRead },
|
{ "CcPinRead", Test_CcPinRead },
|
||||||
|
Loading…
Reference in New Issue
Block a user