Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47205 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27569 invoked from network); 13 Mar 2010 01:07:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Mar 2010 01:07:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 74.125.83.170 mail-pv0-f170.google.com Received: from [74.125.83.170] ([74.125.83.170:35955] helo=mail-pv0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0D/FD-13686-635EA9B4 for ; Fri, 12 Mar 2010 20:07:02 -0500 Received: by pvg6 with SMTP id 6so613621pvg.29 for ; Fri, 12 Mar 2010 17:06:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=vDumnMCjyo59oIzuntwZkk6wQcdW9WfAUjIAieoQCKU=; b=fwa3UbUmz+CyLxaMet7GMmZFPz0NPY4xgU/PtdegwCmW5K85MqeKlTQNF75KUOrQ1+ T88Oz4RiywArb7g7ei4QgY86ba+SJIxNOb36vIvnV8oMxpbn4I7FcXeo8UrjZBC5tiqK B6boHKxrwWmLy7P1DMrjowJFRHTudtXWoODLw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=tIFqBuLEwphliLMjshgUqx944WeZKfnNCDhNPY5hTHZjToyKTvkq64LfXLsY0ywYPM 2cfiUW/HSyYVxg/cUVqJKemk/L1RSpB8C2O6pr5D+zL7g85YnOqaweuCpogNt5GGs8dA wb7JLEg4RJpjtlfMu782nqukFRKLbie5eY3Hg= MIME-Version: 1.0 Received: by 10.143.85.8 with SMTP id n8mr1660695wfl.276.1268442419535; Fri, 12 Mar 2010 17:06:59 -0800 (PST) In-Reply-To: References: Date: Sat, 13 Mar 2010 02:06:59 +0100 Message-ID: <7f3ed2c31003121706k54e7495dp28bcaa7af1a399d7@mail.gmail.com> To: Eric Stewart Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Tests repository (run-tests.php) From: hannes.magnusson@gmail.com (Hannes Magnusson) On Fri, Mar 12, 2010 at 22:18, Eric Stewart wrot= e: > On Fri, Mar 12, 2010 at 6:37 AM, Jani Taskinen wro= te: > >> On 03/12/2010 12:29 PM, Hannes Magnusson wrote: >> >>> On Fri, Mar 12, 2010 at 11:18, Jani Taskinen >>> =A0wrote: >>> >>>> Having tests in multiple branches is PITA. Hasn't anyone considered th= at >>>> 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 >>> =3D=3DSKIP-VERSION=3D=3D >>> 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 j= ust >> 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 i= t > went dormant for a bit. I contacted Zoe about the status and offered to p= ick > it up, but I also offered to organize TestFest this year. Write up a description and post it again on http://wiki.php.net/gsoc ? -Hannes