May 15, 2026
3:04 p.m.
On Fri May 15 15:03:20 2026 +0000, Jinoh Kang wrote:
Yeah, looks like `access` is used not only for Unix perm checks, but also for share locks. The test is failing because `CREATE_ALWAYS` forces opening with `FILE_WRITE_DATA`, which conflicts with `CreateActCtx` which doesn't share the file for writing. (The test keeps the handle open until the end; this is deliberate as indicated by `test_CreateActCtx_share_mode`'s name. I wrote that test.)
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8030#note_140035