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: 8572 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