Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89936 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84136 invoked from network); 31 Dec 2015 09:19:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Dec 2015 09:19:22 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.45 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.45 mail-wm0-f45.google.com Received: from [74.125.82.45] ([74.125.82.45:35063] helo=mail-wm0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CF/2A-51216-913F4865 for ; Thu, 31 Dec 2015 04:19:21 -0500 Received: by mail-wm0-f45.google.com with SMTP id f206so58449373wmf.0 for ; Thu, 31 Dec 2015 01:19:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=sX2IUFOpwGzf2/ZjpnYcML/6OLSKb8lo5g3CAdY1Grg=; b=UTriJZ9ILplIDufKyukvnXUQovdVsptbYgvWk3I6UlN+g+8uCNPjKrQLvD5NrprcC7 8+5qYxrx8CH1gmS1+EleMvB6T4yXMGzugWqUGRV8wYEpUt48nUAwDpIc/JLaug6Wh4sm SJotShxZRTUeeOWjBO1v+HZBgwVsD2OQJnRNLknwH5jB/koDR6HlaNN4EgrC+G+QuWpZ GPlga7PJd4eaeIct1HgzNbROgBtSQc7OwxBPSoTCiiVESUktuSQ0kQrlCTc9yzB0Vl0/ CrON4VRwe9v/jlLJ2QRgV4jMufGFG4Bo9SPdTXtjaBtRl8MATSud/44oSOYE9dofzsck NV6g== X-Received: by 10.194.9.42 with SMTP id w10mr36488878wja.159.1451553558860; Thu, 31 Dec 2015 01:19:18 -0800 (PST) Received: from lepisma.bemi (89-104-28-113.customer.bnet.at. [89.104.28.113]) by smtp.gmail.com with ESMTPSA id 67sm14592287wmp.20.2015.12.31.01.19.17 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 31 Dec 2015 01:19:18 -0800 (PST) Sender: Michael Wallner Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) In-Reply-To: <89.85.51216.3FD44865@pb1.pair.com> Date: Thu, 31 Dec 2015 10:19:17 +0100 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: References: <89.85.51216.3FD44865@pb1.pair.com> To: Andrea Faulds X-Mailer: Apple Mail (2.2104) Subject: Re: [PHP-DEV] What's up with gcov.php.net? From: mike@php.net (Michael Wallner) > On 30 12 2015, at 22:34, Andrea Faulds wrote: >=20 > Hi everyone, >=20 > If any of you have looked at http://gcov.php.net any time in the last = three years, you'll probably have noticed an alarming and inexplicably = high number of test failures. And if you've looked at Travis, you'll = have seen much more reasonable numbers (i.e. usually zero). A guess might be, that many of the tests run on gcov are disabled on = travis.=20 >=20 > So, I'd like to ask, why does gcov.php.net always show such high = numbers, and apparently has things that are fixed show up as broken, and = secondly, since we use Travis for continuous integration these days, why = is the box even still running? gcov is about coverage too, so=85 Anyway, you=92ve probably got to talk to Nuno; IIRC he was/is managing = the gcov box. Cheers, Mike