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.
https://bugs.winehq.org/show_bug.cgi?id=55288
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=55288
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |fgouget@codeweavers.com
https://bugs.winehq.org/show_bug.cgi?id=55288
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|ntdll:reg - The 32-bit |advapi32:registry & |test_redirection() fails if |ntdll:reg - The 32-bit |run after the 64 WineTest |test_redirection() fails if | |run after the 64 WineTest
--- Comment #1 from François Gouget fgouget@codeweavers.com --- The same issue happens in advapi32:registry:
registry.c:2790: Test failed: RegDeleteKey failed: 5
See https://test.winehq.org/data/patterns.html#advapi32:registry
This also only happens if the 64-bit test suite has run before, and also started on 2023-07-17. So this is likely the same issue.
https://bugs.winehq.org/show_bug.cgi?id=55288
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Regression SHA1| |327667a620b1d0c9f8dd47b9a85 | |343a7badd4b20
--- Comment #2 from François Gouget fgouget@codeweavers.com --- A bisect shows the the failures in both advapi32:registry and ntdll:reg are caused by running the 64-bit sapi:token test unit and started with the commit below:
commit 327667a620b1d0c9f8dd47b9a85343a7badd4b20 Author: Shaun Ren sren@codeweavers.com Date: Fri Jul 14 14:17:26 2023 -0400
sapi/tests: Fix ISpObjectToken::CreateInstance E_ACCESSDENIED error.
https://bugs.winehq.org/show_bug.cgi?id=55288
--- Comment #3 from Sven Baars sven.wine@gmail.com --- This is fixed by 5def0d2e78f97794e1753f070e020cac8b621c9a
https://bugs.winehq.org/show_bug.cgi?id=55288
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |infyquest@gmail.com Fixed by SHA1| |5def0d2e78f97794e1753f070e0 | |20cac8b621c9a Resolution|--- |FIXED
--- Comment #4 from Vijay Kamuju infyquest@gmail.com --- Fixed by 5def0d2e78f97794e1753f070e020cac8b621c9a which is now present in wine 9.0 rc2
https://bugs.winehq.org/show_bug.cgi?id=55288
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 9.0-rc3.