Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52364 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83105 invoked from network); 13 May 2011 13:58:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 May 2011 13:58:02 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.54 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.82.54 mail-ww0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:43092] helo=mail-ww0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C9/14-59179-4E83DCD4 for ; Fri, 13 May 2011 09:58:00 -0400 Received: by wwd20 with SMTP id 20so2708257wwd.11 for ; Fri, 13 May 2011 06:57:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=/xU0JSI5tiCJGdNhmC+EsXaGKQ6kyYrTK1jRgUtN9Vs=; b=Y2J7Jt205SCQYI61OB+xq8SzRTWU9fAftjbkhdLS7ByHgEaKTy7bmoAMOzujhDW6Yq 7P7bttqhkpPNqUrcTBkPkCcMo4ICk7FYigMN1Xb7JL0+qfd3PDHI3y+pQUvOa7p3l+CA JNcsbss2wWUdxMEE1v84FrKxpGDa58KY0DSDI= 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; b=GDfglWLSwMqmHln04W3TAlxYMzMRyIvrxva4hRoy7peKwy8+mqdy8of7L+DwXoGjxM NSuRUdxGP4Hewzc7TAbs+bSBkDj5t+ZOsqjBjcedWxX8z/pNFD3aEdEdpS0Nm9Kfqwjq SmdCR0k081NhdSUzbXRTiuU0IztuWD8Q7hb5g= MIME-Version: 1.0 Received: by 10.216.232.41 with SMTP id m41mr1460925weq.31.1305295070945; Fri, 13 May 2011 06:57:50 -0700 (PDT) Received: by 10.216.72.13 with HTTP; Fri, 13 May 2011 06:57:50 -0700 (PDT) In-Reply-To: References: Date: Fri, 13 May 2011 15:57:50 +0200 Message-ID: To: olivier@ajeux.com Cc: internals@lists.php.net, rasmus@lerdorf.com Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: 5.4 again From: hannes.magnusson@gmail.com (Hannes Magnusson) On Fri, May 13, 2011 at 15:25, Olivier Doucet wrote: > Hi, > > Just a few words about tests : > > I made an interface to aggregate all failed results on all PHP versions. > This was for internal purposes in my company, but I would be glad if it can > help to catch all failing tests (most are failing because of the test > itself). > > http://phpqa.ajeux.net/ > > If you think such a tool can be helpful and want to see additional features, > feel free to ask. If not .. Well sorry for the noise ;) I think it would be great to have this on qa.php.net Can you post the src for review (to php-webmaster@lists.php.net as there is where we discuss all web stuffz) before committing it? -Hannes