Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38367 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36746 invoked from network); 18 Jun 2008 22:09:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jun 2008 22:09:39 -0000 Authentication-Results: pb1.pair.com header.from=tswicegood@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=tswicegood@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 208.113.200.5 as permitted sender) X-PHP-List-Original-Sender: tswicegood@php.net X-Host-Fingerprint: 208.113.200.5 lax-green-bigip-5.dreamhost.com Linux 2.4/2.6 Received: from [208.113.200.5] ([208.113.200.5:57989] helo=spaceymail-a7.g.dreamhost.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/F9-03518-2A789584 for ; Wed, 18 Jun 2008 18:09:38 -0400 Received: from [127.0.0.1] (7up.dreamhost.com [208.97.167.14]) by spaceymail-a7.g.dreamhost.com (Postfix) with ESMTP id B31D714D87; Wed, 18 Jun 2008 15:09:35 -0700 (PDT) In-Reply-To: <04ba01c8d183$14f01b20$4401a8c0@foxbox> References: <04ba01c8d183$14f01b20$4401a8c0@foxbox> Mime-Version: 1.0 (Apple Message framework v753.1) X-Priority: 3 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: Cc: internals Content-Transfer-Encoding: 7bit Date: Wed, 18 Jun 2008 17:09:29 -0500 To: "Steph Fox" X-Mailer: Apple Mail (2.753.1) Subject: Re: [PHP-DEV] [PATCH] make it possible to skip very slow tests From: tswicegood@php.net (Travis Swicegood) Hey Steph; On Jun 18, 2008, at 3:37 PM, Steph Fox wrote: > I'm using this locally because two of our tests take over 10 > minutes each to run on my laptop, and I run the relevant bits of > test suite every time I make a change. > > All it does is adds another option, -x, to run-tests.php. This sets > an environmental variable which can then be checked for in the > SKIPIF section of very slow-running tests. How do you specify that "test A is slow"? Is there a certain skipif message you include, or...? -T