From ca848f83bf07af1f9b825ee120e3a91df3e1cac9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Apr 2019 21:06:47 +0200 Subject: Update to 7.3.4 - http://www.php.net/releases/7_3_4.php --- failed.txt | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index 3b151b9..ea92dac 100644 --- a/failed.txt +++ b/failed.txt @@ -1,29 +1,28 @@ -===== 7.3.4RC1 (2019-03-21) +===== 7.3.4 (2019-04-04) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log -/var/lib/mock/el6i/build.log:Tests failed : 1 +/var/lib/mock/el6i/build.log:Tests failed : 0 /var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 /var/lib/mock/el8x73/build.log:Tests failed : 13 /var/lib/mock/fc27i/build.log:Tests failed : 0 /var/lib/mock/fc27x/build.log:Tests failed : 0 -/var/lib/mock/fc28i/build.log:Tests failed : 1 +/var/lib/mock/fc28i/build.log:Tests failed : 0 /var/lib/mock/fc28x/build.log:Tests failed : 0 /var/lib/mock/fc29i/build.log:Tests failed : 0 -/var/lib/mock/fc29x/build.log:Tests failed : 1 -/var/lib/mock/fc30i/build.log:Tests failed : 0 +/var/lib/mock/fc29x/build.log:Tests failed : 0 +/var/lib/mock/fc30i/build.log:Tests failed : 4 /var/lib/mock/fc30x/build.log:Tests failed : 0 -el6i - 1 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] -fc28i - Server bitwise stream crypto flag assignment [ext/openssl/tests/stream_crypto_flags_003.phpt] -fc29x - Bug #69521 Segfault in gc_collect_cycles() [ext/standard/tests/streams/bug69521.phpt] el8x: 5 buildroot issue with openssl under investigation +fc30i: + #46127 php_openssl_tcp_sockop_accept forgets to set context on accepted stream [ext/openssl/tests/bug46127.phpt] + Bug #48182: ssl handshake fails during asynchronous socket connection [ext/openssl/tests/bug48182.phpt] + Bug #54992: Stream not closed and error not returned when SSL CN_match fails [ext/openssl/tests/bug54992.phpt] + Bug #65538: SSL context "cafile" supports stream wrappers [ext/openssl/tests/bug65538_001.phpt] 1 proc_open give erratic test results :( -- cgit