diff options
author | Remi Collet <remi@remirepo.net> | 2023-11-08 08:56:34 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-11-08 08:56:34 +0100 |
commit | baa129a73d922f1415b03bed2e9284d963279e28 (patch) | |
tree | 07d2109ad254c5dca24b1d057c1e127abbea8444 /failed.txt | |
parent | df34508c23da9370665dfaafae9332fe5d7f6dee (diff) |
build sockets extension statically
Diffstat (limited to 'failed.txt')
-rw-r--r-- | failed.txt | 19 |
1 files changed, 9 insertions, 10 deletions
@@ -2,19 +2,18 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el7x83/build.log:Tests failed : 2 -/var/lib/mock/el8a83/build.log:Tests failed : 2 -/var/lib/mock/el8x83/build.log:Tests failed : 2 -/var/lib/mock/el9a83/build.log:Tests failed : 3 -/var/lib/mock/el9x83/build.log:Tests failed : 3 -/var/lib/mock/fc37x83/build.log:Tests failed : 3 -/var/lib/mock/fc38x83/build.log:Tests failed : 4 -/var/lib/mock/fc39a83/build.log:Tests failed : 4 -/var/lib/mock/fc39x83/build.log:Tests failed : 4 +/var/lib/mock/el7x83/build.log:Tests failed : 1 +/var/lib/mock/el8a83/build.log:Tests failed : 1 +/var/lib/mock/el8x83/build.log:Tests failed : 1 +/var/lib/mock/el9a83/build.log:Tests failed : 2 +/var/lib/mock/el9x83/build.log:Tests failed : 2 +/var/lib/mock/fc37x83/build.log:Tests failed : 2 +/var/lib/mock/fc38x83/build.log:Tests failed : 3 +/var/lib/mock/fc39a83/build.log:Tests failed : 3 +/var/lib/mock/fc39x83/build.log:Tests failed : 3 all: - 3 FPM: bug76922 - FCGI conn termination after FCGI_GET_VALUES [sapi/fpm/tests/bug76922-fcgi-get-value-conn.phpt] 3 GH-11374 (PCRE regular expression without JIT enabled gives different result) [ext/pcre/tests/gh11374.phpt] el7x: 5 ext/standard/tests/directory/bug74589_utf8.phpt |