Newsgroups: php.internals,php.qa Path: news.php.net Xref: news.php.net php.internals:55060 php.qa:65915 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63815 invoked from network); 1 Sep 2011 14:09:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Sep 2011 14:09:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:34128] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D5/7B-03466-B229F5E4 for ; Thu, 01 Sep 2011 10:09:48 -0400 Received: from [192.168.2.230] (ppp-93-104-32-107.dynamic.mnet-online.de [93.104.32.107]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 57564778EB; Thu, 1 Sep 2011 16:09:44 +0200 (CEST) To: Alexey Shein Cc: Ferenc Kovacs , Hannes Magnusson , PHP Development , PHP QA In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Thu, 01 Sep 2011 16:09:42 +0200 Message-ID: <1314886182.1211.5.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] New run-tests.php feature From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Thu, 2011-09-01 at 17:53 +0400, Alexey Shein wrote: > Great addition. > While you're at it, could you also add an option to print a list of > skipped tests (maybe above XFAIL section), that's also currently can't > be done with other options in run-tests.php. > It could also be useful because some skipped tests maybe skipped for > the wrong reason and be actually failed. It's also a great spot to > notice obsolete tests that need to be removed from the suite and make > running all process faster. Let's open a can of worms: When designing this I'd like to keep in mind a feature I had on the list for the rewrite of run-tests by Zoe (anybody knows the status of that?) which is skipping entire directories with a single skipif. Benefit there is that for instance we don't have to create two PHP process for each and every test and don't have to try connecting to databases two times for each test (during skipif and the actual test). johannes > -- > Regards, > Shein Alexey >