diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2019-04-19 17:36:22 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2019-04-19 17:44:58 +0100 |
commit | a8325b4244d7368b0df399694b53b3435ad9206f (patch) | |
tree | 4c5bc81cb49d8b24550b33cf4a9221dbba155cfb /README.win32 | |
parent | 693d95f399039f4aa96bb6737166aeeb546e5350 (diff) | |
download | perl-a8325b4244d7368b0df399694b53b3435ad9206f.tar.gz |
Make note of the test failures reportied in perl #133981
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/README.win32 b/README.win32 index 94fd520ca8..8900f76f4b 100644 --- a/README.win32 +++ b/README.win32 @@ -442,6 +442,10 @@ L<https://connect.microsoft.com/VisualStudio/feedback/details/811534/utime-somet if you need fixed C<stat> and C<utime> functions then have a look at the CPAN distribution Win32::UTCFileTime. +If you build with Visual C++ 2015 or later then F<ext/XS-APItest/t/locale.t> +may crash (after all its tests have passed). This has been reported to +Microsoft here: L<https://developercommunity.visualstudio.com/content/problem/519486/setlocalelc-numeric-iso-latin-16-fails-then-succee.html>. + If you build with certain versions (e.g. 4.8.1) of gcc from www.mingw.org then F<ext/POSIX/t/time.t> may fail test 17 due to a known bug in those gcc builds: see L<http://sourceforge.net/p/mingw/bugs/2152/>. @@ -972,6 +976,6 @@ Win9x support was added in 5.6 (Benjamin Stuhl). Support for 64-bit Windows added in 5.8 (ActiveState Corp). -Last updated: 4 April 2019 +Last updated: 19 April 2019 =cut |