Comment 17 for bug 52866

Revision history for this message
Mathias Gug (mathiaz) wrote :

I've attached a debdiff that include the upstream commit.

I've also run the tests included in ext/soap/tests/ and compared the result with ubuntu3.10:

$ diff -u 5.1.2-1ubuntu3.10 5.1.2-1ubuntu3.11
--- 5.1.2-1ubuntu3.10 2008-01-21 18:23:12.000000000 +0000
+++ 5.1.2-1ubuntu3.11 2008-01-23 15:46:10.000000000 +0000
@@ -8,10 +8,10 @@
 Number of tests : 2116 1597
 Tests skipped : 519 ( 24.5%) --------
 Tests warned : 0 ( 0.0%) ( 0.0%)
-Tests failed : 241 ( 11.4%) ( 15.1%)
-Tests passed : 1356 ( 64.1%) ( 84.9%)
+Tests failed : 126 ( 6.0%) ( 7.9%)
+Tests passed : 1471 ( 69.5%) ( 92.1%)
 ---------------------------------------------------------------------
-Time taken : 151 seconds
+Time taken : 169 seconds
 =====================================================================

 =====================================================================

[...]

Most of the tests that weren't successfull in 3.10, but successfull 3.11 are soap related.

The only test that fails in 3.11 and not in 3.10 is:
date_sunrise() and date_sunset() functions [ext/standard/tests/general_functions/sunfuncts.phpt]
(which is a problem with the test suite itself).

I haven't created a test case to cover the bug reported here. If someone can post all the files that are needed, it would be appreciated.

I've also linked a bzr branch for qa-regression-testing that adds the result of the php5 testrun.