From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 84D771F55B for ; Wed, 20 May 2020 14:14:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726548AbgETOOy (ORCPT ); Wed, 20 May 2020 10:14:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53962 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726436AbgETOOy (ORCPT ); Wed, 20 May 2020 10:14:54 -0400 Received: from mail-vk1-xa44.google.com (mail-vk1-xa44.google.com [IPv6:2607:f8b0:4864:20::a44]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DFD1BC061A0E for ; Wed, 20 May 2020 07:14:52 -0700 (PDT) Received: by mail-vk1-xa44.google.com with SMTP id p5so805028vke.1 for ; Wed, 20 May 2020 07:14:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dinwoodie.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=tmiegCwMFNyDyKjNRVJWkgOSbuJZGO14DdPtnD4P4KU=; b=W3ey9Faton6l7LkkD2hFpkuRMcBGnbXFjDKFVl/LhSiLJg3qcaI00TeY0TLnu5hhz4 4Au99pxRlhBcsx0bcrng8sAyWMOcnI3O+WOb4NLDShW/e0E7lrblnW2qeGB5rm9bcFM1 23M2onTAbvfxj+WFD/5hHbBDzUk8n38fVfEdo= 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:cc; bh=tmiegCwMFNyDyKjNRVJWkgOSbuJZGO14DdPtnD4P4KU=; b=kkKMbHeXMloNyHJqG80gcI5Yh6oIzgmhV/WcAHHj1s2nMgFOm0nGGaQ7+RnaTvIvlC UvhC2jpAVHDBWCJNrY85MCOKV2BQY3kwFyY0h4thGbl5sHkKtRLRHsz+yexy+yuhfHey +QbhUcvSs81CDu5BUvL5XMT7uWY6O1qzIWttsnTCT/4nyv2doGcZHOZVxYmRW+Fy+CWD WPF9nFfp7vX2doKiIci7fnEuFGwM40wE/RBjSPo8uzGrgcCrHVspRRi8HUd88zi2N0of gaQTNWneT9TqjnRizOUBVuFHvnPA3gnrLzhhNEghVAWL9iCR4AjZfr+4sVzzvPErxdni L0hQ== X-Gm-Message-State: AOAM531nmTBImK/iaEFerI9rmJP7z5eZMA7j9kjuM0bAF10Xcuzjgb/9 BjD46C3vsz4Nl0zHPs8BU+sZ5v4VpMYUNHPpoY01Kg== X-Google-Smtp-Source: ABdhPJzCJgdy56e8UjS21WsNGf2pIZ/LHeNNh3MOYcbRQv21t8oWt2uet9lzOZj2V5GkPupn61GV1SRxO26wybf8Lqo= X-Received: by 2002:a1f:254:: with SMTP id 81mr3835456vkc.47.1589984092092; Wed, 20 May 2020 07:14:52 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Adam Dinwoodie Date: Wed, 20 May 2020 15:14:17 +0100 Message-ID: Subject: Re: [ANNOUNCE] Git v2.27.0-rc0 To: Junio C Hamano Cc: Git Mailing List , Johannes Schindelin Content-Type: text/plain; charset="UTF-8" Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Wed, 20 May 2020 at 00:21, Junio C Hamano wrote: > Adam Dinwoodie writes: > > >> tests: when run in Bash, annotate test failures with file name/line number > > > > At least on Cygwin, this breaks the test output parsing of failures > > when running with prove. > > We'll revert this problematic topic out (which hasn't happened yet), > which I hopefully will be able to merge to 'master' before tagging > the -rc1 release candidate. > > If possible, could you test the result of merging e31600b0 (Revert > "tests: when run in Bash, annotate test failures with file name/line > number", 2020-05-15) into 'master'? I get a merge conflict due to 303775a25f ("t/test_lib: avoid naked bash arrays in file_lineno", 2020-05-07), but resolving that in the obvious fashion and the test summaries are working as expected again.