[KMTESTS:CC]
authorPierre Schweitzer <pierre@reactos.org>
Sat, 28 May 2016 19:59:10 +0000 (19:59 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Sat, 28 May 2016 19:59:10 +0000 (19:59 +0000)
commit4de2debfbbd15ab3ea8727cea6f6badfcb92b58d
tree6238380db9c810a7b7f7ea2a0a8191cc030d912e
parentb68e07fbaa454718b0c0756f146f37d270e515a6
[KMTESTS:CC]
Introduce tests for Cc :-)
Currently, we only test CcCopyRead for specific alignment matters. It shows that under certain conditions, our Cc doesn't align reads it does, leading to later failure in disk.sys.
This reproduces an error observed with MS FastFAT in ReactOS.

CORE-11003

svn path=/trunk/; revision=71445
rostests/kmtests/CMakeLists.txt
rostests/kmtests/kmtest/testlist.c
rostests/kmtests/ntos_cc/CMakeLists.txt [new file with mode: 0644]
rostests/kmtests/ntos_cc/CcCopyRead_drv.c [new file with mode: 0644]
rostests/kmtests/ntos_cc/CcCopyRead_user.c [new file with mode: 0644]