Newsgroups: php.internals,php.qa Path: news.php.net Xref: news.php.net php.internals:32829 php.qa:50873 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49094 invoked by uid 1010); 17 Oct 2007 13:51:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 49078 invoked from network); 17 Oct 2007 13:51:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Oct 2007 13:51:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.94.239.5 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Linux 2.6 Received: from [82.94.239.5] ([82.94.239.5:58575] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 79/9C-05004-E5316174 for ; Wed, 17 Oct 2007 09:51:28 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.13.7/8.12.11) with ESMTP id l9HDpND2011705; Wed, 17 Oct 2007 15:51:23 +0200 Date: Wed, 17 Oct 2007 15:51:24 +0200 (CEST) X-X-Sender: derick@kossu.ez.no To: Jean.Jayet@Sun.COM cc: internals@lists.php.net, php-qa@lists.php.net In-Reply-To: <47161174.904@france.sun.com> Message-ID: References: <4715FCF8.6040102@france.sun.com> <47161174.904@france.sun.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8 Subject: Re: [PHP-DEV] php 5.2.4 test results reference From: derick@php.net (Derick Rethans) On Wed, 17 Oct 2007, jean jayet wrote: > i have the following naive question : how can get a reference of test > results > > smth to be able to find : > > such set of test case id MUST pass > such set test case id MUST fail > such set test case id skip if such extension missing etc,... Well, they should all pass - skipped tests depends totally on the configuration - I don't think we've any information on that at all. regards, Derick