Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113093 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 74290 invoked from network); 5 Feb 2021 21:04:49 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 5 Feb 2021 21:04:49 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 2997F1804D1 for ; Fri, 5 Feb 2021 12:48:53 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-ej1-f45.google.com (mail-ej1-f45.google.com [209.85.218.45]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 5 Feb 2021 12:48:49 -0800 (PST) Received: by mail-ej1-f45.google.com with SMTP id y9so14043113ejp.10 for ; Fri, 05 Feb 2021 12:48:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=j0qHOb4JUlgFzJFczPxjs84v0DekUQST9wll4Vn//Dg=; b=aazdIPCE1UByL1rnyAIba/jaEmf3KRD5RzCoFR8sDEsynJiHbCyYFxoTnVF7ipaK7a IOQdrIfBM/fiUo2LF83SN2FkDM4qKqc+0atnsi+XiSc0toH+KPOUUodDEMfNeYMLJl8V nRYITfTGpsg47i1W3mPAUKgPjHOobmBzOxEOvHDlynyxaQ3/srrv4NhJBmZAyxKGvBFg U6buuAmInpD+36zTUMyHQ/OahE3FZNTVcqIl4m6Z1DPDQIWcuKg2LaMRC7DKIy454nmD 2w+EYIyZaWsrJbt7Dywaho0nMgpjisA9JECxQLVIBI6PwWC0UyqYgMti2Ahd09zxpBI+ Uz9A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=j0qHOb4JUlgFzJFczPxjs84v0DekUQST9wll4Vn//Dg=; b=RHHIHv1UPL8XXaLSHWRq0rdBRvkX3cSVSZZo10oLYd37nsW8oEHCUqYKl5i6reii02 ZSkcIdyJWLeiFstrY5xXs/gj7bITb0WPR45URhz3UqHb+05TqEP2HdigSW1lZDGiiuBy JssxZNEZACZ76H7s3mc8U/VTTha8stw9hNC/c3XCnT5HBXyyi+api4Ab1aOmjEEqZyft nlbekHHzkS8ozPtRvX57o2nPTrMIUfnw91grtrI97wGVKxxrZDnSYfELRdkPW0t/H3bB Kto39ZfaF5INQrDI4aZ7TNS4gmlORM0qdSVEltUy8oKi5+DWp3X8sHqTAs5/ZuO/cTQI 2QpQ== X-Gm-Message-State: AOAM532IVgYt/ftrYHL0uQHfbKymLev/xLnyvFBXPeL0Glb3aIVkRm31 /Yn6W7Rg5kL0HkiPGiumF1h7j1P91+qW/XHacM84CZlpvwA= X-Google-Smtp-Source: ABdhPJxO42Rq8ES9uwoeWVpgZg36jEmAgI068aOiWGTTxWfyBwcwCbYJ41tapVoCSmhAaF9zpDTeZuxQxB0o5zk5ANA= X-Received: by 2002:a17:906:7006:: with SMTP id n6mr5660838ejj.35.1612558126241; Fri, 05 Feb 2021 12:48:46 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 5 Feb 2021 23:48:35 +0300 Message-ID: To: Internals Content-Type: multipart/alternative; boundary="0000000000004b59b805ba9cf264" Subject: Re: Refactoring run-tests.php From: maxsem.wiki@gmail.com (Max Semenik) --0000000000004b59b805ba9cf264 Content-Type: text/plain; charset="UTF-8" On Fri, Jun 5, 2020 at 6:41 PM Max Semenik wrote: > I was thinking about making some improvements to our venerable test > runner, however I wasn't feeling confident about improving the present code > base. Instead, I decided to attempt to refactor it. > > Here's my work in progress: https://github.com/MaxSem/run-tests > Aaand, here's first step: https://github.com/php/php-src/pull/6671 As requested, I'll submit changes in small chunks and keep everything in one file. Note: the plans of making a perfect refactor in a separate repository were definitely a mistake on my part due to the constant need to stay up to date with php-src. I'm thus backporting my changes there and will continue new changes as they're ready. -- Best regards, Max Semenik --0000000000004b59b805ba9cf264--