From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EBC31C433DF for ; Wed, 20 May 2020 20:02:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A3C36207D8 for ; Wed, 20 May 2020 20:02:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="Qfv7M1Qb" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727869AbgETUCV (ORCPT ); Wed, 20 May 2020 16:02:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52100 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726964AbgETUCV (ORCPT ); Wed, 20 May 2020 16:02:21 -0400 Received: from mail-pl1-x635.google.com (mail-pl1-x635.google.com [IPv6:2607:f8b0:4864:20::635]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F05B9C061A0E for ; Wed, 20 May 2020 13:02:20 -0700 (PDT) Received: by mail-pl1-x635.google.com with SMTP id t7so1801373plr.0 for ; Wed, 20 May 2020 13:02:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=uWWT8hPe5ScekmFGggcmvzASTs8FpIRdofRSjRc38Wk=; b=Qfv7M1QbS07hEJIvDk8z9lkcEvUC2DONX7HiMtEBvMcpWuTP05X2AVbN92Iz49f6Ba qnW3aaV9SUJhLy9vxsVRFxFl8ofmi8VE9gtXcbtpofr4kZes+sVpAJyzVMfXeR/9Kew1 b66E5UOtzi72OGo3fmuZPKvn8/JNEkiU1xr8V0Oft1wKLGgo5Tw9pvjkBzTvlfGKZC+b iNDs+04FEvtLV1Bp6HlNWvHGLqUrrO7pu7dtO512A2+V6zI1qquLy2aILWbP7/7ytsNW r7DKBkC0ZIWBxCXhKPbTnCITSvcrarha889hNvR5OLFwV1rVseu5AOfmjdvj3qHFjyZr b1Sg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=uWWT8hPe5ScekmFGggcmvzASTs8FpIRdofRSjRc38Wk=; b=hqfPZGFGbHbil+yiIE6tvw4j3k0OCzTiR27qSfR1ePqLPKu5mVcOzaNSQA/IpNcuXY 4q7fmkYOYfIUhMs3uq0lL+zORPrC7JpEGTkBvCDZT2eBrs7k0dVFlNSRMN/cUi7JJpHh q9hQLx+3hmJ6g/k//xn/9uY8fvHnJwGOD5kqSeTAMNE5RUGW0oTFovxEDNi6a5iGDJ2S hqZjmqzmX+cVdXFjO1o86J88Zu2zGZsNSWl5036176hFTzphvMGmRgbtC89/MCZYiea2 zraxO8QiIyB3TKNK6GQ7FyzYLSBEQRzTgKCoOFndRRIsPpDMMrJ9bEEKE9n/35MA6CIl oHWA== X-Gm-Message-State: AOAM532WuQCbCm+s4YdQxfsYJCDQ33GOvJWoSOV43+Jh6mKlG1cdDwqG 3n2rar/LnhD74JtW+4JEFrcW1pOF X-Google-Smtp-Source: ABdhPJy0Nl2Iipcd5ApicOmuLmgYdQFSSFrMtUQHSSgMQTIG8+yLwxLr1mkKfjzFJ8fSBTUfYSSe+A== X-Received: by 2002:a17:902:b685:: with SMTP id c5mr6484025pls.154.1590004940204; Wed, 20 May 2020 13:02:20 -0700 (PDT) Received: from Carlos-MBP (c-67-188-192-166.hsd1.ca.comcast.net. [67.188.192.166]) by smtp.gmail.com with ESMTPSA id t22sm5566758pjs.1.2020.05.20.13.02.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 20 May 2020 13:02:19 -0700 (PDT) Date: Wed, 20 May 2020 13:02:17 -0700 From: Carlo Marcelo Arenas =?utf-8?B?QmVsw7Nu?= To: Junio C Hamano Cc: git@vger.kernel.org Subject: Re: What's cooking in git.git (May 2020, #07; Wed, 20) Message-ID: <20200520200217.GD20332@Carlos-MBP> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Wed, May 20, 2020 at 12:17:21PM -0700, Junio C Hamano wrote: > > * cb/t4210-illseq-auto-detect (2020-05-18) 2 commits > - t4210: detect REG_ILLSEQ dynamically and skip affected tests > - t/helper: teach test-regex to report pattern errors (like REG_ILLSEQ) > > As FreeBSD is not the only platform whose regexp library needs > REG_ILLSEQ prerequisite, add a logic to detect the prerequisite > automatically. since this does no longer use a prerequisite, it might be probably better to use somethig like : As FreeBSD is not the only platform whose regexp library will report a REG_ILLSEQ error when fed invalid UTF-8, add logic to detect that automatically and skip the affected tests. Carlo