From: Jarkko Hietaniemi Date: Sat, 23 Feb 2002 18:17:07 +0000 (+0000) Subject: Document known UNICOS/mk deficiency. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0f71e040cc1c01fce939a8be364253e86690867e;p=p5sagit%2Fp5-mst-13.2.git Document known UNICOS/mk deficiency. p4raw-id: //depot/perl@14842 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index a2923f8..74c1ce6 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2570,6 +2570,12 @@ These tests fail because of yet unresolved floating point inaccuracies. =back +=head2 UNICOS/mk + +The io/fs test #31 is failing because in UNICOS/mk truncate() cannot +be used to grow the size of filehandles, only to reduce the size. +The workaround is to truncate files instead of filehandles. + =head2 UTS There are a few known test failures, see L.