Change 18394 by jhi@lyta on 2003/01/02 21:37:16

        Document in more detail which tests will fail on FAT.

Affected files ...

... //depot/maint-5.8/perl/README.win32#4 edit

Differences ...

==== //depot/maint-5.8/perl/README.win32#4 (text) ====
Index: perl/README.win32
--- perl/README.win32#3~18173~  Fri Nov 22 18:02:33 2002
+++ perl/README.win32   Thu Jan  2 13:37:16 2003
@@ -287,8 +287,20 @@
 search algorithm  to locate header files.
 
 If you run the tests on a FAT partition, you may see some failures for
-C<link()> related tests (I<op/write.t>, I<op/stat.t> ...). Testing on
-NTFS avoids these errors.
+C<link()> related tests:
+
+    Failed Test                     Stat Wstat Total Fail  Failed  List
+
+    ../ext/IO/lib/IO/t/io_dup.t                    6    4  66.67%  2-5
+    ../lib/File/Temp/t/mktemp.t                    9    1  11.11%  2
+    ../lib/File/Temp/t/posix.t                     7    1  14.29%  3
+    ../lib/File/Temp/t/security.t                 13    1   7.69%  2
+    ../lib/File/Temp/t/tempfile.t                 20    2  10.00%  2 4
+    comp/multiline.t                               6    2  33.33%  5-6
+    io/dup.t                                       8    6  75.00%  2-7
+    op/write.t                                    47    7  14.89%  1-3 6 9-11
+
+Testing on NTFS avoids these errors.
 
 Furthermore, you should make sure that during C<make test> you do not
 have any GNU tool packages in your path: some toolkits like Unixutils
End of Patch.

Reply via email to