summaryrefslogtreecommitdiffstats
path: root/failed.txt
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-07-06 11:04:25 +0200
committerRemi Collet <fedora@famillecollet.com>2016-07-06 11:04:25 +0200
commitd104eef42ae9f3cdce67140309663b164088240d (patch)
tree5226fab2c3f569a893634c0b278d23d3b9feed99 /failed.txt
parentbd9570ba53a6d28763ea2e3dc68da8caa872768a (diff)
PHP 7.1.0alpha3
Diffstat (limited to 'failed.txt')
-rw-r--r--failed.txt15
1 files changed, 9 insertions, 6 deletions
diff --git a/failed.txt b/failed.txt
index a7a2d10..908bae3 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,18 +1,21 @@
-===== 7.1.0alpha2 (2016-06-23)
+===== 7.1.0alpha3 (2016-07-08)
$ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log
-/var/lib/mock/scl70el6x/build.log:Tests failed : 3
-/var/lib/mock/scl70el7x/build.log:Tests failed : 3
+/var/lib/mock/scl70el6x/build.log:Tests failed : 2
+/var/lib/mock/scl70el7x/build.log:Tests failed : 2
/var/lib/mock/scl70fc22x/build.log:Tests failed : 1
-/var/lib/mock/scl70fc23x/build.log:Tests failed : 1
+/var/lib/mock/scl70fc23x/build.log:Tests failed : 0
/var/lib/mock/scl70fc24x/build.log:Tests failed : 1
el6x, el7x
Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt]
strtotime() function (64 bit) [ext/date/tests/strtotime3-64bit.phpt]
-el6x, el7x, fc22x, fc23x, fc24x
- ReflectionGenerator basic test [ext/reflection/tests/ReflectionGenerator_basic.phpt]
+fc22x
+ Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt]
+fc24x
+ Test session_set_save_handler() function : basic functionality [ext/session/tests/session_set_save_handler_basic.phpt]
+
* proc_open give erratic test results :(
** fixed upstream