[Bug 40112] New: kernel32:time regression

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Feb 8 10:10:31 CST 2016


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 at winehq.org
          Reporter: fgouget at 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 at codeweavers.com>
Date:   Fri Jan 29 14:31:26 2016 -0600

    kernel32/tests: Add tests for GetTimeZoneInformationForYear.

    Signed-off-by: Vincent Povirk <vincent at codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard at winehq.org>

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list