Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47153 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49730 invoked from network); 12 Mar 2010 11:38:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Mar 2010 11:38:05 -0000 Authentication-Results: pb1.pair.com header.from=jani.taskinen@iki.fi; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@iki.fi; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain iki.fi from 204.13.248.72 cause and error) X-PHP-List-Original-Sender: jani.taskinen@iki.fi X-Host-Fingerprint: 204.13.248.72 mho-02-ewr.mailhop.org Received: from [204.13.248.72] ([204.13.248.72:50677] helo=mho-02-ewr.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 53/6C-13686-C972A9B4 for ; Fri, 12 Mar 2010 06:38:05 -0500 Received: from a88-112-30-186.elisa-laajakaista.fi ([88.112.30.186] helo=localhost.localdomain) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.68) (envelope-from ) id 1Nq3Bp-000G1v-EN; Fri, 12 Mar 2010 11:38:01 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 88.112.30.186 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/63fBbrPoWSyqWZW3hF76MxKbL+L9JTLk= Message-ID: <4B9A2796.10002@iki.fi> Date: Fri, 12 Mar 2010 13:37:58 +0200 Reply-To: jani.taskinen@iki.fi User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc11 Thunderbird/3.0.3 MIME-Version: 1.0 To: Hannes Magnusson CC: internals@lists.php.net References: <4B9926E8.4080202@lerdorf.com> <4B995F83.1000605@prohost.org> <4B99639B.9030405@oracle.com> <4B996FC6.7040102@zend.com> <4B997381.1050300@oracle.com> <4B9A14FF.6000703@iki.fi> <7f3ed2c31003120229j51f4cad2w4b5be5fe753066c2@mail.gmail.com> In-Reply-To: <7f3ed2c31003120229j51f4cad2w4b5be5fe753066c2@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Tests repository From: jani.taskinen@iki.fi (Jani Taskinen) 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? --Jani