Uploaded image for project: 'ReactOS Test Suite'
  1. ReactOS Test Suite
  2. ROSTESTS-262

kmtests/ntos_mm/ZwAllocateVirtualMemory.c fails on (WXP and) WS2003

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • ReactOS Tests
    • None

    Description

      (Discovered while working on CORE-7241.)

      It seems this test (almost) passes on ReactOS,
      but fails on Windows (XP/2003),
      whereas, afaik, it should be the opposite.

      r74371 on WS2003: (by DougLyons)

      ZwAllocateVirtualMemory.c:112: Test failed: Status = 0xc000009f, expected 0xc000001b
       
      ZwAllocateVirtualMemory.c:509: Test failed: Status = 0xc000012d, expected 0xc0000017
       
      ZwAllocateVirtualMemory: 786 tests executed (0 marked as todo, 2 failures), 0 skipped.
      


      r74401 on WXP: (by me)

      ZwAllocateVirtualMemory.c:112: Test failed: Status = 0xc000009f, expected 0xc000001b
       
      ZwAllocateVirtualMemory.c:164: Test failed: Status = 0xc0000045, expected 0x00000000
      ZwAllocateVirtualMemory.c:164: Test failed: Status = 0xc00000a0, expected 0x00000000
       
      ZwAllocateVirtualMemory.c:509: Test failed: Status = 0xc000012d, expected 0xc0000017
       
      ZwAllocateVirtualMemory: 820 tests executed (0 marked as todo, 4 failures), 0 skipped.
      


      Do you agree that we should check/fix the test?
      (And/Then probably the core function.)

      https://git.reactos.org/?p=reactos.git;a=blob;f=modules/rostests/kmtests/ntos_mm/ZwAllocateVirtualMemory.c;hb=HEAD#l109
      NtAllocateVirtualMemory()

      Attachments

        Issue Links

          Activity

            People

              bug zilla Bug Zilla
              Serge Gautherie Serge Gautherie
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: