[PHP-DEV] Re: PHP 4.0 Bug #7005 Updated: 'make test' fails several tests From: Jeff Long (long <email protected>)
Date: 11/28/00

Here's what I got after doing an 'env CC=cc ./configure' with
php4-200011280745 and doing make test (I left out passing tests):

Running tests in ./pear/DB/tests
================================
DB_Error/DB_Warning test (db_error.phpt) ...
failed
DB configurable error handler test (db_error2.phpt) ...
failed
DB::factory test (db_factory.phpt) ...
failed
DB::parseDSN test (db_parsedsn.phpt) ...
failed

Running tests in ./pear/tests
=============================
PEAR constructor/destructor test (pear1.phpt) ...
failed
PEAR_Error test (pear_error.phpt) ...
failed
PEAR_Error in die mode (pear_error2.phpt) ...
failed

Running tests in ./tests
========================
dirname test (dirname.phpt) ...
failed

Running tests in ./tests/basic
==============================
Trivial "Hello World" test ...
passed
Simple POST Method test (002.phpt) ...
failed
GET and POST Method combined (003.phpt) ...
failed
Two variables in POST data (004.phpt) ...
failed
Three variables in POST data (005.phpt) ...
failed

Please let me know if I can provide further information. This was on
Tru64 4.0F PK3 (I think the previous report may have been on 5.0).

Jeff Long

Bug Database wrote:
>
> ID: 7005
> Updated by: sniper
> Reported By: long <email protected>
> Status: Feedback
> Bug Type: Compile Failure
> Assigned To:
> Comments:
>
> At the time you did this test, those tests weren't working right.
> Please grab latest snapshot from http://snaps.php.net/ and try again.
>
> --Jani
>
> Previous Comments:
> ---------------------------------------------------------------------------
>
> [2000-10-04 02:42:27] long <email protected>
> 'env CC=cc ./configure' was used to configure, then a make was done.
>
> 'make test' produces:
>
> Running tests in /home/long/src/php-4.0.2/ext/db/tests
> ======================================================
> DBM File Creation Test ... passed
> DBM Insert/Fetch Test ... passed
> DBM Insert/Replace/Fetch Test ... passed
> DBM Multiple Insert/Fetch Test ... passed
> DBM FirstKey/NextKey Loop Test With 5 Items ... passed
> DBM FirstKey/NextKey with 2 deletes ... passed
>
> Running tests in /home/long/src/php-4.0.2/ext/interbase/tests
> =============================================================
> (all skipped)
>
> Running tests in /home/long/src/php-4.0.2/ext/standard/tests/file
> =================================================================
> File type functions (001.phpt) ... failed
>
> Running tests in /home/long/src/php-4.0.2/ext/standard/tests/general_functions
> ==============================================================================
> sprintf() function ... passed
>
> Running tests in /home/long/src/php-4.0.2/ext/standard/tests/math
> =================================================================
> Simple math tests ... passed
>
> Running tests in /home/long/src/php-4.0.2/ext/standard/tests/reg
> ================================================================
> RegReplace test 1 ... passed
> RegReplace test 2 ... passed
> ereg_replace single-quote test (003.phpt) ... failed
> simple ereg test ... passed
> Test Regular expression register support in ereg ... passed
> Test ereg_replace of start-of-line ... passed
> Test empty result buffer in reg_replace (007.phpt) ... failed
> Test back-references in regular expressions ... passed
> Test split() ... passed
> Long back references ... passed

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>