Home > Archive > PHP Questions and Answers > April 2004 > Re: [PHP-QA] Re: [PHP-DEV] RC2RC1
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PHP-QA] Re: [PHP-DEV] RC2RC1
|
|
| Derick Rethans 2004-04-14, 3:32 pm |
| On Wed, 14 Apr 2004, Sebastian Bergmann wrote:
> Andi Gutmans wrote:
>
> The following tests fail on my Athlon64 (Gentoo/Linux 2004.0) box:
>
> Bug #16069 [ext/iconv/tests/bug16069.phpt]
> iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt]
That test is broken
> Bug #20382 (strtotime ("Monday", $date) produces wrong result on DST
> changeover) [ext/standard/tests/time/bug20382.phpt]
Send me the diff please.
> Bug #26614 (CDATA sections skipped on line count)
> [ext/xml/tests/bug26614.phpt]
Bug in libxml2 afaik.
regards,
Derick
| |
| Sebastian Bergmann 2004-04-15, 3:31 am |
| Derick Rethans wrote:
>
> Send me the diff please.
---- EXPECTED OUTPUT
tStamp=Wednesday 2004-10-27 17:17:17 CEST
result=Monday 2004-11-01 00:00:00 CET
wanted=Monday 2004-11-01 00:00:00 CET
---- ACTUAL OUTPUT
tStamp=Wednesday 2004-10-27 17:17:17 CEST
result=Sunday 2004-10-31 23:00:00 CET
wanted=Monday 2004-11-01 00:00:00 CET
---- FAILED
========================================
=================================
002+ result=Sunday 2004-10-31 23:00:00 CET
002- result=Monday 2004-11-01 00:00:00 CET
========================================
=================================
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/
| |
| Derick Rethans 2004-04-15, 4:31 am |
| On Thu, 15 Apr 2004, Sebastian Bergmann wrote:
> Derick Rethans wrote:
>
> ========================================
=================================
> 002+ result=Sunday 2004-10-31 23:00:00 CET
> 002- result=Monday 2004-11-01 00:00:00 CET
> ========================================
=================================
Ok, this is good; I know I didn't fix it yet. It's not that ciritical as
it's in for ages already :)
Derick
|
|
|
|
|