diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-17 21:05:16 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-17 21:05:16 +0000 |
commit | 94ae3c6c9c1f0118b96eb852b6eec8a34e41d32d (patch) | |
tree | d8c2b7d5f5c51e506f3b93493b8a0df4fc769e41 /pod/perldelta.pod | |
parent | 6e5a9738410882ac2ea9c2e56845152e86df562d (diff) | |
download | perl-94ae3c6c9c1f0118b96eb852b6eec8a34e41d32d.tar.gz |
Document the DJGPP status.
p4raw-id: //depot/perl@17611
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 4d7536eb03..12b48ccec4 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 |