https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0b5c1503c45aced0db201d...
commit 0b5c1503c45aced0db201d8a6327054a93cb6c1e Author: Pierre Schweitzer pierre@reactos.org AuthorDate: Sat Dec 22 14:36:08 2018 +0100 Commit: Pierre Schweitzer pierre@reactos.org CommitDate: Sat Dec 22 14:36:45 2018 +0100
[KMTESTS:CC] Add a trace to identify failing tests --- modules/rostests/kmtests/ntos_cc/CcSetFileSizes_drv.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/modules/rostests/kmtests/ntos_cc/CcSetFileSizes_drv.c b/modules/rostests/kmtests/ntos_cc/CcSetFileSizes_drv.c index 3934b9d6a8..7895786dd5 100644 --- a/modules/rostests/kmtests/ntos_cc/CcSetFileSizes_drv.c +++ b/modules/rostests/kmtests/ntos_cc/CcSetFileSizes_drv.c @@ -182,6 +182,8 @@ PerformTest(
if (!skip(CcIsFileCached(TestFileObject) == TRUE, "CcInitializeCacheMap failed\n")) { + trace("Starting test: %d\n", TestId); + if (TestId == 0 || TestId == 2) { Offset.QuadPart = 0;