From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46085 invoked by alias); 26 Mar 2019 12:07:06 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 46073 invoked by uid 89); 26 Mar 2019 12:07:06 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-14.3 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:1105 X-HELO: EUR01-DB5-obe.outbound.protection.outlook.com Received: from mail-eopbgr150082.outbound.protection.outlook.com (HELO EUR01-DB5-obe.outbound.protection.outlook.com) (40.107.15.82) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 26 Mar 2019 12:07:04 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com; s=selector1-arm-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=0v4PYOYMya+cffpLqP3pVj9WHL5ozrgCTRS1jxXSxP0=; b=P1V2h7Pj/KFw9pdjt/K6/5isSt24g90eaSrLq1wPLQN1AL4SgLjhPBGPtX37milW9Qe4TRwad2P+UdNlX8blVRpc8sPdr+c7tMuhjcwn+1bBtLHM8wxnQ7cAKL1pF8WUXOOpxXJJbM+llKG7qfVg4ndXqUVYxKbAytDg2r3bVuU= Received: from DB6PR0802MB2309.eurprd08.prod.outlook.com (10.172.228.13) by DB6PR0802MB2470.eurprd08.prod.outlook.com (10.172.251.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.1730.19; Tue, 26 Mar 2019 12:07:01 +0000 Received: from DB6PR0802MB2309.eurprd08.prod.outlook.com ([fe80::d0e6:c694:efc6:f196]) by DB6PR0802MB2309.eurprd08.prod.outlook.com ([fe80::d0e6:c694:efc6:f196%3]) with mapi id 15.20.1730.019; Tue, 26 Mar 2019 12:07:01 +0000 From: Tamar Christina To: "nickc@redhat.com" CC: "binutils@sourceware.org" , nd Subject: RE: New ARM and AArch64 binutils testsuite failures Date: Tue, 26 Mar 2019 12:07:00 -0000 Message-ID: References: <871s2t7urh.fsf@redhat.com> In-Reply-To: <871s2t7urh.fsf@redhat.com> authentication-results: spf=none (sender IP is ) smtp.mailfrom=Tamar.Christina@arm.com; received-spf: None (protection.outlook.com: arm.com does not designate permitted sender hosts) x-ms-exchange-senderadcheck: 1 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00156.txt.bz2 Hi Nick, Yes sorry, seems my CI was ignoring the exit code for check-binutils. Fixed= now. The failures are just testisms, without the linker script only keeping what= I want as in the out of order tests some targets give me a different start= ing address then I expected. I'll update the tests to account for this. Thanks, Tamar > -----Original Message----- > From: Nick Clifton > Sent: Tuesday, March 26, 2019 11:14 > To: Tamar Christina > Cc: binutils@sourceware.org > Subject: New ARM and AArch64 binutils testsuite failures >=20 > Hi Tamar, >=20 > I am seeing some new binutils testsuite failures for the ARM and > AArch64 targets: >=20 > FAIL: Check if disassembler can handle all sections in default order > FAIL: Check if disassembler can handle sections in default order >=20 > This is happening with toolchains configured as: >=20 > aarch64-linux-gnu > aarch64_be-elf > arm-nacl > arm-netbsdelf > arm-nto > arm-symbianelf > arm-wince-pe > armeb-eabi >=20 > Would you mind taking a look please ? >=20 > Cheers > Nick >=20