Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
62,270
Description
It looks like this code/result is wrong.
This seems trivial to fix, by whom knows what was intended.
—
https://build.reactos.org/builders/Test%20WHS/builds/614 (r72321)
...
https://build.reactos.org/builders/Test%20WHS/builds/1175
Running Wine Test, Module: ntdll, Test: NtAllocateVirtualMemory
|
NtAllocateVirtualMemory.c:586: Test failed: Wrong value for 'Status', expected: ((NTSTATUS)0xC00000F0) (0xc00000f0), got: 0x0
|
|
NtAllocateVirtualMemory: 206 tests executed (0 marked as todo, 1 failure), 0 skipped.
|
Test NtAllocateVirtualMemory completed in 0.11 seconds.
|
https://build.reactos.org/builders/Test%20KVM/builds/18864
https://build.reactos.org/builders/Test%20VBox/builds/6425
...
|
NtAllocateVirtualMemory.c:586: Test failed: Wrong value for 'Status', expected: ((NTSTATUS)0xC00000F0) (0xc00000f0), got: 0x0
|
...
|
—
Added in r62270 by ThePhysicist:
544 /* Reserve memory below 0x10000 */ |
545 Mem1 = UlongToPtr(0xf000);
|
546 Size1 = 0x1000;
|
547 Status = NtAllocateVirtualMemory(NtCurrentProcess(),
|
548 &Mem1,
|
549 0,
|
550 &Size1,
|
551 MEM_RESERVE,
|
552 PAGE_READWRITE);
|
553 ok_ntstatus(Status, STATUS_INVALID_PARAMETER_2);
|
Attachments
Issue Links
- blocks
-
ROSTESTS-260 Non-working tests under Windows Server 2003 / WHS-Testbot Metabug
- Open