Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90914 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17020 invoked from network); 25 Jan 2016 11:37:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jan 2016 11:37:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.180 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.160.180 mail-yk0-f180.google.com Received: from [209.85.160.180] ([209.85.160.180:35048] helo=mail-yk0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/14-26079-AE806A65 for ; Mon, 25 Jan 2016 06:37:15 -0500 Received: by mail-yk0-f180.google.com with SMTP id u68so28276162ykd.2 for ; Mon, 25 Jan 2016 03:37:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=tGgaN4aesLiHvvDfraB6GuUaGcR0gWa7kSdfT+87j+Y=; b=B0TInp3oOQfrG1PfTEUHiG+mgJ70iZxzPfBJxEyZhepEebomX2DlwmH5qKJx1UFuoG +h3pJP02HncpE1JQvN6UbmXXha6MiS+Yhi+KRLb46n8NJwIhV3lJ9cwkQ3kcVdjGcTXB AxklhBduRheFXHO5pVHFeuSRMn16cc+soWkM1s3vBp8Eb2dyRdXvQnRGMClmgWie2Lcd SEda221qll5hcylg4eM4jT8JjnclL502UYCGk5I8mn5k2LCe8KP7iPiGe8BiMpop8QR2 i5SO/Q3nM3wQtYUJ/oAT8UZ4CC1UauZQDmGHDBxA300b7nkB6MwZcJrryPDSdLqax8j/ jPzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=tGgaN4aesLiHvvDfraB6GuUaGcR0gWa7kSdfT+87j+Y=; b=K5sT+rzWHb3h9/tec0K0VMjYQBdPBSbvGf1Bu8YiKM6qBvxrpuEffmiOzvpMVKkVAi hXI1u2twzewk2023AFdkrXZw+CoGvHt1e67QtH2Dq4NCYP+s1ipZZl3jofvPwfI88kwj jQC4dXWn0dBTXLpsPJkqN6qKLrfkkEV0eOaVdRlR8Ao39gGxSIs0qB23E1dRZ5mHY5BX Dx0eMLzQqiTxMUfwiwyysBauSZbsrCMeRLvOz1Xb8Ry2HtijZHEjp7jo7JbBZX1OMHu+ TEqbY/NAAdiizZSWWtfIe7NHQyQoP9XM957ah5xIhWYErauzN6oZhdTO5wT/7uUOuReQ v6sg== X-Gm-Message-State: AG10YOTU+vJMZ3e1Nh85dFK4aZIItE7LhPMt4svHwwLDqX19psMAtyXh9PwWKk6D1EndRkRkBK+YRGne5ctZow== X-Received: by 10.129.128.193 with SMTP id q184mr1313884ywf.220.1453721831904; Mon, 25 Jan 2016 03:37:11 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.129.88.139 with HTTP; Mon, 25 Jan 2016 03:36:32 -0800 (PST) In-Reply-To: References: Date: Mon, 25 Jan 2016 20:36:32 +0900 X-Google-Sender-Auth: OtLnPtDUALpS8L2y7U_PpM-5DtM Message-ID: To: Pierre Joye Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] alternative valgrind-like support for run-tests along other nice additions From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi Pierre, On Mon, Jan 25, 2016 at 5:49 PM, Pierre Joye wrote: > This is only for Windows but I think it could make sense to provide it > for other platforms as well, optionally. It can then allow us to > support other features more easily. I am particularly interested to > see if we can make some use of the fuzzy testing or use it to test our > internals APIs (what we cruelly miss now). I did not test the > performance but they claim to be faster than valgrind. Although I don't have experience with DrMemory. Nice idea, for windows developers especially. +1 -- Yasuo Ohgaki yohgaki@ohgaki.net