From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by sourceware.org (Postfix) with ESMTP id 09D1B3857C40 for ; Tue, 4 Aug 2020 22:22:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 09D1B3857C40 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-275-xrVFEG3tMMW6mfxxgR01Gg-1; Tue, 04 Aug 2020 18:22:19 -0400 X-MC-Unique: xrVFEG3tMMW6mfxxgR01Gg-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 22F0B107BEF6; Tue, 4 Aug 2020 22:22:18 +0000 (UTC) Received: from redhat.com (ovpn-115-31.rdu2.redhat.com [10.10.115.31]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A4F455C1D2; Tue, 4 Aug 2020 22:22:17 +0000 (UTC) Date: Tue, 4 Aug 2020 18:22:15 -0400 From: Marek Polacek To: Martin =?utf-8?B?TGnFoWth?= Cc: GCC Patches Subject: Re: RFC: Monitoring old PRs, new dg directives Message-ID: <20200804222215.GJ1314761@redhat.com> References: <20200728214447.GS3841@redhat.com> <5301756d-9c52-f479-f168-d4ba5e8a2c7c@suse.cz> MIME-Version: 1.0 In-Reply-To: <5301756d-9c52-f479-f168-d4ba5e8a2c7c@suse.cz> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline X-Spam-Status: No, score=-9.9 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Aug 2020 22:22:22 -0000 On Thu, Jul 30, 2020 at 11:08:03AM +0200, Martin Liška wrote: > Hello. > > I support the initiative! > What would be nice to add leading 'PR component/12345' > to a git commit so that these test additions are linked to bugzilla issues. Thanks! Yes, it should be clear which test tests a PR that has the monitored keyword. That may get lost when adding a lot of tests in one commit, but can always be clarified in a comment. Or just grep 'PR component/12345' in the testsuite; new tests should have this as their first line. Marek