Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70601 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16114 invoked from network); 12 Dec 2013 10:49:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Dec 2013 10:49:36 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.173 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.215.173 mail-ea0-f173.google.com Received: from [209.85.215.173] ([209.85.215.173:53795] helo=mail-ea0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0C/70-13519-FB499A25 for ; Thu, 12 Dec 2013 05:49:35 -0500 Received: by mail-ea0-f173.google.com with SMTP id o10so129423eaj.32 for ; Thu, 12 Dec 2013 02:49:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:date:content-type:mime-version :content-transfer-encoding; bh=78CUMVJgINF/a49njSmS8qC+QGYuhK9zTeMIF6H0P0s=; b=GCZhcXbOhmfj7Y4rVI2i6D9kio/cpEjkVsjscNimCoCJjSA5WmShYyyCe1R/PbGPub g+Ps6HyLO1/bKfXUK8tVoVDBQsVNc4iL5NsPnJ272RIr4H9HjFZRsil3p4t6N3G8kAOE SkyOcY2HekvSuqkY9eoqjRCNw+qA+75wMiJa14LsecxxdODhEsokagjSma0IKlECpVBQ nuAqwAE4b4AmKmmq5yvxEfF7n6BRb3ioDbPKSIMww0LCZk3b8ek3cspHJxRe+rvuC2MQ gVlxFBx09I3CN5ijI6tSyyXasGcBbN5+DtYbf8HXUfFfqkxaneGXabA5rBDF/wtP4zgL S9ng== X-Received: by 10.15.26.200 with SMTP id n48mr7234692eeu.46.1386845371789; Thu, 12 Dec 2013 02:49:31 -0800 (PST) Received: from [192.168.1.120] (178-18-170-101.customer.bnet.at. [178.18.170.101]) by mx.google.com with ESMTPSA id z42sm64443484eeo.17.2013.12.12.02.49.31 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 12 Dec 2013 02:49:31 -0800 (PST) Message-ID: <1386845370.9685.30.camel@smugmug> To: PHP Internals Date: Thu, 12 Dec 2013 11:49:30 +0100 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Travis Failures From: mike.php.net@gmail.com (Mike) Hi, we have quite some test failures on Travis again: 1.) These seem to be caused by the date.timezone annoyance, set in the author's test environment, but not on travis. Bug #53879 (DateTime::createFromFormat() fails to parse cookie expiration date) [ext/date/tests/bug53879.phpt] RFC: DateTime and Daylight Saving Time Transitions (zone type 3, ba) [ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-ba.phpt] RFC: DateTime and Daylight Saving Time Transitions (zone type 3, bs) [ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-bs.phpt] 2.) Did we have any odd fixes to reflection recently? Interface of the class mysqli - Reflection [ext/mysqli/tests/mysqli_class_mysqli_reflection.phpt] ========DIFF======== 633+ Modifiers: 268435713 633- Modifiers: 257 ========DONE======== Interface of the class mysqli_result - Reflection [ext/mysqli/tests/mysqli_class_mysqli_result_reflection.phpt] ========DIFF======== 206+ Modifiers: 268435712 206- Modifiers: 256 ========DONE======== 3.) Test committed, but code not fixed? Or, code fixed, test not updated? Bug #66112 (Use after free condition in SOAP extension) [ext/soap/tests/bugs/bug66112.phpt] 4.) Wat? Just seems like a bad test. Test tan function : 64bit long tests [ext/standard/tests/math/tan_basiclong_64bit.phpt] ===================================================================== -- Regards, Mike