From 57241c39b08bb51e92b3e32684ce6504ab83fc62 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Sep 2017 08:55:49 +0200 Subject: v7.2.0RC2 --- failed.txt | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index 65e084d..cd7f03d 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.2.0RC1 (2017-08-31) +===== 7.1.0RC2 (2017-09-14) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log @@ -7,23 +7,32 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/el7x/build.log:Tests failed : 0 /var/lib/mock/fc25i/build.log:Tests failed : 2 /var/lib/mock/fc25x/build.log:Tests failed : 0 -/var/lib/mock/fc26i/build.log:Tests failed : 4 -/var/lib/mock/fc26x/build.log:Tests failed : 2 +/var/lib/mock/fc26i/build.log:Tests failed : 2 +/var/lib/mock/fc26x/build.log:Tests failed : 0 +/var/lib/mock/fc27i/build.log:Tests failed : 2 /var/lib/mock/fc27x/build.log:Tests failed : 0 -fc26i, fc26x - proc_nice() basic behaviour [ext/standard/tests/general_functions/proc_nice_basic.phpt] - Check cli_process_title support on Unix [sapi/cli/tests/cli_process_title_unix.phpt] -el6i, fc25i, fc26i - Test breaks on HANDLE_EXCEPTION [sapi/phpdbg/tests/exceptions_003.phpt] - Stepping with exceptions must not be stuck at CATCH [sapi/phpdbg/tests/stepping_001.phpt] +el6i, fc25i, fc26i, fc27i + 2 Test breaks on HANDLE_EXCEPTION [sapi/phpdbg/tests/exceptions_003.phpt] + 2 Stepping with exceptions must not be stuck at CATCH [sapi/phpdbg/tests/stepping_001.phpt] 1 proc_open give erratic test results :( -2 test issue (fixed upstream) +2 test issue 3 known issue 4 bugs related to tzdata 5 need investigation +32-bit known failure, this is ok (need to be fixed upstream) + +TEST FAILURE: ../sapi/phpdbg/tests/stepping_001.diff -- +012+ [L9 0xf6a7a070 CATCH<-112> "Exception" $e 1 /builddir/build/BUILD/php-7.2.0RC2/sapi/phpdbg/tests/stepping_001.php] +012- [L9 %s CATCH<-128> "Exception" $e 1 %s] +-- ../sapi/phpdbg/tests/stepping_001.diff result ends. +TEST FAILURE: ../sapi/phpdbg/tests/exceptions_003.diff -- +017+ [L9 0xf6a7b0c4 CATCH<-196> "Error" $e 1 /builddir/build/BUILD/php-7.2.0RC2/sapi/phpdbg/tests/exceptions_003.php] +017- [L9 %s CATCH<-224> "Error" $e 1 %s] +-- ../sapi/phpdbg/tests/exceptions_003.diff result ends. + -- cgit