https://bugs.winehq.org/show_bug.cgi?id=50843
Bug ID: 50843 Summary: infosoft:infosoft has 2 failures on all Windows version up to Win10 1507 Product: Wine Version: 6.3 Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
infosoft:infosoft has 2 failures on every Windows version up to Windows 10 1507, regardless of bitness or privileges.
For instance on wbistau64: infosoft.c:178: Test failed: failed infosoft.c:192: Test failed: failed
These failures are new because WineTest was incorrectly skipping the infosoft:* tests before.
https://bugs.winehq.org/show_bug.cgi?id=50843
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=50843
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=50843
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |8ac9f334b4b7591a42c6aabf90d | |5326fe3e0fd02 Status|NEW |RESOLVED
--- Comment #1 from François Gouget fgouget@codeweavers.com --- This is fixed:
commit 8ac9f334b4b7591a42c6aabf90d5326fe3e0fd02 Author: Francois Gouget fgouget@codeweavers.com Date: Mon May 10 15:54:11 2021 +0200
infosoft/tests: Fix the pfnFillTextBuffer() return value.
Windows Vista to Windows 10 1507 expect pfnFillTextBuffer() to return WBREAK_E_END_OF_TEXT to signal the end of the string. Returning unexpected values such as E_FAIL causes BreakText() to abort and report them to the caller.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50843 Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=50843
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.9.