From: Ted Lyngmo ted@lyncon.se
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51846 Signed-off-by: Ted Lyngmo ted@lyncon.se Signed-off-by: Piotr Caban piotr@codeweavers.com --- dlls/msvcrt/file.c | 7 ++++++ dlls/ucrtbase/tests/misc.c | 49 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+)
On Mon, 11 Oct 2021, Piotr Caban wrote: [...]
dlls/ucrtbase/tests/misc.c | 49 ++++++++++++++++++++++++++++++++++++++
test_fopen_exclusive() introduced new failures on Windows 10 1607 and 1709. Interestingly the initial patch also failed on 1507 so there is a chance that there is a reasonable way to tweak the patch to avoid all failures.
Details at: https://bugs.winehq.org/show_bug.cgi?id=51894