Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56653 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25739 invoked from network); 28 Nov 2011 15:09:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Nov 2011 15:09:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:53355] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 99/01-20380-514A3DE4 for ; Mon, 28 Nov 2011 10:09:10 -0500 Received: by ywt2 with SMTP id 2so5334219ywt.29 for ; Mon, 28 Nov 2011 07:09:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=iPKtZXu8Bch222AJYLmRCzT0mP3S8RmZgLwd7miDhVg=; b=oaHuiIKhRcB8IuRZpakMrdrFnA0D+iydpCADpJRDsdiUm0ezjct1lrfwR4JnaU2lQY z8jBEOXvVleSpHni7GWPvSnZ4vFtM1ABTvUd3pdJEjSer+vztWiL7BPjmEy0unjPNLeZ V1QP3m7V8nmVDBU+ogmupd3FwlRqOgR4eb1QU= MIME-Version: 1.0 Received: by 10.236.155.170 with SMTP id j30mr62203198yhk.56.1322492947141; Mon, 28 Nov 2011 07:09:07 -0800 (PST) Received: by 10.146.204.6 with HTTP; Mon, 28 Nov 2011 07:09:06 -0800 (PST) In-Reply-To: References: <1322492308.2710.1301.camel@guybrush> Date: Mon, 28 Nov 2011 16:09:06 +0100 Message-ID: To: Ferenc Kovacs Cc: =?ISO-8859-1?Q?Johannes_Schl=FCter?= , Derick Rethans , Richard Quadling , PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] run-tests.php and dynamic extension dependencies From: pierre.php@gmail.com (Pierre Joye) 2011/11/28 Ferenc Kovacs : >> =A0 =A0run-tests.php -d extension=3D/path/to/extname.so >> > > yeah, but we advertise make test as the official/endorsed way to run the > test suite, so that should work. any reliable tests cannot be done using make test as long as there some random php.ini's in the system, or other install. We have been there already and the whole idea of testing random configuration to provide reliable results has failed, too many false positive. I've been using run-tests.php only for a while now and I feel much more comfortable with the results.