From patchwork Fri Jan 15 22:20:19 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Torvald Riegel X-Patchwork-Id: 10400 Received: (qmail 36578 invoked by alias); 15 Jan 2016 22:20:26 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 36555 invoked by uid 89); 15 Jan 2016 22:20:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=176, 17, 6, 16, 6, 15, 7 X-HELO: mx1.redhat.com Message-ID: <1452896419.26597.381.camel@localhost.localdomain> Subject: [committed] nptl: Add first-line description for barrier tests. From: Torvald Riegel To: Roland McGrath Cc: Adhemerval Zanella , GLIBC Devel , David Miller Date: Fri, 15 Jan 2016 23:20:19 +0100 In-Reply-To: <20160115212254.3EA822C3C07@topped-with-meat.com> References: <1452723168.26597.345.camel@localhost.localdomain> <5697FF70.2090502@linaro.org> <1452892125.26597.376.camel@localhost.localdomain> <20160115212254.3EA822C3C07@topped-with-meat.com> Mime-Version: 1.0 Committed as obvious (once one is reminded that this is a style requirement for new files). Adapted older barrier tests as well. 2016-01-15 Torvald Riegel * nptl/tst-barrier1.c: Add description on first line. * nptl/tst-barrier2.c: Likewise. * nptl/tst-barrier3.c: Likewise. * nptl/tst-barrier4.c: Likewise. * nptl/tst-barrier5.c: Likewise. commit 019bf21ca710faaf3fd365c8bb61e1607610057d Author: Torvald Riegel Date: Fri Jan 15 23:16:49 2016 +0100 nptl: Add first-line description for barrier tests. diff --git a/nptl/tst-barrier1.c b/nptl/tst-barrier1.c index 08787fb..d5016c4 100644 --- a/nptl/tst-barrier1.c +++ b/nptl/tst-barrier1.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Tests barrier initialization. + Copyright (C) 2002-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2002. diff --git a/nptl/tst-barrier2.c b/nptl/tst-barrier2.c index d793722..cc82fbf 100644 --- a/nptl/tst-barrier2.c +++ b/nptl/tst-barrier2.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Tests process-shared barriers. + Copyright (C) 2002-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2002. diff --git a/nptl/tst-barrier3.c b/nptl/tst-barrier3.c index 1b9295d..7abfa51 100644 --- a/nptl/tst-barrier3.c +++ b/nptl/tst-barrier3.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Test of POSIX barriers. + Copyright (C) 2002-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2002. @@ -16,8 +17,6 @@ License along with the GNU C Library; if not, see . */ -/* Test of POSIX barriers. */ - #include #include #include diff --git a/nptl/tst-barrier4.c b/nptl/tst-barrier4.c index d3d3209..81dbf84 100644 --- a/nptl/tst-barrier4.c +++ b/nptl/tst-barrier4.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2004-2016 Free Software Foundation, Inc. +/* This tests destruction of a barrier right after waiting on it. + Copyright (C) 2004-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2004. @@ -16,7 +17,6 @@ License along with the GNU C Library; if not, see . */ -/* This tests destruction of a barrier right after waiting on it. */ #include #include #include diff --git a/nptl/tst-barrier5.c b/nptl/tst-barrier5.c index b99bd00..d665681 100644 --- a/nptl/tst-barrier5.c +++ b/nptl/tst-barrier5.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2004-2015 Free Software Foundation, Inc. +/* This tests the barrier reset mechanism. + Copyright (C) 2004-2015 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -15,7 +16,6 @@ License along with the GNU C Library; if not, see . */ -/* This tests the barrier reset mechanism. */ #include #include #include