summaryrefslogtreecommitdiffstats
path: root/failed.txt
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-09-14 20:41:16 +0200
committerRemi Collet <fedora@famillecollet.com>2016-09-14 20:41:16 +0200
commitbed65b4d04dd86c785ca0c5c5f2f77a601713f90 (patch)
tree46997ae82fb683a6936d272b1a452c2a67522b42 /failed.txt
parent8ff2e8b950e58eb46fb153ec91401b9c2894cc44 (diff)
PHP 7.1.0RC2 (SCL) + extension mass rebuild
Diffstat (limited to 'failed.txt')
-rw-r--r--failed.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/failed.txt b/failed.txt
index e9b0095..dc498b1 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,16 +1,18 @@
-===== 7.1.0RC1 (2016-09-01)
+===== 7.1.0RC2 (2016-09-15)
$ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log
/var/lib/mock/scl70el6x/build.log:Tests failed : 0
/var/lib/mock/scl70el7x/build.log:Tests failed : 0
-/var/lib/mock/scl70fc22x/build.log:Tests failed : 2
-/var/lib/mock/scl70fc23x/build.log:Tests failed : 0
+/var/lib/mock/scl70fc22x/build.log:Tests failed : 0
+/var/lib/mock/scl70fc23x/build.log:Tests failed : 1
/var/lib/mock/scl70fc24x/build.log:Tests failed : 0
+/var/lib/mock/scl70fc25x/build.log:Tests failed : 1
-fc22x
- Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt]
- Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt]
+fc23x
+ * Test session_set_save_handler() function : basic functionality [ext/session/tests/session_set_save_handler_basic.phpt]
+fc25x
+ * Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt]
* proc_open give erratic test results :(