Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47191 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74664 invoked from network); 12 Mar 2010 21:18:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Mar 2010 21:18:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=ericleestewart@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ericleestewart@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.177 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: ericleestewart@gmail.com X-Host-Fingerprint: 209.85.223.177 mail-iw0-f177.google.com Received: from [209.85.223.177] ([209.85.223.177:52432] helo=mail-iw0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 78/E3-13686-CBFAA9B4 for ; Fri, 12 Mar 2010 16:18:52 -0500 Received: by iwn7 with SMTP id 7so486704iwn.26 for ; Fri, 12 Mar 2010 13:18:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=SUaotYur79Jmb4qM458iapkIlKkSo0OjTHRUi4MZfZI=; b=tezU+j1tsmIN7zzrUsHFAhOYR/NwWREpZ5LH1nYIZObiXjeHiY8bgJrjbCHyYIr2Zd ZDPcjavEz7y417/fDJJ2c9a6ZBDA/nuY1jSINdVf7tbjRrHEiqA+rKbmCUWnsFOVh0/F hsjOp1TFBR4Fvdm9MJqqQpopZlfTyFUlqqDuM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=s3v+9Ftak+hLG0HxdntH5nLo3TB6f4Ju46IpAlOc02A2BwpoYkuSVQI/A66WdZxlJH SbZJncnHH50q+QRB9ZN65fY+wbI5HiHo3xZX31NPrnhUQqP35aOIP8aiL2AowJ6cYb+0 ey/RHsoLiI7aDgOlm53z4X3GIBk9OJwVM/ypY= MIME-Version: 1.0 Received: by 10.231.160.149 with SMTP id n21mr121641ibx.93.1268428730070; Fri, 12 Mar 2010 13:18:50 -0800 (PST) Date: Fri, 12 Mar 2010 16:18:50 -0500 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=001636d34fdce0f76e0481a11371 Subject: Re: [PHP-DEV] Tests repository (run-tests.php) From: ericleestewart@gmail.com (Eric Stewart) --001636d34fdce0f76e0481a11371 Content-Type: text/plain; charset=ISO-8859-1 On Fri, Mar 12, 2010 at 6:37 AM, Jani Taskinen wrote: > On 03/12/2010 12:29 PM, Hannes Magnusson wrote: > >> On Fri, Mar 12, 2010 at 11:18, Jani Taskinen >> wrote: >> >>> Having tests in multiple branches is PITA. Hasn't anyone considered that >>> the >>> best way would be to move all tests into their own repository >>> (directory..whatever :) in SVN..? Considering they are supposed to be >>> used >>> for testing against regressions and BC breaks, they should always be >>> runnable using any PHP version? >>> >> >> Thats actually a fairly good idea. >> >> Some tests however are not supposed to work in earlier releases, so we >> need to either add a new >> ==SKIP-VERSION== >> 5.2, 5.1, 5.0 >> > > Perhaps something like required min version is better. > > Any ideas who has been working on the improved test stuff? Or was that just > a dream? > First of all, I apologize for the subject line change, but this really is a different issue than the test repository itself. It was started by George during last years GSOC. Zoe and Stefan were also working on it after GSOC ended. Both Zoe and Stefan ran out of time and it went dormant for a bit. I contacted Zoe about the status and offered to pick it up, but I also offered to organize TestFest this year. > --Jani > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > I really do want to do both but I can't do both at the same time as they both will be big time sinks for a part time volunteer. Solutions: 1. I continue to work on TestFest and then work on run-tests.php as soon as the TestFest load lightens up enough to allow it. 2. Someone else picks up run-tests.php and I focus solely on TestFest. 3. Someone else picks up TestFest and I focus solely on run-tests.php. My vote is option 1 as I really like both projects. But it wouldn't be fair for me to slow either down if the need for both is pressing. Eric Lee Stewart --001636d34fdce0f76e0481a11371--