https://bugs.winehq.org/show_bug.cgi?id=55288
Bug ID: 55288 Summary: ntdll:reg - The 32-bit test_redirection() fails if run after the 64 WineTest Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
ntdll:reg - The 32-bit test_redirection() fails if run after the 64-bit WineTest:
reg.c:1714: Test failed: NtDeleteKey failed: 0xc0000022
See https://test.winehq.org/data/patterns.html#ntdll:reg
Where 0xc0000022 == STATUS_ACCESS_DENIED
These failures only happen in the fg-deb64-i386 and fg-deb64-wow32 test configurations which means they only fail if the 64-bit test suite has previously been run in the same wineprefix. So this is either a test cleanup issue or Wine messing up the registry in some way.
Furthermore the failures started on 2023-07-17 so they can probably be tied back to a specific commit.