mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 01:34:53 +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.
====================
ReactOS Tests
====================
This directory contains various tests for ReactOS.
Make sure you also have a copy of the rest of the ReactOS
source before you attempt to build anything in this module.
It is to be placed under "modules" subdirectory of a trunk checkout.
The module requires to be enabled during the "configure" process.
To include the module in your build folder, run the configure script with the flags -DENABLE_ROSTESTS=1
# For Windows users
configure.cmd -DENABLE_ROSTESTS=1
# For UNIX users
./configure.sh -DENABLE_ROSTESTS=1