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

advapi32:security failure makes kernel32:directory to fail

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • None
    • Wine Tests
    • None

    Description

      If we just run kernel32:directory winetest in ReactOS there is no failure happening and ReactOS reports: 85 tests executed (0 failures)

      However, if we run kernel32:directory winetest after running advapi32:security then ReactOS will report: 85 tests executed (19 failures)

      The reason is that advapi32:security creates a folder named "Please remove me" in TEMP, which fails to delete in its cleanup rutine:
      security.c:3292: Test failed: RemoveDirectoryA should always succeed
      ok(bret == TRUE, "RemoveDirectoryA should always succeed\n");

      Since kernel32:directory creates/deletes also a folder named "Please remove me" in TEMP then, seems, this "dependency" leads to these 19 tests to fail.

      Attachments

        Issue Links

          Activity

            People

              ThFabba ThFabba
              vicmarcal vicmarcal
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: