Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55057 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58211 invoked from network); 1 Sep 2011 13:54:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Sep 2011 13:54:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=confik@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=confik@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) X-PHP-List-Original-Sender: confik@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:60865] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D7/5A-03466-C8E8F5E4 for ; Thu, 01 Sep 2011 09:54:21 -0400 Received: by gyd5 with SMTP id 5so1532942gyd.29 for ; Thu, 01 Sep 2011 06:54:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=iYyKVqHGKdvKY6751r9CFPG80oTlukE5I3rtmyRf7NE=; b=hxYoRvygUcPqlAmE7wnz8sKbfMh/nHU0xWmmMXei+MlsI/+vbLhQtFFuuq4hJm1+pE JWhCJuA8cGKWi3AUQQEEjAcg6I4uBIs02iM3OF168ikb0EOPEuU/U9dNnut7Y/tsquNN 5OQy3XPJg1SUxNXcoXzBrx9hMXL74dd4psfj8= Received: by 10.101.44.4 with SMTP id w4mr228946anj.108.1314885258103; Thu, 01 Sep 2011 06:54:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.127.12 with HTTP; Thu, 1 Sep 2011 06:53:58 -0700 (PDT) In-Reply-To: References: Date: Thu, 1 Sep 2011 17:53:58 +0400 Message-ID: To: Ferenc Kovacs Cc: Hannes Magnusson , PHP Development , PHP QA Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] New run-tests.php feature From: confik@gmail.com (Alexey Shein) 2011/9/1 Ferenc Kovacs : > On Thu, Sep 1, 2011 at 1:35 PM, Hannes Magnusson wrote: >> Throw qa and internals@ into the loop to. >> >> I'd also like to move the XFAIL section (printed out in the end) above >> the FAIL section. >> We have bucketloads of xfailed tests, I actually have to scroll up to >> see the failed tests which is really annoying and silly. >> >> Anyone have strong opinion on the printout order? > > yeah, strongly agree 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. -- Regards, Shein Alexey