diff options
author | Daniel Berger <djberg86@attbi.com> | 2002-06-03 19:18:38 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-05 01:47:02 +0000 |
commit | ad2687881774434622fc3b97883d3254e43227ea (patch) | |
tree | 51435ccd61d4cfd4297af150e7b6c7b46a587bdf /README.beos | |
parent | 191078c7ac4921f1f220f6e8d2c5d681cd2e12e7 (diff) | |
download | perl-ad2687881774434622fc3b97883d3254e43227ea.tar.gz |
[ID 20020603.010] One more failed test on BeOS 5
From: "Daniel Berger" <djberg96@attbi.com>
Message-Id: <20020604001258.MELY2751.rwcrmhc52.attbi.com@tiberius.mn.ipsvc.net>
p4raw-id: //depot/perl@17002
Diffstat (limited to 'README.beos')
-rw-r--r-- | README.beos | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.beos b/README.beos index 8d2c10913b..d13c68c25d 100644 --- a/README.beos +++ b/README.beos @@ -65,6 +65,7 @@ The following tests fail on 5.8.0 Perl in BeOS Personal 5.03: ext/File/Glob/t/basic...............FAILED at test 3 ext/POSIX/t/sigaction...............FAILED at test 13 ext/POSIX/t/waitpid.................FAILED at test 1 + lib/Tie/File/t/16_handle............FAILED test 39 The reasons for the failures are as follows: @@ -93,6 +94,10 @@ The waitpid failure means that after there are no more child processes, waitpid is supposed to start returning -1 (and set errno to ECHILD). In BeOS, it doesn't seem to. +=item * + +The reason for Tie::File 16_handle #39 is not known. + =back Disclaimer: I just installed BeOS Personal Edition 5.0 and the |