diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2013-11-25 18:05:33 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2013-11-25 18:05:33 +0000 |
commit | ea5eb3d3ca6e00870adfc543a2364826e1c0f77e (patch) | |
tree | a0caf33b96be393829b72905ad9feb53c176f196 /README.win32 | |
parent | 10beeb31a54ccb7c367cf6c53bbacc7ca2f4b2ba (diff) | |
download | perl-ea5eb3d3ca6e00870adfc543a2364826e1c0f77e.tar.gz |
List another VC++ 2013 test failure
The first two happened when in BST but don't happen now, back in GMT; but
lib/File/Copy.t now fails instead!
This is all due to _utime() being broken in VC++ 2013's CRT. Microsoft have
acknowledged there is a regression from previous versions of the CRT in a
support ticket that I logged with them, and will publish a Knowledge Base
article about it in due course.
(Users can workaround it by using the Win32::UTCFileTime module on CPAN,
which exists to fix other (long-standing) issues with _stat() and _utime(),
but also fixes this new breakage too.)
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.win32 b/README.win32 index 4d91f133f8..37a7177b75 100644 --- a/README.win32 +++ b/README.win32 @@ -396,9 +396,9 @@ the testsuite (many tests will be skipped). There should be no test failures. -If you build with Visual C++ 2013 then two tests currently may fail with -Daylight Saving Time related problems: F<t/io/fs.t> and -F<cpan/HTTP-Tiny/t/110_mirror.t>. +If you build with Visual C++ 2013 then three tests currently may fail with +Daylight Saving Time related problems: F<t/io/fs.t>, +F<cpan/HTTP-Tiny/t/110_mirror.t> and F<lib/File.Copy.t>. Some test failures may occur if you use a command shell other than the native "cmd.exe", or if you are building from a path that contains |