May 15, 2026
3:03 p.m.
On Fri May 15 15:03:20 2026 +0000, Bernhard Übelacker wrote:
Hello Joel, the patch 71994a6b seems to cause the test kernel32:actctx to fail, [link to the failure](https://gitlab.winehq.org/wine/wine/-/jobs/265476#L1167), and seems not to be some flakyness. 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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8030#note_140034