Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54750 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3571 invoked from network); 21 Aug 2011 13:08:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Aug 2011 13:08:15 -0000 Authentication-Results: pb1.pair.com header.from=h.reindl@thelounge.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=h.reindl@thelounge.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain thelounge.net designates 91.118.73.15 as permitted sender) X-PHP-List-Original-Sender: h.reindl@thelounge.net X-Host-Fingerprint: 91.118.73.15 mail.thelounge.net Windows 98 (1) Received: from [91.118.73.15] ([91.118.73.15:36957] helo=mail.thelounge.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 42/43-59369-C33015E4 for ; Sun, 21 Aug 2011 09:08:13 -0400 Received: from srv-rhsoft.rhsoft.net (openvpn-241.thelounge.net [10.0.0.241]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.thelounge.net (Postfix) with ESMTPSA id 98E28B4; Sun, 21 Aug 2011 15:08:09 +0200 (CEST) Message-ID: <4E510339.3000609@thelounge.net> Date: Sun, 21 Aug 2011 15:08:09 +0200 Organization: the lounge interactive design User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110816 Thunderbird/6.0 MIME-Version: 1.0 To: Mailing-List php X-Enigmail-Version: 1.3 OpenPGP: id=7F780279; url=http://arrakis.thelounge.net/gpg/h.reindl_thelounge.net.pub.txt Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigCA182D9045FAB1C95CAFB8D1" Subject: Failing Autotests / Bugs From: h.reindl@thelounge.net (Reindl Harald) --------------enigCA182D9045FAB1C95CAFB8D1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable This is my try to help badly prevent broken releases like 5.3.7 in the future, 54 failing tests are way too much and the XFAILED should be removed until they are working the crypt()-bug which is the reason for 5.3.8 this week is fixed in this build with the patch included on fedora-buildserver Tests failed: 54 ( 0.5%) ( 0.7%) Expected fail: 33 ( 0.3%) ( 0.4%) ________________________ this is the badest one, because the fix broke mysqlnd waht worked before this change should be reverted too in 5.3.8 this week FAIL Bug #55283 (SSL options set by mysqli_ssl_set ignored for MySQLi per= sistent connections) [ext/mysqli/tests/bug55283.phpt] ________________________ the whole PDO-tests are broken because they ignore the ENV-VARS "MYSQL_TEST_HOST""MYSQL_TEST_PORT" "MYSQL_TEST_USER""MYSQL_TEST_PASSWD" "= MYSQL_TEST_DB" SKIP MySQL PDOStatement->columnCount() [ext/pdo_mysql/tests/pdo_mysql_stm= t_columncount.phpt] reason: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using p= assword: NO) SKIP MySQL PDOStatement->errorCode(); [ext/pdo_mysql/tests/pdo_mysql_stmt= _errorcode.phpt] reason: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO) SKIP MySQL PDOStatement->errorInfo(); [ext/pdo_mysql/tests/pdo_mysql_stmt= _errorinfo.phpt] reason: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO) ________________________ -O3 -march=3Dcore2 -mtune=3Dcore2 -mmmx -msse2 -msse3 -msse4.1 -fopenmp -= mfpmath=3Dsse -pipe -fno-delete-null-pointer-checks -fstack-protector --param=3Dssp-buffer-si= ze=3D4 -mfpmath=3Dsse -D_FORTIFY_SOURCE=3D2 -fexceptions -prefer-pic exactly the same with -O6 as with -O3 FAIL Bug #55156 (ReflectionClass::getDocComment() returns comment even th= ough the class has none) [Zend/tests/bug55156.phpt] FAIL unixtojd() [ext/calendar/tests/unixtojd.phpt] FAIL DateTime::diff() days -- spring type2 type2 [ext/date/tests/DateTime= _days-spring-type2-type2.phpt] FAIL DateTime::diff() days -- spring type2 type3 [ext/date/tests/DateTime= _days-spring-type2-type3.phpt] FAIL DateTime::diff() days -- spring type3 type2 [ext/date/tests/DateTime= _days-spring-type3-type2.phpt] FAIL DateTime::diff() days -- spring type3 type3 [ext/date/tests/DateTime= _days-spring-type3-type3.phpt] FAIL DateTime::sub() -- dates [ext/date/tests/DateTime_sub-dates.phpt] FAIL DateTime::sub() -- february [ext/date/tests/DateTime_sub-february.ph= pt] FAIL timezone_location_get: Test that timezone_location_get returns a cor= rect array of information [ext/date/tests/timezone_location_get.phpt] FAIL gmp_gcdext() basic tests [ext/gmp/tests/022.phpt] FAIL Bug #48754 (mysql_close() crash php when no handle specified) [ext/m= ysql/tests/bug48754.phpt] FAIL Bug #53649 (mysql_query with "load data" unable to save result set) = [ext/mysql/tests/bug53649.phpt] FAIL Bug #36745 (LOAD DATA LOCAL INFILE doesn't return correct error mess= age) [ext/mysqli/tests/bug36745.phpt] FAIL Bug #51647 (Certificate file without private key (pk in another file= ) doesn't work) [ext/mysqli/tests/bug51647.phpt] FAIL Bug #53503 (mysqli::query returns false after successful LOAD DATA q= uery) [ext/mysqli/tests/bug53503.phpt] FAIL Bug #55283 (SSL options set by mysqli_ssl_set ignored for MySQLi per= sistent connections) [ext/mysqli/tests/bug55283.phpt] FAIL mysqli_change_user() [ext/mysqli/tests/mysqli_change_user.phpt] FAIL Interface of the class mysqli_driver [ext/mysqli/tests/mysqli_class_= mysqli_driver_interface.phpt] FAIL mysqli_connect() [ext/mysqli/tests/mysqli_connect.phpt] FAIL mysqli_free_result() [ext/mysqli/tests/mysqli_free_result.phpt] FAIL mysqli_get_client_stats() [ext/mysqli/tests/mysqli_get_client_stats.= phpt] FAIL mysqli_pconnect() [ext/mysqli/tests/mysqli_pconnect.phpt] FAIL int mysqli_poll() and kill [ext/mysqli/tests/mysqli_poll_kill.phpt] FAIL mysqli_report() [ext/mysqli/tests/mysqli_report.phpt] FAIL mysqli_report() [ext/mysqli/tests/mysqli_report_wo_ps.phpt] FAIL mysqli_select_db() [ext/mysqli/tests/mysqli_select_db.phpt] FAIL mysqli_stmt_execute() - SP, next result [ext/mysqli/tests/mysqli_stm= t_execute_stored_proc_next_result.phpt] FAIL mysqli_stmt_execute() - OUT [ext/mysqli/tests/mysqli_stmt_execute_st= ored_proc_out.phpt] FAIL Bug #28382 (openssl_x509_parse extensions support) [ext/openssl/test= s/bug28382.phpt] FAIL Bug #47828 (segfaults when a UTF-8 conversion fails openssl_x509_par= se()) [ext/openssl/tests/bug47828.phpt] FAIL openssl_x509_parse() basic test [ext/openssl/tests/openssl_x509_pars= e_basic.phpt] FAIL preg_replace() with array of failing regular expressions [ext/pcre/t= ests/006.phpt] FAIL MySQL PDO->__construct(), options [ext/pdo_mysql/tests/pdo_mysql___c= onstruct_options.phpt] FAIL MySQL PDO class interface [ext/pdo_mysql/tests/pdo_mysql_interface.p= hpt] FAIL a script should not be able to modify session.use_trans_sid [ext/ses= sion/tests/014.phpt] FAIL use_trans_sid should not affect SID [ext/session/tests/015.phpt] FAIL rewriter correctly handles attribute names which contain dashes [ext= /session/tests/018.phpt] FAIL rewriter uses arg_seperator.output for modifying URLs [ext/session/t= ests/020.phpt] FAIL rewriter handles form and fieldset tags correctly [ext/session/tests= /021.phpt] FAIL Bug #26862 (ob_flush() before output_reset_rewrite_vars() results in= data loss) [ext/session/tests/bug26862.phpt] FAIL Bug #31454 (Incorrect adding PHPSESSID to links, which contains \r\n= ) [ext/session/tests/bug36459.phpt] FAIL Bug #41600 (url rewriter tags doesn't work with namespaced tags) [ex= t/session/tests/bug41600.phpt] FAIL Test session_id() function : variation [ext/session/tests/session_id= _variation2.phpt] FAIL Bug #48601 (xpath() returns FALSE for legitimate query) [ext/simplex= ml/tests/bug48601.phpt] FAIL Bug #51615 (PHP crash with wrong HTML in SimpleXML) [ext/simplexml/t= ests/bug51615.phpt] FAIL Bug #54971 (Wrong result when using iterator_to_array with use_keys = on true) [ext/spl/tests/bug54971.phpt] FAIL Bug #44394 (Last two bytes missing from output) [ext/standard/tests/= general_functions/bug44394.phpt] FAIL Bug #44394 (Last two bytes missing from output) with session.use_tra= ns_id [ext/standard/tests/general_functions/bug44394_2.phpt] FAIL Bug #49936 (crash with ftp stream in php_stream_context_get_option()= ) [ext/standard/tests/streams/bug49936.phpt] FAIL Bug #26817 (http_build_query() did not handle private & protected ob= ject properties) [ext/standard/tests/strings/bug26817.phpt] FAIL http_build_query() function [ext/standard/tests/strings/http_build_q= uery.phpt] FAIL Test function show_source() by calling it with its expected argument= s, more test for highlight_file() [ext/standard/tests/strings/show_source_basic.phpt] FAIL Test function show_source() by calling it with its expected argument= s and php output, more test for highlight_file() [ext/standard/tests/strings/show_source_variation1.phpt]= FAIL Test function show_source() by calling it with its expected argument= s and output to variable, more test for highlight_file() [ext/standard/tests/strings/show_source_variation2.phpt]= --------------enigCA182D9045FAB1C95CAFB8D1 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk5RAzkACgkQhmBjz394AnmmygCdH64DHri0aUFJDbCrxwc2EoX8 hw8Anik+5ExYTliz6EAtIg1Yg3FVCnyC =N9zy -----END PGP SIGNATURE----- --------------enigCA182D9045FAB1C95CAFB8D1--