mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:05:49 +00:00
[KMTESTS:CC] Add tests showing a dirty VACB isn't flushed on file growing
CORE-11819
This commit is contained in:
parent
0917c64812
commit
34b6a28764
2 changed files with 122 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue