From patchwork Thu Sep 3 23:30:15 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 514292 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id B86F1140216 for ; Fri, 4 Sep 2015 09:30:25 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b=lAYg/VE4; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:content-type :content-transfer-encoding:from:to:cc:subject:in-reply-to :references:message-id:date; q=dns; s=default; b=TRO+hpuH3pG2dbj 04LSWMO0Sd3n+iDlFYRDUDG4XD81dHrCUKkbrj2Ofo6XnFvNUL9oG4tw44CY2TSC vb49rQpfNx1CVQMlWeUc4/47LVytfYVoPMoNlESkC3KjvR1SeBLdm/rPiIzE0IT8 LLHtwPwEGNJOge1Ne+P5s3yb9gsA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:content-type :content-transfer-encoding:from:to:cc:subject:in-reply-to :references:message-id:date; s=default; bh=n9pctpkz3/XCe256v8fWU wwiF4s=; b=lAYg/VE4cab93dYkM9JeuJgjxKkY093GqmDRUo7sQm3BJk0q/LPN3 gq2mXp66LWNmknUc6VlnKQwLXY7w3pbguHZbldIgeh2aaNGLidpqTik7pctd2Dew FqLaTVIfHLniQFfcSmaa/0m29C2Pp3potHnBGUX8MhOgLX40hd9Y78= Received: (qmail 48686 invoked by alias); 3 Sep 2015 23:30:19 -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 48671 invoked by uid 89); 3 Sep 2015 23:30:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL, BAYES_00, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 X-HELO: topped-with-meat.com MIME-Version: 1.0 From: Roland McGrath To: "H.J. Lu" Cc: "GNU C. Library" Subject: Re: elf/tst-protected1[ab] failures In-Reply-To: H.J. Lu's message of Thursday, 27 August 2015 15:26:13 -0700 References: <20150827214341.521892C3AA0@topped-with-meat.com> <20150827220717.AD71E2C3ABF@topped-with-meat.com> Message-Id: <20150903233015.A808D2C3A9B@topped-with-meat.com> Date: Thu, 3 Sep 2015 16:30:15 -0700 (PDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=SvUDtp+0 c=1 sm=1 tr=0 a=WkljmVdYkabdwxfqvArNOQ==:117 a=14OXPxybAAAA:8 a=hOe2yjtxAAAA:8 a=kj9zAlcOel0A:10 a=CCpqsmhAAAAA:8 a=mDV3o1hIAAAA:8 a=VgsgYESOauRYERSZ5aUA:9 a=CjuIK1q_8ugA:10 Here's what I've committed. Thanks, Roland 2015-09-03 Roland McGrath * elf/Makefile (test-xfail-tst-protected1a): New variable. (test-xfail-tst-protected1b): New variable. diff --git a/elf/Makefile b/elf/Makefile index e791901..546c8eb 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -226,6 +226,13 @@ tests += tst-protected1a tst-protected1b $(objpfx)tst-protected1a: $(addprefix $(objpfx),tst-protected1moda.so tst-protected1modb.so) $(objpfx)tst-protected1b: $(addprefix $(objpfx),tst-protected1modb.so tst-protected1moda.so) tst-protected1modb.so-no-z-defs = yes +# These tests fail with GCC versions prior to 5.1 and with some versions +# of binutils. See https://sourceware.org/bugzilla/show_bug.cgi?id=17709 +# and https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65248 for details. +# Perhaps in future we can make these XFAILs conditional on some detection +# of compiler/linker behavior/version. +test-xfail-tst-protected1a = yes +test-xfail-tst-protected1b = yes endif ifeq (yesyes,$(have-fpie)$(build-shared)) modules-names += tst-piemod1