https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3bf4ef6fecad411822a5e…
commit 3bf4ef6fecad411822a5ed3b4e5b73ebe513cfd2
Author: Mark Jansen <mark.jansen(a)reactos.org>
AuthorDate: Thu Feb 2 15:38:48 2023 +0100
Commit: Timo Kreuzer <timo.kreuzer(a)reactos.org>
CommitDate: Thu Feb 2 19:08:00 2023 +0100
[KMTESTS:CC] Disable Cc tests that seem to hang TestWHS
---
modules/rostests/kmtests/kmtest/testlist.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/rostests/kmtests/kmtest/testlist.c
b/modules/rostests/kmtests/kmtest/testlist.c
index a08bd0fbbaa..5461e2ffe37 100644
--- a/modules/rostests/kmtests/kmtest/testlist.c
+++ b/modules/rostests/kmtests/kmtest/testlist.c
@@ -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 },