Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59223 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47652 invoked from network); 30 Mar 2012 07:51:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Mar 2012 07:51:19 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:41471] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E8/45-17229-4F5657F4 for ; Fri, 30 Mar 2012 02:51:17 -0500 Received: by yhfq11 with SMTP id q11so152989yhf.29 for ; Fri, 30 Mar 2012 00:51:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=4m0Bsg1O5HDMt9hPz6wsQNqlQgIsE1QBhvMNzpsat+4=; b=syJJqNPXX3a6tMPy3lNJ66w2bQIc9wTlsT20U9Ppxb6Q4QbRuTsEUS9oTXy7He7BIo lM//N4YfTSX2pKjKEjC65EISFQet1cGCuw0lYFbFScu1FJJCsTPVFxc4oDUevnmApKZ5 IrCK49k3fRvSAGOg85zMxi4GEUd0mCoLIW1HIbKm51rWoiCTMXIHC3cNxnWbX0ECtKGK c/DTMMOYjBh8dCm+sLsj7vpmRw67tR+Xg+w2ryZB9S0CAsgbYmWYV4J146335I+I80Cz 8hoUPqYt1SE4I0dEl1LOX/6pr7mYzCx7MgrRcon31gXBHTOrCen+YNIIYcZMQZ6ADLbt bxyg== MIME-Version: 1.0 Received: by 10.236.145.34 with SMTP id o22mr1094309yhj.7.1333093874589; Fri, 30 Mar 2012 00:51:14 -0700 (PDT) Received: by 10.147.168.16 with HTTP; Fri, 30 Mar 2012 00:51:14 -0700 (PDT) In-Reply-To: References: <4F74DFF6.7010507@sugarcrm.com> <4F75048E.7050102@sugarcrm.com> Date: Fri, 30 Mar 2012 09:51:14 +0200 Message-ID: To: Dirk Haun Cc: PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Change all XFAIL tests to FAIL From: pierre.php@gmail.com (Pierre Joye) hi, On Fri, Mar 30, 2012 at 8:02 AM, Dirk Haun wrote: > What's the point of a test that fails (or XFAILs)? Either something is broken - then it should be fixed. Or the test makes no sense - then it should be removed. See the archive about the reasons, it has been discussed to death many times. To me, the main reason is: A test fails but a fix is not easy or not possible right now. To keep it in our radar, it is still added to our tests suite and listed as "expected failure". This is very common practice. That being said, as Stas wrote, feel free to fix them all (the bugs) :-) Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org