Jeff Lanzarotta wrote:
Hello,

I am not sure if this is the right mailing list or not, but here goes...

I am attempting to compile php 5.2.3 from source under SUSE 10.1. The compile 
is fine, it is the 'make test' that is failing...

When I run 'make test' I am getting:

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
double to string conversion tests [Zend/tests/double_to_string.phpt]
Bug #16069 (ICONV transliteration failure) [ext/iconv/tests/bug16069.phpt]
iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt]
strripos() offset integer overflow 
[ext/standard/tests/strings/strripos_offset.phpt]
=====================================================================

There are (almost) always _some_ tests that fail. It's normal :)

I have sent the automatic report, but have not heard anything back.
And you won't hear anything back, the report is sent to the QA mailinglist, collected there and if there are enough reports to warrant an investigation into what the cause of this problem is, it will be investigated. You won't hear anything back though.

Does anyone have any ideas on how to fix this?

Regards,

Jeff
There is nothing to "fix", they are tests, they check if everything works as expected. Apparently a few tests failed (ie. did not return _exactly_ what was expected), this doesn't mean your php install isn't functioning, because (certainly in this case) it should work just fine. Ignore these few testresults.

- Tul

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to