From: Samuel Thibault Date: Wed, 24 Oct 2018 23:31:09 +0000 (+0200) Subject: hurd: XFAIL absence of C11 threads implementation X-Git-Tag: glibc-2.29~371 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d026efea0f4b9c4c6c8dadd4c61c1a12148792fc;p=thirdparty%2Fglibc.git 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 ad39f2dacb4..7a4063bd0ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-10-25 Samuel Thibault + + * 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 * math/gen-libm-test.py: Import os. diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile index 9a824fadf37..8404eb086cf 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