Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54806 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20617 invoked from network); 22 Aug 2011 22:27:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2011 22:27:46 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.42 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 74.125.83.42 mail-gw0-f42.google.com Received: from [74.125.83.42] ([74.125.83.42:52039] helo=mail-gw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B7/12-03148-0E7D25E4 for ; Mon, 22 Aug 2011 18:27:45 -0400 Received: by gwb17 with SMTP id 17so4383705gwb.29 for ; Mon, 22 Aug 2011 15:27:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=Mit9Pc6o0yyiQxiGp0GPsICakTN4QrlbneUNsctAk9I=; b=QkMtl4QJ3ygrBz8vLHNTs3GkfKQ8Z1ySmS3Ls6+3897ls4MxHu2uY6OgSoYoHiTz7s n3QMWTkNbHEYp0fkN2Lr+soYA4irqs+hYwkd/av/JDdI7NxzjZM3zc39/ZDU8sy9IKxz LV8ImQ4MuzvklVVRXJIuNfMywue+GXXruvwoY= MIME-Version: 1.0 Received: by 10.236.136.196 with SMTP id w44mr17833233yhi.56.1314052061749; Mon, 22 Aug 2011 15:27:41 -0700 (PDT) Received: by 10.147.168.5 with HTTP; Mon, 22 Aug 2011 15:27:41 -0700 (PDT) In-Reply-To: References: Date: Tue, 23 Aug 2011 00:27:41 +0200 Message-ID: To: =?UTF-8?B?T25kxZllaiBTdXLDvQ==?= Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] 5.3.6-13 -> 5.3.7-1 test result diff From: pierre.php@gmail.com (Pierre Joye) hi Ondrej! As far I remember, Daniel fixed some of the (numerous) failing datetime tests. Can you try to give it a run using current 5.3 branche pls? On Tue, Aug 23, 2011 at 12:21 AM, Ond=C5=99ej Sur=C3=BD w= rote: > This is stripped down bug list diff (only + or - lines included) > between *Debian* 5.3.6-13 and 5.3.7-1 (almost same patch list, removed > patches were merged upstream). Ideally the FAILED test list should be > empty, so we (the packagers) would know that we created the regression > in the distribution, we stop the build and fix the regression (or the > test). > > You can find the full test-results at http://www.sury.org/php-tests/ > > O. > > =C2=A0=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =C2=A0FAILED TEST SUMMARY > =C2=A0-------------------------------------------------------------------= -- > +Bug #55156 (ReflectionClass::getDocComment() returns comment even > though the class has none) [Zend/tests/bug55156.phpt] > -DateTime::diff() add() sub() -- absolute > [ext/date/tests/DateTime_diff_add_sub-absolute.phpt] > -DateTime::diff() add() sub() -- dates > [ext/date/tests/DateTime_diff_add_sub-dates.phpt] > -DateTime::diff() add() sub() -- february > [ext/date/tests/DateTime_diff_add_sub-february.phpt] > -DateTime::diff() add() sub() -- massive > [ext/date/tests/DateTime_diff_add_sub-massive.phpt] > -Bug #51819 (Case discrepancy in timezone names cause Uncaught > exception and fatal error) [ext/date/tests/bug51819.phpt] > -Bug #51994 (date_parse_from_format is parsing invalid date using 'yz' > format) [ext/date/tests/bug51994.phpt] > -Test gmstrftime() function : usage variation - Checking Preferred > date and time representation other than on Windows. > [ext/date/tests/gmstrftime_variation22.phpt] > -Test strftime() function : usage variation - Checking Preferred date > and time representation other than on Windows. > [ext/date/tests/strftime_variation22.phpt] > +DateTime::diff() days -- spring type2 type2 > [ext/date/tests/DateTime_days-spring-type2-type2.phpt] > +DateTime::diff() days -- spring type2 type3 > [ext/date/tests/DateTime_days-spring-type2-type3.phpt] > +DateTime::diff() days -- spring type3 type2 > [ext/date/tests/DateTime_days-spring-type3-type2.phpt] > +DateTime::diff() days -- spring type3 type3 > [ext/date/tests/DateTime_days-spring-type3-type3.phpt] > +DateTime::sub() -- dates [ext/date/tests/DateTime_sub-dates.phpt] > +DateTime::sub() -- february [ext/date/tests/DateTime_sub-february.phpt] > -DOMDocument::$validateOnParse - effectual determination > (dom_document_validate_on_parse_read/dom_document_validate_on_parse_write= ) > [ext/dom/test/DOMDocument_validate_on_parse_variation.phpt] > -Test 5: HTML Test [ext/dom/tests/dom005.phpt] > +DOMDocument::relaxNGValidate() should fail on invalid RelaxNG file > source [ext/dom/tests/DOMDocument_relaxNGValidate_error2.phpt] > +API vs. SQL LAST_INSERT_ID() [ext/mysqli/tests/mysqli_last_insert_id.php= t] > +Bug #54992: Stream not closed and error not returned when SSL > CN_match fails [ext/openssl/tests/bug54992.phpt] > +preg_replace() with array of failing regular expressions > [ext/pcre/tests/006.phpt] > -SimpleXML: XPath [ext/simplexml/tests/008.phpt] > -ext/sockets - socket_strerror - basic test > [ext/sockets/tests/socket_strerror.phpt] > +Bug #48601 (xpath() returns FALSE for legitimate query) > [ext/simplexml/tests/bug48601.phpt] > -Test copy() function: usage variations - destination file names(empty > string, nulls & bools) [ext/standard/tests/file/copy_variation4.phpt] > -Test file_put_contents() function : usage variation - obscure > filenames [ext/standard/tests/file/file_put_contents_variation8.phpt] > -Test fscanf() function: usage variations - unsigned int formats with > integer values [ext/standard/tests/file/fscanf_variation39.phpt] > -Test fscanf() function: usage variations - tracking file pointer > while reading [ext/standard/tests/file/fscanf_variation55.phpt] > =C2=A0Test lstat() and stat() functions: usage variations - effects of > touch() on link [ext/standard/tests/file/lstat_stat_variation6.phpt] > -Test readfile() function : variation - various invalid paths > [ext/standard/tests/file/readfile_variation10.phpt] > -Test rand() function : usage variations - different data types as > $min argument [ext/standard/tests/math/mt_rand_variation1.phpt] > -Test mt_rand() function : usage variations - different data types as > $max argument [ext/standard/tests/math/mt_rand_variation2.phpt] > -serialize()/unserialize()/var_dump() [ext/standard/tests/serialize/001.p= hpt] > -Test serialize() & unserialize() functions: arrays (circular > references) [ext/standard/tests/serialize/serialization_arrays_001.phpt] > -Test serialize() & unserialize() functions: objects > [ext/standard/tests/serialize/serialization_objects_001.phpt] > -Test serialize() & unserialize() functions: objects (variations) > [ext/standard/tests/serialize/serialization_objects_002.phpt] > -Test serialize() & unserialize() functions: objects (abstract > classes) [ext/standard/tests/serialize/serialization_objects_003.phpt] > -Test printf() function (64bit) [ext/standard/tests/strings/printf_64bit.= phpt] > -Test sscanf() function : basic functionality - unsigned format > [ext/standard/tests/strings/sscanf_basic6.phpt] > -msg_send() data types when not serializing [ext/sysvmsg/tests/006.phpt] > +Check the php_ini_loaded_file() function > [ext/standard/tests/php_ini_loaded_file.phpt] > > -- > =EF=BB=BFOnd=C5=99ej Sur=C3=BD > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --=20 Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org