https://git.reactos.org/?p=reactos.git;a=commitdiff;h=83f076918a1d109841f250...
commit 83f076918a1d109841f2501721c9c1b837407fa0 Author: Mark Jansen mark.jansen@reactos.org AuthorDate: Wed Feb 1 21:00:22 2023 +0100 Commit: Mark Jansen mark.jansen@reactos.org CommitDate: Thu Feb 2 15:08:40 2023 +0100
[KMTESTS:CC] Disable broken CcCopyRead / CcCopyWrite --- modules/rostests/kmtests/kmtest/testlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/rostests/kmtests/kmtest/testlist.c b/modules/rostests/kmtests/kmtest/testlist.c index b71d1ba2e2c..a08bd0fbbaa 100644 --- a/modules/rostests/kmtests/kmtest/testlist.c +++ b/modules/rostests/kmtests/kmtest/testlist.c @@ -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 },