Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89137 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99114 invoked from network); 10 Nov 2015 03:11:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Nov 2015 03:11:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=francois@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=francois@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 212.27.42.6 as permitted sender) X-PHP-List-Original-Sender: francois@php.net X-Host-Fingerprint: 212.27.42.6 smtp6-g21.free.fr Received: from [212.27.42.6] ([212.27.42.6:46858] helo=smtp6-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0F/7B-13667-17061465 for ; Mon, 09 Nov 2015 22:11:46 -0500 Received: from [127.0.0.1] (unknown [82.232.41.54]) (Authenticated sender: flaupretre@free.fr) by smtp6-g21.free.fr (Postfix) with ESMTPSA id A3CE882247; Tue, 10 Nov 2015 04:01:59 +0100 (CET) To: Bob Weinand Cc: PHP internals Message-ID: <5641606C.801@php.net> Date: Tue, 10 Nov 2015 04:11:40 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 151109-2, 09/11/2015), Outbound message X-Antivirus-Status: Clean Subject: Travis-ci tests fail with valgrind on PHP 7 From: francois@php.net (=?UTF-8?Q?Fran=c3=a7ois_Laupretre?=) Hi Bob, I'm currently testing a new PHP extension on travis-ci in valgrind/leak_check mode. In PHP 5 environments, it is OK but, on PHP 7, every test fails with this message : valgrind: Bad option: --vex-iropt-register-updates=allregs-at-mem-access valgrind version is 3.7.0. For a full log, see https://travis-ci.org/flaupretre/pecl-pcs (hope it's public. If not ask for the log). I'm sending this message to you because I see that you did add this option in run-tests.php some months ago. So, how do you think we can fix this ? add another test on valgrind version in the script ? Regards François