Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:101767 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52017 invoked from network); 5 Feb 2018 10:44:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Feb 2018 10:44:20 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 84.19.169.162 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 84.19.169.162 mail.experimentalworks.net Received: from [84.19.169.162] ([84.19.169.162:49816] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BF/9A-49805-285387A5 for ; Mon, 05 Feb 2018 05:44:19 -0500 Received: from kuechenschabe.fritz.box (ppp-46-244-179-133.dynamic.mnet-online.de [46.244.179.133]) by mail.experimentalworks.net (Postfix) with ESMTPSA id D9A966FB84; Mon, 5 Feb 2018 11:44:15 +0100 (CET) Message-ID: <1517827455.7490.3.camel@schlueters.de> To: Stanislav Malyshev , Nazar Mokrynskyi , internals@lists.php.net Date: Mon, 05 Feb 2018 11:44:15 +0100 In-Reply-To: <9f40746b-8e41-7f47-5da0-1de1d4819683@gmail.com> References: <9f40746b-8e41-7f47-5da0-1de1d4819683@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Potential adoption of run-tests.php replacement From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On So, 2018-02-04 at 01:53 -0800, Stanislav Malyshev wrote: > - Section support - I think besides TEST, the following will be > needed: > * XFAIL: unfortunately, those are still needed > * ENV: there are a lot of environment-dependent tests as it seems > * FILE_EXTERNAL: is pretty widely used > * The group of > GET,POST,PUT,POST_RAW,GZIP_POST,GZIP_POST,COOKIE,HEADERS,CGI - > necessary > for some functionality related to HTTP processing. But most of the > tests Also --REDIRECTTEST-- as used in PDO drivers is needed or requires a replacement. johannes