Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89140 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6574 invoked from network); 10 Nov 2015 04:33:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Nov 2015 04:33:25 -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:42072] helo=smtp6-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/9C-13667-49371465 for ; Mon, 09 Nov 2015 23:33:25 -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 B48C482254; Tue, 10 Nov 2015 05:23:40 +0100 (CET) To: Bob Weinand Cc: PHP internals References: <5641606C.801@php.net> Message-ID: <56417390.1080507@php.net> Date: Tue, 10 Nov 2015 05:33:20 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: 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: Re: Travis-ci tests fail with valgrind on PHP 7 From: francois@php.net (=?UTF-8?Q?Fran=c3=a7ois_Laupretre?=) Le 10/11/2015 04:30, Bob Weinand a écrit : > > Quoting the valgrind 3.8.0 release notes: > > Specifically, > --vex-iropt-precise-memory-exns has been removed and replaced by > --vex-iropt-register-updates, with extended functionality. > > so, I'll need to update it… may you please verify if > --vex-iropt-precise-memory-exns=yes works for you, then I'm going to > extend the valgrind version switch appropriately? Just added a sed command in my script to modify the option in run-tests.php before running it, sent it to travis, and it works now. So, I think you'll have to add another test on the valgrind version (before/after 3.8.0) and merge this in the 7.0 and master branches. Regards François