This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.26.9000-739-gfeda96a


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  feda96a1781e6d79a091df8747e696ba2751df82 (commit)
      from  1bd0cbb8cf40f0fd250e0c5cf9bf575a37287a49 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=feda96a1781e6d79a091df8747e696ba2751df82

commit feda96a1781e6d79a091df8747e696ba2751df82
Author: Andreas Schwab <schwab@suse.de>
Date:   Tue Nov 7 16:04:56 2017 +0100

    Remove traces of tst-typesizes

diff --git a/ChangeLog b/ChangeLog
index fcc077e..47baa18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-11-07  Andreas Schwab  <schwab@suse.de>
+
+	* nptl/Makefile (tests-internal): Remove tst-typesizes.
+
 2017-11-07  Mike FABIAN  <mfabian@redhat.com>
 
 	[BZ #22403]
diff --git a/nptl/Makefile b/nptl/Makefile
index d819349..b0215e1 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -304,8 +304,7 @@ tests = tst-attr1 tst-attr2 tst-attr3 tst-default-attr \
 	tst-thread_local1 tst-mutex-errorcheck tst-robust10 \
 	tst-robust-fork tst-create-detached tst-memstream
 
-tests-internal := tst-typesizes \
-		  tst-rwlock19 tst-rwlock20 \
+tests-internal := tst-rwlock19 tst-rwlock20 \
 		  tst-sem11 tst-sem12 tst-sem13 \
 		  tst-barrier5 tst-signal7 tst-mutex8 tst-mutex8-static \
 		  tst-mutexpi8 tst-mutexpi8-static

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog     |    4 ++++
 nptl/Makefile |    3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]