From patchwork Fri Feb 3 08:16:21 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 723462 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vF8pk1J2Wz9s7H for ; Fri, 3 Feb 2017 19:16:44 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="pmQPxeLu"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:in-reply-to:message-id:references:mime-version :content-type; q=dns; s=default; b=Pj/GN50FF4JcveCYPT+/6CQbdxAYI Kf209hh4kUEDRlWmL4rN27KQ+oW0E/0OHgKjZe8awxDq9d2wpLY0cW9RCoFwNaMr MAu9jHiXwWj5LMCF81bp0GmrWWmxk0DWRv1FyLK5TQHk9CbmhBAFdtD3RKRA12Vk Y0pUZR40jt6Gsg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:in-reply-to:message-id:references:mime-version :content-type; s=default; bh=NmHfrmUNk1Bg2gXl2mPrqZHjF/0=; b=pmQ PxeLuZqPsUsbv/m0d5g6qWbC5S5IAXQUbUlClSYu8dWwYMwX1/vk0lU0/U4joPck u4K8QBdUQYHshOYhqHfMXvoQT2dEdWHkDiG2hKlYkdkdXImNzyKHPX9rhS29PB8d SlJgFf2y3vj2qyi4YdovcZdD4kxgC6tHvOcYfPIQ= Received: (qmail 98680 invoked by alias); 3 Feb 2017 08:16:35 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 98664 invoked by uid 89); 3 Feb 2017 08:16:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=BAYES_00, KAM_ASCII_DIVIDERS, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=no version=3.3.2 spammy=innocent, internals, Perform, uncompressed X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 03 Feb 2017 08:16:26 +0000 Received: from anthias (vie-188-118-248-047.dsl.sil.at [188.118.248.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 4AA7B3F5EF for ; Fri, 3 Feb 2017 03:16:24 -0500 (EST) Date: Fri, 3 Feb 2017 09:16:21 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: Re: [wwwdocs] Consistently use "testsuite" In-Reply-To: Message-ID: References: MIME-Version: 1.0 X-IsSubscribed: yes On Fri, 3 Feb 2017, Gerald Pfeifer wrote: > Of course, an innocent grep after providing this input in a review > of a patch by David revealed that we have a number more cases where > we used "test suite" instead of "testsuite". And now a recursive grep. Applied. Gerald Index: bugs/minimize.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/bugs/minimize.html,v retrieving revision 1.8 diff -u -r1.8 minimize.html --- bugs/minimize.html 28 Jun 2014 08:14:41 -0000 1.8 +++ bugs/minimize.html 3 Feb 2017 08:14:32 -0000 @@ -26,7 +26,7 @@
  • GCC developers prefer bug reports with small, portable test cases.
  • -
  • Minimized test cases can be added to the GCC test suites.
  • +
  • Minimized test cases can be added to the GCC testsuite.
  • There are basically two methods: either directly Index: projects/beginner.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/beginner.html,v retrieving revision 1.64 diff -u -r1.64 beginner.html --- projects/beginner.html 28 May 2016 20:40:35 -0000 1.64 +++ projects/beginner.html 3 Feb 2017 08:14:33 -0000 @@ -39,7 +39,7 @@

    Bug patrol

    These projects all have to do with bugs in the compiler, and our -test suite which is supposed to make sure no bugs come back.

    +testsuite which is supposed to make sure no bugs come back.