[KMTESTS:CC] Add tests showing a dirty VACB isn't flushed on file growing

CORE-11819
This commit is contained in:
Pierre Schweitzer 2018-12-23 12:04:39 +01:00
parent 0917c64812
commit 34b6a28764
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B
2 changed files with 122 additions and 5 deletions

View file

@ -22,8 +22,10 @@ START_TEST(CcSetFileSizes)
* 1: copy read - only FS
* 2: mapped data - FS & AS
* 3: copy read - FS & AS
* 4: dirty VACB - only FS
* 5: dirty VACB - FS & AS
*/
for (TestId = 0; TestId < 4; ++TestId)
for (TestId = 0; TestId < 6; ++TestId)
{
Ret = KmtSendUlongToDriver(IOCTL_START_TEST, TestId);
ok(Ret == ERROR_SUCCESS, "KmtSendUlongToDriver failed: %lx\n", Ret);