From 85c278830416f12859834ff9bff78922a51e3ef5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Jan 2016 19:52:54 +0100 Subject: PHP 5.6.17 --- failed.txt | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index ed0bdb3..3aa6dde 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 5.6.16 (2015-11-26) +===== 5.6.17 (2016-01-07) $ grep -r 'Tests failed' /var/lib/mock/56*/build.log @@ -6,7 +6,7 @@ $ grep -r 'Tests failed' /var/lib/mock/56*/build.log /var/lib/mock/el5x/build.log:Tests failed : 8 ( 0.0%) ( 0.0%) /var/lib/mock/el6i/build.log:Tests failed : 6 ( 0.0%) ( 0.0%) /var/lib/mock/el6x/build.log:Tests failed : 5 ( 0.0%) ( 0.0%) -/var/lib/mock/el7x/build.log:Tests failed : 5 ( 0.0%) ( 0.0%) +/var/lib/mock/el7x/build.log:Tests failed : 6 ( 0.0%) ( 0.0%) /var/lib/mock/fc20i/build.log:Tests failed : 6 ( 0.0%) ( 0.0%) /var/lib/mock/fc20x/build.log:Tests failed : 5 ( 0.0%) ( 0.0%) /var/lib/mock/fc21i/build.log:Tests failed : 2 ( 0.0%) ( 0.0%) @@ -18,18 +18,22 @@ $ grep -r 'Tests failed' /var/lib/mock/56*/build.log el5i, el5x - openssl_x509_parse() basic test for OpenSSL 0.9 [ext/openssl/tests/openssl_x509_parse_basic_v9.phpt] - sni_server [ext/openssl/tests/sni_server.phpt] - Specific protocol method specification [ext/openssl/tests/stream_crypto_flags_004.phpt] + openssl_x509_parse() basic test for OpenSSL 0.9 [ext/openssl/tests/openssl_x509_parse_basic_v9.phpt] + sni_server [ext/openssl/tests/sni_server.phpt] + Specific protocol method specification [ext/openssl/tests/stream_crypto_flags_004.phpt] el5i, el6i, fc20i, fc21i, fc22i, fc23i - Bug #64146 (serialize incorrectly saving objects when they are cloned) [ext/standard/tests/serialize/bug64146.phpt] -el6x, el7x, fc20i, fc20x, fc21i, fc22i, fc23i - Bug #53437 DateInterval unserialize bad data, 32 bit [ext/date/tests/bug53437_var3.phpt] + Bug #64146 (serialize incorrectly saving objects when they are cloned) [ext/standard/tests/serialize/bug64146.phpt] +fc20i, fc21i, fc22i, fc23i + Bug #53437 DateInterval unserialize bad data, 32 bit [ext/date/tests/bug53437_var3.phpt] +el6x, el7x, fc20x + strtotime() function (64 bit) [ext/date/tests/strtotime3-64bit.phpt] +el7x + Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] el6x, el7x, fc20i, fc20x - Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt] - Test date_sunrise() function : usage variation - Passing high positive and negative float values to time argument. [ext/date/tests/date_sunrise_variation9.phpt] - Test date_sunset() function : usage variation - Passing high positive and negative float values to time argument. [ext/date/tests/date_sunset_variation9.phpt] - Test getdate() function : usage variation - Passing high positive and negative float values to timestamp. [ext/date/tests/getdate_variation7.phpt] + Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt] + Test date_sunrise() function : usage variation - Passing high positive and negative float values to time argument. [ext/date/tests/date_sunrise_variation9.phpt] + Test date_sunset() function : usage variation - Passing high positive and negative float values to time argument. [ext/date/tests/date_sunset_variation9.phpt] + Test getdate() function : usage variation - Passing high positive and negative float values to timestamp. [ext/date/tests/getdate_variation7.phpt] -- cgit