mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:52:11 +00:00
[KMTEST] Test what happens when CcSetFileSizes is called with data still mapped at the tail od the file
This commit is contained in:
parent
9e6866402b
commit
6929451500
2 changed files with 23 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue