https://bugs.winehq.org/show_bug.cgi?id=51315
Bug ID: 51315 Summary: The 64-bit webservices:writer test fails in Wine Product: Wine Version: 6.10 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
The 64-bit webservices:writer test fails in Wine:
writer.c:371: Test failed: 2272: got 11 expected 10 writer.c:373: Test failed: 2272: got <t>:E-3</t> expected <t>1E-2</t> writer.c:371: Test failed: 2272: got 12 expected 11 writer.c:373: Test failed: 2272: got <t>-:E-3</t> expected <t>-1E-2</t> writer.c:373: Test failed: 2272: got <t>1.7976931348623156E+308</t> expected <t>1.7976931348623157E+308</t> writer.c:373: Test failed: 2272: got <t>-1.7976931348623156E+308</t> expected <t>-1.7976931348623157E+308</t>
Note that these failures are systematic and only happen when running the 64-bit test in Wine. Also most of these failures also happen on armv7l (but armv7l has/had two more, see bug 49197).
https://bugs.winehq.org/show_bug.cgi?id=51315
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=51315
--- Comment #1 from François Gouget fgouget@codeweavers.com --- See: https://test.winehq.org/data/patterns.html#webservices:writer
https://bugs.winehq.org/show_bug.cgi?id=51315
--- Comment #2 from Hans Leidekker hans@meelstraat.net --- This is actually a regression from the PE conversion. We depended on the extra precision of native (80-bit) long doubles in the formatting code.
https://bugs.winehq.org/show_bug.cgi?id=51315
--- Comment #3 from François Gouget fgouget@codeweavers.com --- This test is "no longer failing" because it has been marked as todo in the 64-bit case. So Wine still needs fixing.
https://bugs.winehq.org/show_bug.cgi?id=51315
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|The 64-bit |The 64-bit |webservices:writer test |webservices:writer test |fails in Wine |fails in Wine (now todo)