Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52381 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73761 invoked from network); 15 May 2011 23:56:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 May 2011 23:56:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=noreply@php.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=unknown Received-SPF: pass (pb1.pair.com: domain php.net designates 140.211.166.39 as permitted sender) X-PHP-List-Original-Sender: noreply@php.net X-Host-Fingerprint: 140.211.166.39 osu1.php.net Linux 2.4/2.6 Received: from [140.211.166.39] ([140.211.166.39:41066] helo=osu1.php.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FE/E5-32666-24860DD4 for ; Sun, 15 May 2011 19:56:51 -0400 Authentication-Results: osu1.php.net header.from=tyra3l@gmail.com; sender-id=neutral Authentication-Results: osu1.php.net smtp.mail=noreply@php.net; spf=neutral; sender-id=neutral Received: from [127.0.0.1] ([127.0.0.1:41031] helo=osu1.php.net) by osu1.php.net (envelope-from ) (ecelerity 2.2.3.46 r(36781)) with ESMTP id B7/75-01772-A3860DD4; Sun, 15 May 2011 16:56:48 -0700 Received: (from apache@localhost) by osu1.php.net (8.12.11/8.12.11/Submit) id p4FNuef1021008; Sun, 15 May 2011 16:56:40 -0700 Date: Sun, 15 May 2011 16:56:40 -0700 To: internals@lists.php.net Message-ID: Subject: SVN Account Request: tyrael From: tyra3l@gmail.com ("Ferenc Kovacs") As Rasmus suggested on the list, I fixed some failing tests, and planning to do more. https://gist.github.com/973681 the patch should cleanly apply to the 5_3 branch and trunk also. about the fixes: ext/standard/tests/file/bug39863.phpt this is fixed in 5_3, so I removed the XFAIL, but AFAIK TRUNK still has this bug, and this can be a security problem, so I would suggest to fix this asap. ext/standard/tests/serialize/serialization_objects_001.phpt ext/standard/tests/serialize/serialization_objects_003.phpt ext/standard/tests/serialize/001.phpt ext/standard/tests/serialize/serialization_objects_002.phpt ext/standard/tests/serialize/serialization_arrays_001.phpt added a serialize_precision=100 INI entry for these tests ext/standard/tests/network/gethostbynamel_error.phpt there was an unnecessary newline between the expected output lines, I removed that, and also removed a newline between the two instruction to make that less confusing. ext/date/tests/DateInterval_format_a.phpt added the OS check to the SKIPIF block, that test should only run on Windows. ext/date/tests/bug51994.phpt as Felipe suggested on the irc channel, test for existing non-resolved bugs should be marked with XFAIL. ext/date/tests/bug51819.phpt same here