https://bugs.winehq.org/show_bug.cgi?id=54554
Bug ID: 54554 Summary: ntdll:file - test_set_io_completion() gets unexpected count values on Windows 11 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_set_io_completion() gets unexpected count values on Windows 11:
file.c:989: Test failed: wrong count 0 file.c:1057: Test failed: wrong count 0 file.c:1062: Test failed: wrong count 0
See https://test.winehq.org/data/patterns.html#ntdll:file
https://bugs.winehq.org/show_bug.cgi?id=54554
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase CC| |z.figura12@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=54554
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|ntdll:file - |kernel32:file & ntdll:file |test_set_io_completion() |get unexpected count values |gets unexpected count |on Windows 11 |values on Windows 11 |
--- Comment #1 from François Gouget fgouget@codeweavers.com --- kernel32:file gets the same set of failures in test_post_completion():
file.c:5557: Test failed: wrong count 0 file.c:5598: Test failed: wrong count 0 file.c:5605: Test failed: wrong count 0
See https://test.winehq.org/data/patterns.html#kernel32:file
This is specific to Windows 11 too.
https://bugs.winehq.org/show_bug.cgi?id=54554
--- Comment #2 from François Gouget fgouget@codeweavers.com --- The ntdll:file failures got fixed by the commit below:
commit 78c77ae3e06e767a2aabb8e92626dd4e8a71daf7 Author: Alexandre Julliard julliard@winehq.org Date: Wed Sep 13 20:31:28 2023 +0200
ntdll/tests: Fix some test failures on ARM64 Windows.
I sent MR!3838 for kernel32:file.
https://bugs.winehq.org/show_bug.cgi?id=54554
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |78c77ae3e06e767a2aabb8e9262 | |6dd4e8a71daf7 Resolution|--- |FIXED
--- Comment #3 from François Gouget fgouget@codeweavers.com --- The kernel32:file case got fixed by the commit below:
commit c63b323e220f9e5d4fbf1829a2b2f03e24d4b6e2 Author: François Gouget fgouget@codeweavers.com AuthorDate: Thu Sep 14 12:11:28 2023 +0200
kernel32/tests: Allow a 0 removed entry count in the completion test.
This matches the ntdll:file fix.
Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=54554
https://bugs.winehq.org/show_bug.cgi?id=54554
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.21.