Newsgroups: php.internals,php.qa Path: news.php.net Xref: news.php.net php.internals:32831 php.qa:50877 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53818 invoked by uid 1010); 17 Oct 2007 14:07:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53802 invoked from network); 17 Oct 2007 14:07:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Oct 2007 14:07:10 -0000 Authentication-Results: pb1.pair.com header.from=zoe.slattery@googlemail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=zoe.slattery@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 66.249.92.173 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: zoe.slattery@googlemail.com X-Host-Fingerprint: 66.249.92.173 ug-out-1314.google.com Received: from [66.249.92.173] ([66.249.92.173:46799] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CE/4D-05004-DF616174 for ; Wed, 17 Oct 2007 10:07:02 -0400 Received: by ug-out-1314.google.com with SMTP id h3so301424ugf for ; Wed, 17 Oct 2007 07:06:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=kLqhPxg2eV3El3BvsCR7FNp9AgFrK5i38/9d1pjF0Hg=; b=BHOrvFuqQupGK5SvEwcHAFulltSqlYueGkvQMgEA+5wiMX9/BfL0i9Z8PF/IEqmsiCnlhPn0xWo+6xQKGyWI9Fni9zz8nHJVxhuyArFjCIhiW/LSrQT/G7+3AZ8+AqNipuaB5dqM1K05L7M7H1Uzt8XwzEkOKb4PjMFKwSjjgUE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=VAFdcKvFN56Xfeqg4TS7DgHDZ/Bpb3ITEk8Ge5gpIPXvIazJKQ/tzYuGzhO0cVUwxztgJ5UcE/QuIRWkKDxzijfiZe3i5CNZaIQSxkC4iE3JmWB0grggKhdI+Uia5fwAiPi1eszmTi2LwhCNLRlYNYwPjnumwQoFjOf3H2mOWU4= Received: by 10.66.184.17 with SMTP id h17mr637634ugf.1192630005654; Wed, 17 Oct 2007 07:06:45 -0700 (PDT) Received: from ?192.168.1.102? ( [81.146.64.251]) by mx.google.com with ESMTPS id y37sm6937632iky.2007.10.17.07.06.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 17 Oct 2007 07:06:44 -0700 (PDT) Message-ID: <471616ED.6090708@googlemail.com> Date: Wed, 17 Oct 2007 15:06:37 +0100 User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Derick Rethans CC: Jean.Jayet@Sun.COM, internals@lists.php.net, php-qa@lists.php.net References: <4715FCF8.6040102@france.sun.com> <47161174.904@france.sun.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-QA] Re: [PHP-DEV] php 5.2.4 test results reference From: zoe.slattery@googlemail.com (Zoe Slattery) Derick Rethans wrote: > 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. > > Jean - if the tests don't pass on your system it would be helpful if you could raise defects (http://bugs.php.net/) checking first to make sure that someone hasn't already done so, and make the .diff and .out files available. In some cases when we write tests it isn't possible to test on ALL platforms, so sometimes the tests may fail because they really should not pass on a specific platform (if so we will fix by adding a --SKIPIFF-- to the test case), sometimes it's because of an implementation difference - we can't tell till we see the output from the test. As Derick says, they should all pass :-) Zoe > regards, > Derick > >