diff options
-rw-r--r-- | failed.txt | 17 | ||||
-rw-r--r-- | php.spec | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/failed.txt b/failed.txt new file mode 100644 index 0000000..5e73da6 --- /dev/null +++ b/failed.txt @@ -0,0 +1,17 @@ +===== 7.8.0-dev (2020-04-09) + +$ grep -ar 'Tests failed' /var/lib/mock/scl80*/build.log + +/var/lib/mock/scl80el7x/build.log:Tests failed : 0 +/var/lib/mock/scl80el8x/build.log:Tests failed : 16 +/var/lib/mock/scl80fc31x/build.log:Tests failed : 0 +/var/lib/mock/scl80fc32x/build.log:Tests failed : 0 + + + +(1) proc_open give erratic test results :( +(2) test issue (fixed upstream) +(3) known issue +(4) related to tzdata +(5) need investigation +(6) // issue @@ -1706,7 +1706,7 @@ fi %files dbg %{_bindir}/phpdbg %{_mandir}/man1/phpdbg.1* -%doc sapi/phpdbg/{README.md,CREDITS} +%doc sapi/phpdbg/CREDITS %if 0%{?scl:1} %{_root_bindir}/%{scl_prefix}phpdbg %endif |