From: Jarkko Hietaniemi Date: Sun, 12 May 2002 19:34:31 +0000 (+0000) Subject: Update the Mac OS X situation. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7830a95b315d7bb2736bca349d04df713036a763;p=p5sagit%2Fp5-mst-13.2.git Update the Mac OS X situation. p4raw-id: //depot/perl@16563 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 97a7a4a..9ae5970 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2785,12 +2785,19 @@ The following tests are known to fail: ------------------------------------------------------------------------- ../ext/DB_File/t/db-btree.t 0 11 ?? ?? % ?? ../ext/DB_File/t/db-recno.t 149 3 2.01% 61 63 65 - ../ext/POSIX/t/posix.t 31 1 3.23% 10 If you are building on a UFS partition, you will also probably see t/op/stat.t subtest #9 fail. This is caused by Darwin's UFS not supporting inode change time. +Also the ext/POSIX/t/posix.t subtest #10 fails but it is skipped for +now because the failure is Apple's fault, not Perl's (blocked signals +are lost). + +If you Configure with ithreads, ext/threads/t/libc.t will fail, again +not Perl's fault-- the libc of Mac OS X is not threadsafe (in this +particular test the localtime() call is found to be threadunsafe.) + =head2 op/sprintf tests 91, 129, and 130 The op/sprintf tests 91, 129, and 130 are known to fail on some platforms.