https://bugs.winehq.org/show_bug.cgi?id=41717
Bug ID: 41717 Summary: webservices:writer test regression in test_datetime Product: Wine Version: 1.9.8 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
Since the commit below, the Windows 7 to 10 machines have 6 new test failures:
writer.c:2654: Test failed: 18: got 803d0000 writer.c:2657: Test failed: 23: wrong result writer.c:2657: Test failed: 24: wrong result writer.c:2657: Test failed: 25: wrong result writer.c:2657: Test failed: 26: wrong result writer.c:2657: Test failed: 27: wrong result
See: https://test.winehq.org/data/tests/webservices:writer.html
commit 6cd80610c871ce1fbcd0e9b0fede9fac66dd1669 Author: Hans Leidekker hans@codeweavers.com Date: Wed Oct 12 15:30:19 2016 +0200
webservices: Strip trailing zeros from time fraction.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
This can be seen on the following machines: fg-win7u64-0sp, fg-win7u64-1sp*, win7ultimate-32bit, fg-acer64-w8-t32, fg-acer64-w8-t64, dr-10-A8-x64, dr-w10-A8-wow.
Note that shortly before the above patch was added another patch caused the test to crash which was then fixed 6 days later. So it is possible the real culprit is in the 6372cd8e49a6..86b5ec3fd1fb range.