On Windows, I only get 2 PHPT test failures for 5.5.8rc1. Both are
regressions (new failures since 5.5.7):
ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-ba.phpt
ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-bs.phpt
Looks like these tests were split off an existing datetime test. I'll be
investigating why they are failing now.
Regards
-M
---------- Forwarded message ----------
From: ostc-php@microsoft.com
Date: Fri, Jan 3, 2014 at 3:46 PM
Subject: [PHP-QA] [PUTS] Summary PHP_5_5 5.5.8RC1-TS-X86
To: php-qa@lists.php.net
| |
| | | | | |
| | PFTT PHPT Results Overview
+--------------+--------------
----------------------------------------------------------+-------+------+---------+-------------------------+-------+---+----+----------------------------
| |
| | | | | |
| | php-test-pack-5.5.7
+--------------+------------------------------------------------------------------------+-------+------+---------+-------------------------+-------+---+----+----------------------------
| Scenario Set |
| | | | PHP_5_5-5.5.8RC1-TS-X86 | |
| | PHP_5_5-5.5.7-TS-X86
+--------------+------------------------------------------------------------------------+-------+------+---------+-------------------------+-------+---+----+----------------------------
| |
| Pass% | Fail | Timeout | Crash | Pass% | F
| T | C
+--------------+------------------------------------------------------------------------+-------+------+---------+-------------------------+-------+---+----+----------------------------
| 1 |
Local-FileSystem_MySQL-5.6_Apache-ModPHP-ApacheLounge-2.4.4-VC11-OpenS |
99.9% | 2 | 3 | 0 | 99.9% | 0 | 4 | 0
+--------------+------------------------------------------------------------------------+-------+------+---------+-------------------------+-------+---+----+----------------------------
| 2 | Local-FileSystem_MySQL-5.6_CLI
| 99.9% | 2 | 7 | 0 | 99.8% | 0
| 18 | 0
+--------------+------------------------------------------------------------------------+-------+------+---------+-------------------------+-------+---+----+----------------------------
| 3 |
Opcache_Local-FileSystem_MySQL-5.6_Apache-ModPHP-ApacheLounge-2.4.4-VC |
99.9% | 2 | 2 | 0 | 99.9% | 0 | 3 | 0
+--------------+------------------------------------------------------------------------+-------+------+---------+-------------------------+-------+---+----+----------------------------
| 4 | Opcache_Local-FileSystem_MySQL-5.6_CLI
| 99.8% | 2 | 13 | 0 | 99.9% | 0
| 8 | 0
+--------------+------------------------------------------------------------------------+-------+------+---------+-------------------------+-------+---+----+----------------------------
| | Result-Packs
+------------------------------+-----------------------------------------------------------------------------------
| PHP_5_5-5.5.8RC1-TS-X86-VC11 |
http://windows.php.net/downloads/snaps/ostc/pftt/PHP_5_5/5.5.8RC1
+------------------------------+-----------------------------------------------------------------------------------
| PHP_5_5-5.5.7-TS-X86-VC11 |
http://windows.php.net/downloads/snaps/ostc/pftt/PHP_5_5/5.5.7
+------------------------------+-----------------------------------------------------------------------------------
| | Download PFTT for Windows from:
http://windows.php.net/downloads/snaps/ostc/pftt/
+------------------------------+-----------------------------------------------------------------------------------
| | Unique Fails and Crashes
+---+------------------------------------------------------------------------
| |
| | PHP_5_5-5.5.8RC1-TS-X86 | | PHP_5_5-5.5.7-TS-X86
+---+------------------------------------------------------------------------+-------+-------------------------+-------+----------------------
| |
| Fails | Crash | Fails | Crash
+---+------------------------------------------------------------------------+-------+-------------------------+-------+----------------------
| 5 |
Local-FileSystem_MySQL-5.6_Apache-ModPHP-ApacheLounge-2.4.4-VC11-OpenS | []
| [] | [] | []
+---+------------------------------------------------------------------------+-------+-------------------------+-------+----------------------
| 6 | Local-FileSystem_MySQL-5.6_CLI
| [] | [] | [] | []
+---+------------------------------------------------------------------------+-------+-------------------------+-------+----------------------
| 7 |
Opcache_Local-FileSystem_MySQL-5.6_Apache-ModPHP-ApacheLounge-2.4.4-VC | []
| [] | [] | []
+---+------------------------------------------------------------------------+-------+-------------------------+-------+----------------------
| 8 | Opcache_Local-FileSystem_MySQL-5.6_CLI
| [] | [] | [] | []
+---+------------------------------------------------------------------------+-------+-------------------------+-------+----------------------
| | | | | | | | | |
Fails
+--+--+-------------------------+----------------------+--+--+--+--+--+-------
| | | | php-test-pack-5.5.7
+--+--+-------------------------+----------------------
| | | PHP_5_5-5.5.8RC1-TS-X86 | PHP_5_5-5.5.7-TS-X86
+--+--+-------------------------+----------------------
| | | | | | | | | |
Crashes
+--+--+-------------------------+----------------------+--+--+--+--+--+---------
| | | | php-test-pack-5.5.7
+--+--+-------------------------+----------------------
| | | PHP_5_5-5.5.8RC1-TS-X86 | PHP_5_5-5.5.7-TS-X86
+--+--+-------------------------+----------------------
| Operating Systems
+--------------------
| Win 2008r2 SP0 x64
+--------------------
| Win 2008r2 SP1 x64
+--------------------
| Win 2012 SP0 x64
+--------------------
| Win 2012r2
+--------------------
| Win 2008 SP1 x64
+--------------------
| Win 2008 SP1 x86
+--------------------
| Win 2008 SP2 x64
+--------------------
| Win 2008 SP2 x86
+--------------------
| Win 7 SP0 x64
+--------------------
| Win 7 SP0 x86
+--------------------
| Win 7 SP1 x64
+--------------------
| Win 7 SP1 x86
+--------------------
| Win 8 SP0 x64
+--------------------
| Win Vista SP2 x64
+--------------------
| Win Vista SP2 x86
On Windows, I only get 2 PHPT test failures for 5.5.8rc1. Both are
regressions (new failures since 5.5.7):ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-ba.phpt
ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-bs.phptLooks like these tests were split off an existing datetime test. I'll be
investigating why they are failing now.Regards
Hi,
Those tests are expected to fail on this RC.
The maintainer (derick) has fixed them in 5.5 branch, they are about a
bad merge which should have been reverted / fixed now
Julien