https://bugs.winehq.org/show_bug.cgi?id=55733
Bug ID: 55733 Summary: ntdll:file - test_file_rename_information_ex() fails on Windows 10 1607 & 1709 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
ntdll:file - test_file_rename_information_ex() fails on Windows 10 1607 & 1709:
file.c:2263: Test failed: res expected STATUS_SUCCESS, got c00000bb file.c:2265: Test failed: file should not exist
See https://test.winehq.org/data/patterns.html#ntdll:file
These failures are systematic and started on 2023-10-05. A bisect confirms they happen starting with the commit that added them:
commit 07e40a6f9f70338d9810d50b606696b7be984d98 Author: Joel Holdsworth joel@airwebreathe.org.uk AuthorDate: Wed Sep 20 11:34:09 2023 +0100
ntdll/tests: Add tests for FILE_RENAME_IGNORE_READONLY_ATTRIBUTE.
Signed-off-by: Joel Holdsworth joel@airwebreathe.org.uk