mirror of
https://github.com/reactos/reactos.git
synced 2026-07-04 02:24:26 +08:00
- Remove the hack for PAGE_NOCACHE flag that was introduced in commitsaa52dc7498(r68611) and33d53d44da(r68612) for CORE-9808. The test case for PAGE_NOCACHE, introduced in7346aece52(r68351), did not expose any additional problems without it anymore. - Allow a PAGE_WRITECOMBINE flag. Fixes a regression introduced in59ae6b3e15(CORE-20298) that caused the OpenGL ICD in Nvidia 78.05 driver to not use GPU hardware to accelerate OpenGL anymore (reported and tested by winterhell on Discord). - Add a test case for MmMapViewOfSection with PAGE_WRITECOMBINE. The test passes on Windows 2003 SP2 and Vista RTM. - Fix ASSERTs in MI_MAKE_HARDWARE_PTE functions.
This directory contains the ReactOS Kernel-Mode Test Suite. The kmtest, kmtest_drv and include subdirectories contain the testing framework infrastructure, other directories contain tests. The example subdirectory contains a set of small tests that can be used as examples and templates. See https://reactos.org/wiki/KmtestsHowto for more information and a guide on how to use the framework.