diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-12 19:34:31 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-12 19:34:31 +0000 |
commit | 7830a95b315d7bb2736bca349d04df713036a763 (patch) | |
tree | 221c1bb72fe4dcd0613a66bc058d56a26f9f0302 /pod | |
parent | 56490ca27afa917d6cb7870ae8b8cd495d4225dd (diff) | |
download | perl-7830a95b315d7bb2736bca349d04df713036a763.tar.gz |
Update the Mac OS X situation.
p4raw-id: //depot/perl@16563
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 97a7a4ae3f..9ae5970074 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. |