]> sourceware.org Git - glibc.git/commitdiff
nptl: Add first-line description for barrier tests.
authorTorvald Riegel <triegel@redhat.com>
Fri, 15 Jan 2016 22:16:49 +0000 (23:16 +0100)
committerTorvald Riegel <triegel@redhat.com>
Fri, 15 Jan 2016 22:16:49 +0000 (23:16 +0100)
ChangeLog
nptl/tst-barrier1.c
nptl/tst-barrier2.c
nptl/tst-barrier3.c
nptl/tst-barrier4.c
nptl/tst-barrier5.c

index 13d8175bea45003895ad67adb4723e3ad5848bc5..d85e92c0ce324504762fba5d7ad3f264c006b31f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2016-01-15  Torvald Riegel  <triegel@redhat.com>
+
+       * 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.
+
 2016-01-15  Torvald Riegel  <triegel@redhat.com>
 
        [BZ #18868]
index 08787fbd480ed1bac4ea59e0eda43e7c8104f81b..d5016c49a3ec8dae282a2a1f05e2b12afd0f3290 100644 (file)
@@ -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 <drepper@redhat.com>, 2002.
 
index d793722993fe9d757792df592c4253fb654c0059..cc82fbfca6dc442f1f13be67afb0b90b01516275 100644 (file)
@@ -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 <drepper@redhat.com>, 2002.
 
index 1b9295dad4a8fe427157dfbe4b28e5b121e4b827..7abfa510cf51176274d7162d200a67ab7a1aa2bd 100644 (file)
@@ -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 <drepper@redhat.com>, 2002.
 
@@ -16,8 +17,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-/* Test of POSIX barriers.  */
-
 #include <pthread.h>
 #include <stdio.h>
 #include <stdlib.h>
index d3d32099f58b456e289d6b82141969c91be66d02..81dbf84824a84eb48c2340280c052f19410b1522 100644 (file)
@@ -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 <drepper@redhat.com>, 2004.
 
@@ -16,7 +17,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-/* This tests destruction of a barrier right after waiting on it.  */
 #include <errno.h>
 #include <pthread.h>
 #include <stdio.h>
index b99bd00c5bf7167d86d3741f92fda41b99a1803b..d66568135651465960617e1ddb269ce44acddf62 100644 (file)
@@ -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
    <http://www.gnu.org/licenses/>.  */
 
-/* This tests the barrier reset mechanism.  */
 #include <errno.h>
 #include <pthread.h>
 #include <stdio.h>
This page took 0.178711 seconds and 5 git commands to generate.