Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38392 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67052 invoked from network); 19 Jun 2008 13:20:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jun 2008 13:20:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=nlopess@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=nlopess@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 212.55.154.22 as permitted sender) X-PHP-List-Original-Sender: nlopess@php.net X-Host-Fingerprint: 212.55.154.22 relay2.ptmail.sapo.pt Linux 2.4/2.6 Received: from [212.55.154.22] ([212.55.154.22:60747] helo=sapo.pt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 78/DA-10717-10D5A584 for ; Thu, 19 Jun 2008 09:20:02 -0400 Received: (qmail 9285 invoked from network); 19 Jun 2008 13:19:57 -0000 Received: from unknown (HELO sapo.pt) (10.134.37.164) by relay2 with SMTP; 19 Jun 2008 13:19:57 -0000 Received: (qmail 9664 invoked from network); 19 Jun 2008 13:19:57 -0000 X-AntiVirus: PTMail-AV 0.3-0.92.0 X-Virus-Status: Clean (0.00388 seconds) Received: from unknown (HELO pc07654) (nunoplopes@sapo.pt@[85.240.53.19]) (envelope-sender ) by mta14 (qmail-ldap-1.03) with SMTP for ; 19 Jun 2008 13:19:57 -0000 Message-ID: <84B9DF8B49FE424D9CCE16044C1D4DA4@pc07654> To: "Steph Fox" , "Christopher Jones" Cc: "internals" References: <04ba01c8d183$14f01b20$4401a8c0@foxbox> <4859D6B1.9030207@oracle.com> <00f601c8d1fb$fe5a8200$4401a8c0@foxbox> <49630731E5C64725B38BADFF04778684@pc07654> <03a001c8d205$157556a0$4401a8c0@foxbox> In-Reply-To: <03a001c8d205$157556a0$4401a8c0@foxbox> Date: Thu, 19 Jun 2008 14:19:51 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6001.18000 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6001.18000 Subject: Re: [PHP-DEV] [PATCH] make it possible to skip very slow tests From: nlopess@php.net ("Nuno Lopes") >> Yes, it is. Check the system_with_timeout() function in the run-tests.php >> script. >> There you've the timeout hardcoded ('$leak_check ? 300 : 60'). You would >> just need to make it configurable by some environment var. > > I already tried hard-coding both tv_sec and tv_usec to 0 and it makes no > difference here. uhm, file a bug report then. It was supposed to work.. Nuno