From a4bf2bd0322fe575e59ff6d2b0b06046633ceb46 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Feb 2018 10:00:01 +0100 Subject: apply upstream patch for date ext --- failed.txt | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index 0a722fe..c925984 100644 --- a/failed.txt +++ b/failed.txt @@ -1,17 +1,14 @@ ===== 7.2.2 (2018-02-01) $ grep -r 'Tests failed' /var/lib/mock/scl72*/build.log -/var/lib/mock/scl72el6x/build.log:Tests failed : 2 -/var/lib/mock/scl72el7x/build.log:Tests failed : 2 -/var/lib/mock/scl70fc24x/build.log:Tests failed : 2 -/var/lib/mock/scl70fc25x/build.log:Tests failed : 2 -/var/lib/mock/scl70fc26x/build.log:Tests failed : 2 -/var/lib/mock/scl70fc27x/build.log:Tests failed : 2 +/var/lib/mock/scl72el6x/build.log:Tests failed : 0 +/var/lib/mock/scl72el7x/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 : 0 +/var/lib/mock/scl70fc27x/build.log:Tests failed : 0 -el6x, el7x, fc24x, fc25x, fc26x, fc27x: - 5 Test serialization of DateTimeZone objects [ext/date/tests/DateTimeZone_serialize_type_1.phpt] - 5 Bug #66985 (Some timezones are no longer valid in PHP 5.5.10) [ext/date/tests/bug66985.phpt] (1) proc_open give erratic test results :( @@ -19,16 +16,3 @@ el6x, el7x, fc24x, fc25x, fc26x, fc27x: (3) known issue (5) need investigation - -TEST FAILURE: ../ext/date/tests/bug66985.diff -- -144+ [timezone] => -60:00 -144- [timezone] => +01:00 -149+ [timezone] => +150:0^@ -149- [timezone] => -02:30 --- ../ext/date/tests/bug66985.diff result ends. -TEST FAILURE: ../ext/date/tests/DateTimeZone_serialize_type_1.diff -- -005+ string(6) "-60:00" -005- string(6) "+01:00" -012+ string(6) "-60:00" -012- string(6) "+01:00" - -- cgit