From patchwork Wed Oct 24 23:55:58 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 29881 Received: (qmail 70175 invoked by alias); 24 Oct 2018 23:56:04 -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 70161 invoked by uid 89); 24 Oct 2018 23:56:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY autolearn=ham version=3.3.2 spammy= X-HELO: mail2-relais-roc.national.inria.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault , commit-hurd@gnu.org Subject: [hurd,commited] hurd: XFAIL absence of C11 threads implementation Date: Thu, 25 Oct 2018 01:55:58 +0200 Message-Id: <20181024235558.33032-1-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. --- ChangeLog | 6 ++++++ sysdeps/mach/hurd/i386/Makefile | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index ad39f2dacb..7a4063bd0e 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 9a824fadf3..8404eb086c 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