diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-25 18:08:42 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-25 18:08:42 +0000 |
commit | 8f212d40d10d4cabb2de7ab4f49a2592866a29d5 (patch) | |
tree | 3c409f2103175067aae9f568df044c96180fbf21 /README.solaris | |
parent | bb99e5f1eb1dd6a5d3fb95e747ab83246eff1505 (diff) | |
download | perl-8f212d40d10d4cabb2de7ab4f49a2592866a29d5.tar.gz |
More SunOS 4.x info.
p4raw-id: //depot/perl@20889
Diffstat (limited to 'README.solaris')
-rw-r--r-- | README.solaris | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.solaris b/README.solaris index 7e9b308447..0064b244f4 100644 --- a/README.solaris +++ b/README.solaris @@ -608,6 +608,21 @@ As of Perl 5.8.1 the dynamic loading of libraries (DynaLoader, XSLoader) also seems to have become broken in in SunOS 4.x. Therefore the default is to build Perl statically. +Running the test suite in SunOS 4.1 is a bit tricky since the +F<lib/Tie/File/t/09_gen_rs> test hangs (subtest #51, FWIW) for some +unknown reason. Just stop the test and kill that particular Perl +process. + +There are various other failures, that as of SunOS 4.1.4 and gcc 3.2.2 +look a lot like gcc bugs. Many of the failures happen in the Encode +tests, where for example when the test expects "0" you get "0" +which should after a little squinting look very odd indeed. +Another example is earlier in F<t/run/fresh_perl> where chr(0xff) is +expected but the test fails because the result is chr(0xff). Exactly. +This is the "make test" result from the said combination: + + Failed 27 test scripts out of 745, 96.38% okay. + =head1 AUTHOR The original was written by Andy Dougherty F<doughera@lafayette.edu> |