From patchwork Tue Sep 28 09:40:15 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yang Yanchao X-Patchwork-Id: 45497 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id AE81A3858414 for ; Tue, 28 Sep 2021 09:40:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AE81A3858414 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1632822051; bh=kgPg5NAabQ41TIKYUKuzouFxOGlW/j4feiPR5Z5/oYk=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=MaTo6+t3rrmPA1z62ekfc0UEZ/VpysCz3Z1twaFZpFKNir+ZFeeChNW8uIOPPrSwv bMrVM90aGyYr0GhCpNDPZgOFfCj1ZW+p6YqT1/0vxWYjbKO9baOZTTJxf7Dg9cgPnf 6cu66gTGyC0F0bKOo3njU22XEE5AA4ndpdNWKNr4= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by sourceware.org (Postfix) with ESMTPS id 0615A3858C2C for ; Tue, 28 Sep 2021 09:40:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0615A3858C2C Received: from dggemv704-chm.china.huawei.com (unknown [172.30.72.57]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4HJZBG0hM7z8yjX for ; Tue, 28 Sep 2021 17:35:50 +0800 (CST) Received: from dggpeml100016.china.huawei.com (7.185.36.216) by dggemv704-chm.china.huawei.com (10.3.19.47) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.8; Tue, 28 Sep 2021 17:40:27 +0800 Received: from huawei.com (10.174.179.133) by dggpeml100016.china.huawei.com (7.185.36.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.8; Tue, 28 Sep 2021 17:40:27 +0800 To: Subject: [PATCH] testsuits:deletetest-xfail-tst-protected1a and test-xfail-tst-protected1b Date: Tue, 28 Sep 2021 17:40:15 +0800 Message-ID: <20210928094015.1373-1-yangyanchao6@huawei.com> X-Mailer: git-send-email 2.31.1.windows.1 MIME-Version: 1.0 X-Originating-IP: [10.174.179.133] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To dggpeml100016.china.huawei.com (7.185.36.216) X-CFilter-Loop: Reflected X-Spam-Status: No, score=-10.3 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEXHASH_WORD, KAM_DMARC_STATUS, KAM_SHORT, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Yang Yanchao via Libc-alpha From: Yang Yanchao Reply-To: Yang Yanchao Cc: wuxu.wu@huawei.com Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" The minimum GCC requirement is GCC 6.2 after 4dcbbc3b28aaeafe23e1a30db84055aa6f6fa987 The minimum GNU binutils requirement is 2.25 after 073e8fa7739ed453d6854b834f290c263a6cdb9f Therefore, delete test-xfail-tst-protected1a and test-xfail-tst-protected1b Reviewed-by: Adhemerval Zanella --- elf/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/elf/Makefile b/elf/Makefile index 26986c0692..6592aa1193 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -380,13 +380,6 @@ 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