Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40108 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4667 invoked from network); 27 Aug 2008 16:25:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Aug 2008 16:25:21 -0000 Authentication-Results: pb1.pair.com header.from=tswicegood@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=tswicegood@php.net; spf=unknown; 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:37427] helo=spaceymail-a5.g.dreamhost.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DE/C5-03720-EEF75B84 for ; Wed, 27 Aug 2008 12:25:20 -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 6C05C8703B for ; Wed, 27 Aug 2008 09:25:39 -0700 (PDT) Message-ID: <0E8653D9-9839-4E8C-AC90-D9261C0EA93E@php.net> To: PHP Development In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Date: Wed, 27 Aug 2008 11:25:10 -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) On Aug 27, 2008, at 10:30 AM, Sebastian Bergmann wrote: > So the student worked on PHPT instead of run-tests.php? Yes, as we talked about earlier in the year on IRC and on the wiki. For those of you who don't know what PHPT is: It's a ground-up rewrite of the PEAR_RunTest code (which was based on run-tests.php) that addresses the short-comings in architecture that both PEAR_RunTest and run-tests.php have. It's about 90% of the way there to being able to completely run all of the .phpt files in php-src, it just needs some attention to clean up all of the loose ends. -T