Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30065 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43447 invoked by uid 1010); 5 Jun 2007 09:38:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 43432 invoked from network); 5 Jun 2007 09:38:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2007 09:38:30 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.235 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.162.235 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.235] ([64.233.162.235:46563] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C1/34-11953-61F25664 for ; Tue, 05 Jun 2007 05:38:30 -0400 Received: by nz-out-0506.google.com with SMTP id i11so949749nzi for ; Tue, 05 Jun 2007 02:38:27 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fz7SEnZ5fZoNEN59jMS5KrKX4GMjxF+NIkmCiO8u/elK7GKRMzB9qSVoySYZducHpsja1sHigx8fDK5p9ylPzEd9xM3K5jGJ67iNmSq6VTBrPSz3tIIbLbUQ3YGaTSesYlDeMHxQGHOpWcGrJl8JMuPb3o5sxIdG4DtkhICmbBQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ciTid2Tr6kYtG1CIngkg7SP93ZR9aRIEbZCnSQIpW3TQzrHxdUuT350N3G+tm4mYnI8FfQcsB9zZyKqCYBN/HDwZFtkQlL3Fg4V/B9MU61DV6kRvWCIKb5hzdC+bC50SGhVPZ+Z0wjk7Qe8HGK07VRRqdxoHpI9K/fyBYZakttE= Received: by 10.114.37.1 with SMTP id k1mr5844762wak.1181036307281; Tue, 05 Jun 2007 02:38:27 -0700 (PDT) Received: by 10.114.178.2 with HTTP; Tue, 5 Jun 2007 02:38:27 -0700 (PDT) Message-ID: Date: Tue, 5 Jun 2007 11:38:27 +0200 To: "Zoe Slattery" Cc: internals@lists.php.net In-Reply-To: <46652CE0.7060807@googlemail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46652CE0.7060807@googlemail.com> Subject: Re: [PHP-DEV] Bugzilla category for test case bugs? From: pierre.php@gmail.com (Pierre) On 6/5/07, Zoe Slattery wrote: > > Hi all > Would it be possible to have a Bugzilla category for test case bugs? > The only alternative seems to be to raise a bug against the > implementation - which doesn't seem quite right. Why not simply put them in the related category? For example GD for a problem in a GD test. With an extra category, I will simply not see any bugs related to my extension tests, even when I'm fetching the 'GD' category bugs. What would rock is a bug "type" field. A bug can be GD and Testing related, or Ming and Documentation. --Pierre