diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-03-24 10:06:44 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-03-24 10:06:44 +0000 |
commit | 7269eced391d7d050e8299479c939b1825039d1d (patch) | |
tree | ce28156d933faf79b3cdb2af52eb9f672a37041e /README.apollo | |
parent | c2da85bab803bec3ca5fa4521a7396803c18a76d (diff) | |
download | perl-7269eced391d7d050e8299479c939b1825039d1d.tar.gz |
integrate changes#3116,3119 from maint-5.005
p4raw-link: @3119 on //depot/maint-5.005/perl: 974d03758f8de9dcecbeb0f13de2339c50bd8536
p4raw-link: @3116 on //depot/maint-5.005/perl: 55ab10abf587fd49163e904350cf752fec2ecb09
p4raw-id: //depot/perl@3149
p4raw-branched: from //depot/maint-5.005/perl@3148 'branch in'
apollo/netinet/in.h
p4raw-integrated: from //depot/maint-5.005/perl@3148 'merge in'
t/lib/io_udp.t (@1649..) MANIFEST (@3086..)
Diffstat (limited to 'README.apollo')
-rw-r--r-- | README.apollo | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/README.apollo b/README.apollo new file mode 100644 index 0000000000..04f411eb38 --- /dev/null +++ b/README.apollo @@ -0,0 +1,25 @@ +The following tests are known to fail as of Perl 5.005_03: + +comp/decl..........FAILED at test 0 +op/magic...........FAILED at test 23 +op/write...........FAILED at test 0 +lib/filefind.......FAILED at test 2 +lib/io_udp.........FAILED at test 2 +lib/findbin........stat(/ressel/ABT/USER/vta/jk/proj.local/perl/perl5.005_03-MAINT_TRIAL_5/t/lib/): No such file or directory at ../lib/FindBin.pm line 162 +stat(/ressel/ABT/USER/vta/jk/proj.local/perl/perl5.005_03-MAINT_TRIAL_5/t/lib/): No such file or directory at ../lib/FindBin.pm line 163 +FAILED at test 1 + +Failed 6 test scripts out of 188, 93.62% okay. + ### Since not all tests were successful, you may want to run some + ### of them individually and examine any diagnostic messages they + ### produce. See the INSTALL document's section on "make test". + ### If you are testing the compiler, then ignore this message + ### and run + ### ./perl harness + ### in the directory ./t. + ### + ### Since most tests were successful, you have a good chance to + ### get information with better granularity by running + ### ./perl harness + ### in directory ./t. +u=9.2 s=20.1167 cu=431.5 cs=166.133 scripts=180 tests=6348 |