mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
[KMTESTS:CC] Add tests showing our CcMapData/CcPinRead raise invalid status
This commit is contained in:
parent
4d48b88bfb
commit
01c73317cc
4 changed files with 90 additions and 2 deletions
|
@ -20,8 +20,9 @@ START_TEST(CcMapData)
|
|||
|
||||
/* 3 tests for offset
|
||||
* 1 test for BCB
|
||||
* 1 test for length/offset
|
||||
*/
|
||||
for (TestId = 0; TestId < 4; ++TestId)
|
||||
for (TestId = 0; TestId < 5; ++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