Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54805 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19157 invoked from network); 22 Aug 2011 22:22:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2011 22:22:12 -0000 Authentication-Results: pb1.pair.com header.from=ondrej@sury.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ondrej@sury.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain sury.org designates 74.125.82.170 as permitted sender) X-PHP-List-Original-Sender: ondrej@sury.org X-Host-Fingerprint: 74.125.82.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:53162] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 49/C1-03148-296D25E4 for ; Mon, 22 Aug 2011 18:22:12 -0400 Received: by wyf23 with SMTP id 23so4130108wyf.29 for ; Mon, 22 Aug 2011 15:22:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sury.org; s=google; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=JCQT1gZFh+2zZmX8TH7nHsz+g74n7usETuiEp40w5ck=; b=Xnj6NQWVlnTO8k/75WnPNKb/ZbTrgWNH00/kK7bdtvBqTWdpMZerI3KPTnZDw80gC7 ToUJofFV5zgYxEWz4nfdiN51cvuXLhX2kRyoNA/2XVWn6lVsg4kmr8mrIGkIeDdzjXFU THTv1nANwOeu88g0jbHHWfmJ2dXdFytE8uMNk= Received: by 10.227.134.134 with SMTP id j6mr40433wbt.2.1314051728118; Mon, 22 Aug 2011 15:22:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.142.71 with HTTP; Mon, 22 Aug 2011 15:21:48 -0700 (PDT) Date: Tue, 23 Aug 2011 00:21:48 +0200 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: 5.3.6-13 -> 5.3.7-1 test result diff From: ondrej@sury.org (=?UTF-8?B?T25kxZllaiBTdXLDvQ==?=) 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. =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 FAILED TEST SUMMARY --------------------------------------------------------------------- +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.phpt] +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] Test 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.php= t] -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.ph= pt] -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] --=20 =EF=BB=BFOnd=C5=99ej Sur=C3=BD