Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74747 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28425 invoked from network); 4 Jun 2014 20:06:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jun 2014 20:06:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=nicolai.scheer@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nicolai.scheer@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.176 as permitted sender) X-PHP-List-Original-Sender: nicolai.scheer@gmail.com X-Host-Fingerprint: 209.85.160.176 mail-yk0-f176.google.com Received: from [209.85.160.176] ([209.85.160.176:45249] helo=mail-yk0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 91/62-12394-E3C7F835 for ; Wed, 04 Jun 2014 16:06:23 -0400 Received: by mail-yk0-f176.google.com with SMTP id q9so6547072ykb.35 for ; Wed, 04 Jun 2014 13:06:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=rxWgnWQvsf6ba6PX/8uyR0afb+0M5w+roxEV2kgmtzY=; b=SwMvluRlHDyXKWnmbX+Yl39CWT1Wckt2wrWbxu6bUfgVM3KBmKlrWe693fgX8xs+dC KeDYeUDpgDsykcip28C07fPNozopkhhMojjUj6EzSev5yjKgqz/r7+ueAiyDeRkAjCj0 ugCBZuTC1xkiop/t6BWT2FpNb4Dyw4Mrm/+xwfO1beWlcsQdz8GrsIrmQ92WxFIMyIpf 04h1LxZZ1sXpRk8HSZhKaFY3T1pObSwxfGBAamCml3fQpYgXUJc7t/H6SlS7GZysKSY5 fHUKCxcQd31cg6j1uCeU8tWTFwcJr+XwDllWkx11/S6sF71Fol0iek36IbUAJA86ZQYm ZHbA== MIME-Version: 1.0 X-Received: by 10.236.228.40 with SMTP id e38mr76730861yhq.76.1401912379921; Wed, 04 Jun 2014 13:06:19 -0700 (PDT) Received: by 10.170.88.215 with HTTP; Wed, 4 Jun 2014 13:06:19 -0700 (PDT) Date: Wed, 4 Jun 2014 22:06:19 +0200 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=001a11c2c4da695c3204fb082939 Subject: tests code coverage for php 5.5 From: nicolai.scheer@gmail.com (Nicolai Scheer) --001a11c2c4da695c3204fb082939 Content-Type: text/plain; charset=UTF-8 Hi, looking for tasks to invest a little spare time in the weeks to come I had a look at http://gcov.php.net/viewer.php?version=PHP_5_5 The test coverage is suspiciously low... Test coverage of 5.4 is quite high, so is coverage for 5.3. I would have guessed, that for a new major php version all tests from the previous version are reused, and fixed if needed. Looking at the 5.5 source tree all the phpt files seem in place... Aren't the tests just currently not executed on gcov.php.net? Thanks for any insight! Greetings Nico --001a11c2c4da695c3204fb082939--