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.28.9000-219-gd026efe


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  d026efea0f4b9c4c6c8dadd4c61c1a12148792fc (commit)
      from  b71ac2b9ce840391a7c6b96bfa045802d21596c9 (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=d026efea0f4b9c4c6c8dadd4c61c1a12148792fc

commit d026efea0f4b9c4c6c8dadd4c61c1a12148792fc
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Thu Oct 25 01:31:09 2018 +0200

    hurd: XFAIL absence of C11 threads implementation
    
    	* sysdeps/mach/hurd/i386/Makefile [$(subdir) = conform]
    	(test-xfail-ISO11/threads.h/linknamespace,
    	test-xfail-ISO11/threads.h/conform): Add.

diff --git a/ChangeLog b/ChangeLog
index ad39f2d..7a4063b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-10-25  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+	* sysdeps/mach/hurd/i386/Makefile [$(subdir) = conform]
+	(test-xfail-ISO11/threads.h/linknamespace,
+	test-xfail-ISO11/threads.h/conform): Add.
+
 2018-10-24  Joseph Myers  <joseph@codesourcery.com>
 
 	* math/gen-libm-test.py: Import os.
diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile
index 9a824fa..8404eb0 100644
--- a/sysdeps/mach/hurd/i386/Makefile
+++ b/sysdeps/mach/hurd/i386/Makefile
@@ -87,6 +87,10 @@ test-xfail-XOPEN2K8/sys/socket.h/conform = yes
 test-xfail-XOPEN2K8/sys/types.h/conform = yes
 test-xfail-XOPEN2K8/stdlib.h/conform = yes
 test-xfail-XOPEN2K8/arpa/inet.h/conform = yes
+
+# For bug 23819
+test-xfail-ISO11/threads.h/linknamespace = yes
+test-xfail-ISO11/threads.h/conform = yes
 endif
 
 # For bug 23286

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

Summary of changes:
 ChangeLog                       |    6 ++++++
 sysdeps/mach/hurd/i386/Makefile |    4 ++++
 2 files changed, 10 insertions(+), 0 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]