Subject: | DT:TZ fails tests on Windows7 after August 2011 timezone patch |
Date: | Mon, 26 Nov 2012 07:47:48 +0400 |
To: | bug-DateTime-TimeZone [...] rt.cpan.org |
From: | Andrey Makhnutin <the.boobl [...] gmail.com> |
Hello!
DateTime::TimeZone fails 2 tests while installing it in Perl on Windows 7.
Here's what my perl -v looks like (strawberry perl):
This is perl 5, version 16, subversion 2 (v5.16.2) built for
MSWin32-x86-multi-thread
Here's what I get when I try "install DateTime::TimeZone" in CPAN:
t/18olson-version-check.t ... ok
t/19local-win32.t ........... 1/?
# Failed test 'Kaliningrad Standard Time - found valid Olson time
zone from Windows'
# at t/19local-win32.t line 106.
t/19local-win32.t ........... 105/?
# Failed test 'Turkey Standard Time - found valid Olson time zone
from Windows'
# at t/19local-win32.t line 106.
# Looks like you failed 2 tests of 206.
t/19local-win32.t ........... Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/206 subtests
(less 100 skipped subtests: 104 okay)
t/20local-subclass.t ........ ok
I believe the reason behind this to be the August 2011 patch for
Windows 7 (http://support.microsoft.com/kb/2570791/en-us) which added
these 2 zones
Best Regards,
Andrey Makhnutin