Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40104 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74405 invoked from network); 27 Aug 2008 14:59:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Aug 2008 14:59:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=tswicegood@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=tswicegood@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 208.113.200.5 as permitted sender) X-PHP-List-Original-Sender: tswicegood@php.net X-Host-Fingerprint: 208.113.200.5 lax-green-bigip-5.dreamhost.com Received: from [208.113.200.5] ([208.113.200.5:38270] helo=spaceymail-a5.g.dreamhost.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 68/FE-03720-CEB65B84 for ; Wed, 27 Aug 2008 10:59:57 -0400 Received: from [192.168.1.105] (92.57.143.24.cm.sunflower.com [24.143.57.92]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by spaceymail-a5.g.dreamhost.com (Postfix) with ESMTP id 123B2870C8; Wed, 27 Aug 2008 08:00:18 -0700 (PDT) Cc: Derick Rethans , Hannes Magnusson , =?ISO-8859-1?Q?Marcus_B=F6rger?= , PHP Development , Michal Dziemianko Message-ID: To: =?ISO-8859-1?Q?Johannes_Schl=FCter?= In-Reply-To: <1219840610.18510.7.camel@goldfinger.johannes.nop> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v926) Date: Wed, 27 Aug 2008 09:59:52 -0500 References: <7f3ed2c30808151123k687da31fr1f1aeabee0b7bb15@mail.gmail.com> <1219840610.18510.7.camel@goldfinger.johannes.nop> X-Mailer: Apple Mail (2.926) Subject: Re: [PHP-DEV] run-tests gsoc status? From: tswicegood@php.net (Travis Swicegood) Hey guys; On Aug 27, 2008, at 7:36 AM, Johannes Schl=FCter wrote: > On Wed, 2008-08-27 at 10:46 +0200, Derick Rethans wrote: >>> There was a run-tests.php rewrite application accepted for gsoc this >>> summer.. I however haven't heard a word about it since then.. >>> Does anyone know the status of that project? >> >> Still no reply to this? I suppose the project is then not going >> anywhere. Can any of the GSoC admins see if something happened with >> reviews here? > > Nothing happened there, neither student nor mentor filled out the =20 > final > survey nor did I see any code. (but that's also true for projects =20 > doing > quite well) Sorry about this guys. A large part of this is my fault. The time I =20= could devote to this quickly evaporated as the summer wore on. I =20 tried to get someone familiar with project to take over as mentor a =20 little over half way through, but everyone else was tied up too. =20 Couple that with someone that got in over their head and, well, the =20 GSoC project just couldn't make it. All that said, I'm shooting for a 1.0 of PHPT by the end of the year. =20= That will have complete running of the php-src tests, parallel test =20 running, and full support for Windows (thanks in large part to all of =20= the testing of PHPT that Elizabeth Smith has done). Michal - I would love to have some help on this. As I alluded to =20 here, there is already a replacement for run-tests.php in the PHPT =20 project (phpt.info). It's 0.1 release was a rewrite of PEAR_RunTest, =20= so there are some discrepancies between what it can do currently and =20 what run-tests is capable of. If you would like to help out, feel =20 free to ping me off-list or on phpt-dev for some guidance. -T=