Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Operating System: ReactOS
Platform: x86 Hardware
Description
Since revision 52709 some tests in Kernel32:virtual are failing.
virtual.c:615: Test failed: 4 != PAGE_READONLY
virtual.c:618: Test failed: 4 != PAGE_READONLY
Also,and related:
virtual.c:671: Test failed: AllocationProtect should have been PAGE_NOACCESS but was 0x4
virtual.c:700: Test failed: Type should have been MEM_MAPPED instead of 0x20000
virtual.c:716: Test failed: AllocationProtect should have been PAGE_NOACCESS but was 0x4
virtual.c:745: Test failed: Type should have been MEM_MAPPED instead of 0x20000
http://reactos.org/testman/diff.php?id1=5516671&id2=5517817&type=1&strip=0
They could be related to the MM changesĀ at 52709)