[KMTEST] Test what happens when CcSetFileSizes is called with data still mapped at the tail od the file

This commit is contained in:
Jérôme Gardou 2020-11-09 10:37:10 +01:00
parent 9e6866402b
commit 6929451500
2 changed files with 23 additions and 3 deletions

View file

@ -24,8 +24,9 @@ START_TEST(CcSetFileSizes)
* 3: copy read - FS & AS
* 4: dirty VACB - only FS
* 5: dirty VACB - FS & AS
* 6: CcSetFileSizes with mapped data at tail of file
*/
for (TestId = 0; TestId < 6; ++TestId)
for (TestId = 0; TestId < 7; ++TestId)
{
Ret = KmtSendUlongToDriver(IOCTL_START_TEST, TestId);
ok(Ret == ERROR_SUCCESS, "KmtSendUlongToDriver failed: %lx\n", Ret);