http://bugs.winehq.org/show_bug.cgi?id=30040
Bug #: 30040 Summary: comctl32/monthcal test fails on leap years? Product: Wine Version: 1.4-rc5 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, source Severity: normal Priority: P2 Component: comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com Classification: Unclassified
I noticed this failing on buildbot, and my local machine, starting at about the time that UTC went to Feb 29th :).
Going back to an earlier wine build that didn't fail still fails, so seems related: monthcal.c:390: Test failed: Failed to set limits monthcal.c:391: Test failed: Min limit expected monthcal.c:393: Test failed: Failed to set limits monthcal.c:405: Test failed: Expected 2011, got 2013 monthcal.c:406: Test failed: Expected 2, got 7 monthcal.c:407: Test failed: Expected 29, got 20 monthcal.c:416: Test failed: Failed to set limits monthcal.c:417: Test failed: Min limit expected monthcal.c:419: Test failed: Failed to set limits monthcal.c:420: Test failed: Min limit expected monthcal.c:422: Test failed: Expected 2013, got 0 monthcal.c:423: Test failed: Expected 2, got 0 monthcal.c:424: Test failed: Expected 29, got 0 monthcal.c:425: Test failed: Expected 3, got 0 monthcal.c:426: Test failed: Expected 2, got 0 monthcal.c:427: Test failed: Expected 20, got 0 monthcal.c:428: Test failed: Expected 49, got 0 monthcal.c:429: Test failed: Expected 613, got 0 monthcal.c:431: Test failed: Expected 0, got 2013 monthcal.c:432: Test failed: Expected 0, got 7 monthcal.c:433: Test failed: Expected 0, got 20 monthcal.c:434: Test failed: Expected 0, got 3 monthcal.c:435: Test failed: Expected 0, got 2 monthcal.c:436: Test failed: Expected 0, got 20 monthcal.c:437: Test failed: Expected 0, got 49 monthcal.c:438: Test failed: Expected 0, got 613
Nikolay?