summaryrefslogtreecommitdiffstats
path: root/failed.txt
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-02-27 15:59:31 +0100
committerRemi Collet <remi@remirepo.net>2018-02-27 15:59:31 +0100
commit12961cba46e83a74652766891f5a7948a7697501 (patch)
treed3b1fb2e33a2ce161e6dd7ea66d3b196ad8232d2 /failed.txt
parent40e4be350a12945741081f839c4778748dd0aade (diff)
Update to 7.0.28 - http://www.php.net/releases/7_0_28.php
FPM: revert pid file removal improve devel dependencies
Diffstat (limited to 'failed.txt')
-rw-r--r--failed.txt30
1 files changed, 25 insertions, 5 deletions
diff --git a/failed.txt b/failed.txt
index 3de1bde..af8e10f 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,17 +1,37 @@
-===== 7.0.27 (2018-01-04)
+===== 7.0.28 (2018-03-01)
$ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log
/var/lib/mock/scl70el6x/build.log:Tests failed : 0
/var/lib/mock/scl70el7x/build.log:Tests failed : 0
-/var/lib/mock/scl70fc24x/build.log:Tests failed : 0
/var/lib/mock/scl70fc25x/build.log:Tests failed : 0
-/var/lib/mock/scl70fc26x/build.log:Tests failed : 1
+/var/lib/mock/scl70fc26x/build.log:Tests failed : 0
/var/lib/mock/scl70fc27x/build.log:Tests failed : 0
+/var/lib/mock/scl70fc28x/build.log:Tests failed : 21
-fc26x
- 1 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt]
+fc28x:
+ Test exception doesn't cause RSHUTDOWN bypass, variation 0 [Zend/tests/exception_011.phpt]
+ Test exception doesn't cause RSHUTDOWN bypass, variation 1 [Zend/tests/exception_012.phpt]
+ Bug #65538: SSL context "cafile" disallows URL stream wrappers [ext/openssl/tests/bug65538_002.phpt]
+ Test preg_match() function : error conditions - jit stacklimit exhausted [ext/pcre/tests/preg_match_error3.phpt]
+ assert() [ext/standard/tests/assert/assert.phpt]
+ catch assert() errors [ext/standard/tests/assert/assert02.phpt]
+ assert() - set callback using ini_set() [ext/standard/tests/assert/assert03.phpt]
+ misc assert() tests tests [ext/standard/tests/assert/assert04.phpt]
+ assert() - basic - check that assert runs when assert.active is set to 1. [ext/standard/tests/assert/assert_basic.phpt]
+ assert() - basic - correct call back values before and after assert. [ext/standard/tests/assert/assert_basic2.phpt]
+ assert() - basic - Test that bailout works [ext/standard/tests/assert/assert_basic3.phpt]
+ assert() - basic - check switch on warnings using assert_options. [ext/standard/tests/assert/assert_basic5.phpt]
+ assert() - basic - Test that bailout works [ext/standard/tests/assert/assert_basic6.phpt]
+ assert() - basic - accept closures as callback. [ext/standard/tests/assert/assert_closures.phpt]
+ assert() - error - give assert nonsense string with quiet_eval on then off [ext/standard/tests/assert/assert_error.phpt]
+ assert() - error - invalid params [ext/standard/tests/assert/assert_error1.phpt]
+ assert() - basic - Test that bailout works [ext/standard/tests/assert/assert_error2.phpt]
+ assert() - basic - Test recoverable error [ext/standard/tests/assert/assert_error3.phpt]
+ assert() - basic - Test recoverable error [ext/standard/tests/assert/assert_error4.phpt]
+ assert() - variation - test callback options using ini_get/ini_set/assert_options [ext/standard/tests/assert/assert_variation.phpt]
+ ini_get_all() tests [ext/standard/tests/general_functions/ini_get_all.phpt]
1 proc_open give erratic test results :(