https://bugs.winehq.org/show_bug.cgi?id=55578
Bug ID: 55578 Summary: kernel32:loader - The 64-bit test_section_access() sometimes fails on Windows 8 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
kernel32:loader - The 64-bit test_section_access() sometimes fails on Windows 8:
loader.c:2075: Test failed: DeleteFile error 32 loader.c:2075: Test failed: DeleteFile error 32 loader.c:2075: Test failed: DeleteFile error 32
See https://test.winehq.org/data/patterns.html#kernel32:loader
This started on 2023-09-04 and happens in about 50% of the WineTest runs and is most likely caused by the commit below:
commit d64200805b1848f782c8a4ce1fdbcb9292fffe51 Author: Alexandre Julliard julliard@winehq.org AuthorDate: Thu Aug 31 18:08:50 2023 +0200
kernel32/tests: Remove some workarounds for old Windows versions.
https://bugs.winehq.org/show_bug.cgi?id=55578
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=55578
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Regression SHA1| |d64200805b1848f782c8a4ce1fd | |bcb9292fffe51
--- Comment #1 from François Gouget fgouget@codeweavers.com --- A bisect confirms the source of the failure.
https://bugs.winehq.org/show_bug.cgi?id=55578
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|kernel32:loader - The |kernel32:loader - |64-bit |test_section_access() |test_section_access() |sometimes fails on Windows |sometimes fails on Windows |8 |8 |
--- Comment #2 from François Gouget fgouget@codeweavers.com --- This can also happen in the 32-bit tests:
* 2023-09-15 w8adm-32 loader.c:2075: Test failed: DeleteFile error 32
https://bugs.winehq.org/show_bug.cgi?id=55578
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest@gmail.com Resolution|--- |FIXED Status|NEW |RESOLVED Fixed by SHA1| |bd693d67553fb1f1ea3ed9bab8c | |38886f066e2b3
--- Comment #3 from Vijay Kamuju infyquest@gmail.com --- Fixed by commit Its now in Wine 9.0 rc2
https://bugs.winehq.org/show_bug.cgi?id=55578
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 9.0-rc3.