Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56862 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56122 invoked from network); 10 Dec 2011 16:00:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Dec 2011 16:00:14 -0000 Authentication-Results: pb1.pair.com header.from=keisial@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=keisial@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.170 as permitted sender) X-PHP-List-Original-Sender: keisial@gmail.com X-Host-Fingerprint: 209.85.215.170 mail-ey0-f170.google.com Received: from [209.85.215.170] ([209.85.215.170:49998] helo=mail-ey0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B4/73-29221-C0283EE4 for ; Sat, 10 Dec 2011 11:00:13 -0500 Received: by eaai11 with SMTP id i11so428393eaa.29 for ; Sat, 10 Dec 2011 08:00:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=sV61CHLx7I2aZNiGU4bpS0AN2mYOgqnofDAbBoFpTI0=; b=b9x0CcC9jhObCwtd1QXz4hkz2/7zEz9/s7EHDALWnpzusunEwe/PNy4LeIbyKLn3/S k2YZ2K45v7Bxg7LZXZMU6cJO/mfBssU0ZUZ80XA3pO3TbQCaM2iZTN6ajF6P1km0nGzT syHeQ631bPxIYgeRQXvrmU0MAEE3p+0V3lJcA= Received: by 10.213.25.213 with SMTP id a21mr403660ebc.38.1323532801981; Sat, 10 Dec 2011 08:00:01 -0800 (PST) Received: from [192.168.1.26] (95.Red-83-55-231.dynamicIP.rima-tde.net. [83.55.231.95]) by mx.google.com with ESMTPS id f47sm14422966eea.1.2011.12.10.07.59.58 (version=SSLv3 cipher=OTHER); Sat, 10 Dec 2011 07:59:59 -0800 (PST) Message-ID: <4EE382F0.4050103@gmail.com> Date: Sat, 10 Dec 2011 17:04:00 +0100 User-Agent: Thunderbird MIME-Version: 1.0 To: Clint M Priest CC: "internals@lists.php.net" References: <9570D903A3BECE4092E924C2985CE4853995427E@MBX202.domain.local> In-Reply-To: <9570D903A3BECE4092E924C2985CE4853995427E@MBX202.domain.local> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Failing Tests From: keisial@gmail.com (=?ISO-8859-1?Q?=C1ngel_Gonz=E1lez?=) On 10/12/11 16:30, Clint M Priest wrote: > I've got 122 tests that are failing on a full run, if I write the failed tests to a file and re-run just those tests, all of them pass. Any ideas whats up? A previous test breaking them?