From: Pierre Schweitzer Date: Sat, 22 Dec 2018 13:36:08 +0000 (+0100) Subject: [KMTESTS:CC] Add a trace to identify failing tests X-Git-Tag: 0.4.13-dev~926 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=0b5c1503c45aced0db201d8a6327054a93cb6c1e [KMTESTS:CC] Add a trace to identify failing tests --- diff --git a/modules/rostests/kmtests/ntos_cc/CcSetFileSizes_drv.c b/modules/rostests/kmtests/ntos_cc/CcSetFileSizes_drv.c index 3934b9d6a82..7895786dd5b 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;