https://bugs.winehq.org/show_bug.cgi?id=55668
Bug ID: 55668 Summary: kernel32:file - test_OpenFile() fails on macOS Product: Wine Version: unspecified Hardware: x86-64 OS: Mac OS X Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
kernel32:file - test_OpenFile() fails on macOS:
file.c:3544: Test failed: OpenFile failed to create nonexistent file file.c:3545: Test failed: GetLastError() returns 1224 file.c:3548: Test failed: OpenFile set ofs.nErrCode to 1224 file.c:3628: Test failed: GetFileAttributesA succeeded on deleted file
See https://test.winehq.org/data/patterns.html#kernel32:file
These failures are systematic and only happen on macOS (see Remi's rbernon-macos-* cloud test machines). They also started on 2023-09-26 but don't seem to correspond to a change made to kernel32:file on that day. Rather it looks like an issue with the Wine implementation.
https://bugs.winehq.org/show_bug.cgi?id=55668
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase CC| |julliard@winehq.org