[Bug 38772] Incorrect GetLastError error of RemoveDirectoryA and CreateDirectory.

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Mar 31 18:22:54 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=38772

Louis Lenders <xerox.xerox2000x at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
           Keywords|                            |download, source
                 CC|                            |xerox.xerox2000x at gmail.com
     Ever confirmed|0                           |1

--- Comment #1 from Louis Lenders <xerox.xerox2000x at gmail.com> ---
@Reporter: FYI only one of your tests is failing in current wine :

file.c:3504: Test failed: test_RemoveDirectoryA(): GetLastError expect 3 got 2

That`s this test:

    SetLastError(0xdeadbeef);
    RemoveDirectoryA("N:\\abc");
    ok(GetLastError() == ERROR_PATH_NOT_FOUND, "test_RemoveDirectoryA():
GetLastError expect %d got %d\n", ERROR_PATH_NOT_FOUND, GetLastError());
`s a bug
Could you put that test in kernel32/tests/file?

Confirming anyway there

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list