Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103053 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43585 invoked from network); 8 Aug 2018 00:14:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Aug 2018 00:14:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=carusogabriel34@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=carusogabriel34@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.221.47 as permitted sender) X-PHP-List-Original-Sender: carusogabriel34@gmail.com X-Host-Fingerprint: 209.85.221.47 mail-wr1-f47.google.com Received: from [209.85.221.47] ([209.85.221.47:33822] helo=mail-wr1-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2F/B2-18754-7C53A6B5 for ; Tue, 07 Aug 2018 20:14:01 -0400 Received: by mail-wr1-f47.google.com with SMTP id c13-v6so399908wrt.1 for ; Tue, 07 Aug 2018 17:13:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=gik3sq3D0v9O7nsUuPPZKzmGo+boLGX04uDtj40eXQs=; b=W8Dokv/p7Jfjxi9RpMjbcVbUDYPUbacChJOI1aVzihX9Dekf5WVgFmjcYPJJw2rNR3 xKJiLufTFlQjG+X9xtjYMKtv+zhVo3/2OILjdiKINCMirSVHzv7SUhbnVNUcbMO8WHx0 yD2pDVkjcpwK9PrRiaeNNe7jwN/vqQBf9GTObsEf5eBFR6+3jGfOhFyUFYLOJhA0TWQu Rs+/LU09r+Cn7B4omZr/47py3jjyebuUMOR9eAUO8Z0mTjZrd2SbWc+WlFewVisP+P8z R093xzKniSXuRGdq/icf4lhBPmF0hep4ND8rGmxuP/HyyqiH67z9HLQr8PLGhepgv5qH t+hA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=gik3sq3D0v9O7nsUuPPZKzmGo+boLGX04uDtj40eXQs=; b=HtFnAG73HwyKrlE8AI29lUDxodjTOhiZO3evlGm2V5/n2HFDM253U3Gf0iGuqkhSH/ QrYN6NypstfwhmgErB0tcxPjLWV2VK3BqvPIEvqTp4D8NuArBFCbJYZlBCwVFm2+Q4NR 8x8LgnfIhT/AWs1nE3gtnCStotGJLxoL9o2q3d0AgheyoJ5AW7rhBsAtO2Ko/ym2ERbE 2BCTpYe7PHTY4uINn93xr294i4g5d4MiRVelI/LBLIFQnRP2DLCKMCK/a12wTI4yXnXE hVSNMnj/j5DAW3HcE+8gfJ/F19dRQ3oSwNON9Xx12NMAoLpXh7Ypn8jJz3wLwLwq7NEP yepA== X-Gm-Message-State: AOUpUlF9cZVF+MY49oc1pEUzaVKox7SiUHL9z5pbcqOWcWu2ky1a57pK UjGUA2WhLPsnzDOfgmqf1fBrHGAd4bqJlgTKjB6TPA== X-Google-Smtp-Source: AA+uWPyQCcUCAt+yMsSX9yIHtbu4f+ltRd2DE5yrtE6JR8op11zByQlAgRif9/zWVl/MSdlqFD+mWyXwJ7wg/nhE4Ho= X-Received: by 2002:adf:f60a:: with SMTP id t10-v6mr322934wrp.170.1533687236812; Tue, 07 Aug 2018 17:13:56 -0700 (PDT) MIME-Version: 1.0 Date: Tue, 7 Aug 2018 21:13:45 -0300 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary="000000000000f265640572e162c9" Subject: Zip extension tests aren't being running in GCOV From: carusogabriel34@gmail.com (Gabriel Caruso) --000000000000f265640572e162c9 Content-Type: text/plain; charset="UTF-8" Internals, Recently, during some tests clean up, I've fixed some SKIPIF sections in our tests, and due to this work ( http://gcov.php.net/viewer.php?version=PHP_HEAD&func=skip&file=ext%2Ffileinfo%2Ftests%2Ffinfo_file_stream_001.phpt), I noticed that we aren't running our Zip extension tests in GCOV. The `--enable-zip` flag is missing during our configuration: http://gcov.php.net/viewer.php?version=PHP_HEAD&func=system. Is there a specific reason why we don't run them there? In contrast, we do run them in our CIs, Travis ( http://git.php.net/?p=php-src.git;a=blob;f=travis/compile.sh;hb=HEAD#l47) for example. Also, for topics like that, is there a specific list for this discussion, or internals@ is fine? Thanks, -- Gabriel Caruso --000000000000f265640572e162c9--