From: Jarkko Hietaniemi Date: Wed, 17 Jul 2002 21:05:16 +0000 (+0000) Subject: Document the DJGPP status. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=94ae3c6c9c1f0118b96eb852b6eec8a34e41d32d;p=p5sagit%2Fp5-mst-13.2.git Document the DJGPP status. p4raw-id: //depot/perl@17611 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 4d7536e..12b48cc 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -3387,6 +3387,28 @@ failures are expected: NDBM_File fails and ODBM_File just coredumps. +=head2 DJGPP Failures + + t/op/stat............................FAILED at test 29 + lib/File/Find/t/find.................FAILED at test 1 + lib/File/Find/t/taint................FAILED at test 1 + lib/h2xs.............................FAILED at test 15 + lib/Pod/t/eol........................FAILED at test 1 + lib/Test/Harness/t/strap-analyze.....FAILED at test 8 + lib/Test/Harness/t/test-harness......FAILED at test 23 + lib/Test/Simple/t/exit...............FAILED at test 1 + +The above failures are known as of 5.8.0 with native builds with long +filenames, but there are a few more if running under dosemu because of +limitations (and maybe bugs) of dosemu: + + t/comp/cpp...........................FAILED at test 3 + t/op/inccode.........................(crash) + +and a few lib/ExtUtils tests, and several hundred Encode/t/Aliases.t +failures that work fine with long filenames. So you really might +prefer native builds and long filenames. + =head2 FreeBSD built with ithreads coredumps reading large directories This is a known bug in FreeBSD 4.5's readdir_r(), it has been fixed in