From 1a98bc95d31f709e9c4a7ff7e1541980f03a7d32 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Sep 2022 14:02:41 +0200 Subject: update to 8.2.0RC2 (new tag) add patch from https://github.com/php/php-src/pull/9537 --- failed.txt | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index 7a31675..6be36f5 100644 --- a/failed.txt +++ b/failed.txt @@ -1,20 +1,19 @@ -===== 8.2.0RC1 (2022-09-01) +===== 8.2.0RC2 (2022-09-15) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el7x81/build.log:Tests failed : 2 -/var/lib/mock/el8x81/build.log:Tests failed : 3 -/var/lib/mock/el9x81/build.log:Tests failed : 2 -/var/lib/mock/fc35x81/build.log:Tests failed : 2 -/var/lib/mock/fc36x81/build.log:Tests failed : 2 -/var/lib/mock/fc37x81/build.log:Tests failed : 2 +/var/lib/mock/el7x82/build.log:Tests failed : 0 +/var/lib/mock/el8x82/build.log:Tests failed : 2 +/var/lib/mock/el9x82/build.log:Tests failed : 1 +/var/lib/mock/fc35x82/build.log:Tests failed : 1 +/var/lib/mock/fc36x82/build.log:Tests failed : 1 +/var/lib/mock/fc37x82/build.log:Tests failed : 1 all: - 2 FPM: GH-8885 - access.log with stderr begins to write logs to error_log after daemon reload [sapi/fpm/tests/gh8885-stderr-fd-reload-usr2.phpt] - 2 FPM: GH-8885 - access.log with stderr begins to write logs to error_log after daemon reload [sapi/fpm/tests/gh8885-stderr-fd-reload-usr1.phpt] + 3 Compatibility of values of same name trait constants is checked after their constant expressions are evaluated [Zend/tests/traits/constant_016.phpt] el8x: - 5 ext/standard/tests/strings/setlocale_variation2.phpt + 3 ext/standard/tests/strings/setlocale_variation2.phpt 1 proc_open give erratic test results :( -- cgit