https://bugs.winehq.org/show_bug.cgi?id=38772
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Keywords| |download, source CC| |xerox.xerox2000x@gmail.com Ever confirmed|0 |1
--- Comment #1 from Louis Lenders xerox.xerox2000x@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