mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:35:43 +00:00
[KMTESTS:CC] Add a trace to identify failing tests
This commit is contained in:
parent
eca1aa87a4
commit
0b5c1503c4
1 changed files with 2 additions and 0 deletions
|
@ -182,6 +182,8 @@ PerformTest(
|
||||||
|
|
||||||
if (!skip(CcIsFileCached(TestFileObject) == TRUE, "CcInitializeCacheMap failed\n"))
|
if (!skip(CcIsFileCached(TestFileObject) == TRUE, "CcInitializeCacheMap failed\n"))
|
||||||
{
|
{
|
||||||
|
trace("Starting test: %d\n", TestId);
|
||||||
|
|
||||||
if (TestId == 0 || TestId == 2)
|
if (TestId == 0 || TestId == 2)
|
||||||
{
|
{
|
||||||
Offset.QuadPart = 0;
|
Offset.QuadPart = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue