http://bugs.winehq.org/show_bug.cgi?id=26399
Summary: kernel32:time test fails during daylight saving transition Product: Wine Version: 1.3.15 Platform: x86 OS/Version: Linux Status: NEW Keywords: source, testcase Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: arethusa26@gmail.com
When executing the kernel32 unit tests on a Fedora 14 machine, make aborts with:
$ make -C dlls/kernel32/tests test make: Entering directory `/home/arethusa/wine32/dlls/kernel32/tests' ../../../../wine.git/tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p kernel32_test.exe.so ../../../../wine.git/dlls/kernel32/tests/time.c && touch time.ok time.c:321: Test failed: got -396, expected 123 make: *** [time.ok] Error 1 make: Leaving directory `/home/arethusa/wine32/dlls/kernel32/tests'
When the time tests were run, my local time zone, US Central Standard Time, was on the cusp of a daylight saving transition. After daylight saving came into effect, the test no longer failed, so I believe the test failure is related to daylight saving handling.
http://bugs.winehq.org/show_bug.cgi?id=26399
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|kernel32 |testcases Severity|normal |minor
http://bugs.winehq.org/show_bug.cgi?id=26399
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #1 from Andrew Nguyen arethusa26@gmail.com 2011-11-06 11:37:38 CST --- *** Bug 29006 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=26399
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download CC| |austinenglish@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=26399
--- Comment #2 from Ken Sharp imwellcushtymelike@gmail.com --- Is this still an issue in Wine 1.7.45 or later?