https://bugs.winehq.org/show_bug.cgi?id=40112
Bug ID: 40112 Summary: kernel32:time regression Product: Wine Version: 1.9.3 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
The commit below does not take locale into account and thus introduced a test failure on non-English systems such as fg-acer64.
Failures: time.c:965: Test failed: Expected StandardName L"Greenland Standard Time", got L"Groenland" time.c:972: Test failed: Expected DaylightName L"Greenland Daylight Time", got L"Groenland (heure d\2019\00e9t\00e9)"
kernel32:time results on test.winehq.org: https://test.winehq.org/data/tests/kernel32:time.html
commit 2e3ce3a37d08c022ddfbfb751432c2ed37354429 Author: Vincent Povirk vincent@codeweavers.com Date: Fri Jan 29 14:31:26 2016 -0600
kernel32/tests: Add tests for GetTimeZoneInformationForYear.
Signed-off-by: Vincent Povirk vincent@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org