From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from emagii.se (www.emagii.com [185.133.207.17]) by sourceware.org (Postfix) with ESMTPS id 611113858C20 for ; Mon, 6 Mar 2023 13:18:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 611113858C20 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=emagii.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=emagii.com Received: from [10.175.196.145] (84-55-68-216.customers.ownit.se [84.55.68.216]) by emagii.se (Postfix) with ESMTPSA id B9AFF120295; Mon, 6 Mar 2023 14:18:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emagii.com; s=default; t=1678108699; bh=SNlw8N86Jar3cWcEVlcMN9DDMKTURA0uBLpBSvU3VD4=; h=Subject:To:From; b=jDSSTpT3FVntNM0lnB0hPNrzn/GvxsUtLsFNWNV1dTA34t+WhFjUucQcJ82KizDs2 3aE56jYqz/neh2M7XoLztv9ciDk87iPJrKwwhjOaDzNXhTOrzyCHUW2ewHydl8qsZG wnIJUw1r8OlVUW8Qb36oPE86HlraDORLwtenhXrY= Authentication-Results: emagii.beebytevps.io; spf=pass (sender IP is 84.55.68.216) smtp.mailfrom=binutils@emagii.com smtp.helo=[10.175.196.145] Received-SPF: pass (emagii.beebytevps.io: connection is authenticated) Message-ID: <84b2e49f-b7a2-9a18-cbc2-00292cdb8632@emagii.com> Date: Mon, 6 Mar 2023 14:18:13 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH v11 04/11] DIGEST: testsuite Content-Language: en-US To: Nick Clifton , binutils@sourceware.org Cc: Ulf Samuelsson References: <20230303144706.1977061-1-binutils@emagii.com> <20230303144706.1977061-5-binutils@emagii.com> From: Ulf Samuelsson In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-PPP-Message-ID: <167810869754.331843.9072962192488762528@localhost.localdomain> X-PPP-Vhost: emagii.com X-Spam-Status: No, score=-6.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_FAIL,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2023-03-06 13:27, Nick Clifton wrote: > Hi Ulf, > >   Unfortunately I am seeing some new failures with these tests for >   various different targets: > > tic4x-coff, tic54x-cof: >   LD REGRESSION: ld-scripts/crc64-reverse-area >   LD REGRESSION: ld-scripts/crc64-in-section > > These appear to be due to the test case being too big for the target: > >   ./ld-new: error: tmpdir/dump(.text) is too large (0x2050 bytes) >   ./ld-new: '&s' section contents unavailable >   CRC generation aborted > > I suggest that either you make the .text sections smaller, or skip > these tests for the above targets. > > > ns32k-pc532-macho, pdp11-dec-aout, powerpc-ibm-aix5.2.0, > rs6000-aix4.3.3, alpha-linuxecoff: >   LD REGRESSION: ld-scripts/crc64-reverse-area >   LD REGRESSION: ld-scripts/crc64-in-section >   LD REGRESSION: ld-scripts/crc64-same-section >   LD REGRESSION: ld-scripts/crc64-multiple-digest >   LD REGRESSION: ld-scripts/crc64-unknown-digest >   LD REGRESSION: ld-scripts/crc64-poly-size >   LD REGRESSION: ld-scripts/crc64-bad-label >   LD REGRESSION: ld-scripts/crc64-bad-label-2 >   LD REGRESSION: ld-scripts/crc64-bad-endian-size >   LD REGRESSION: ld-scripts/crc64-bad-endian-contents > > example failure messages: >    Error: unknown pseudo-op: `.section' > and: >    the XCOFF file format does not support arbitrary sections > > These are all because these particular file formats do not support > the .section assembler directive.  I suggest that you add some > #skip ... directives to the associated .d test driver files. > OK, I will add #skip: tic4x-coff, tic54x-cof #skip: ns32k-pc532-macho, pdp11-dec-aout, powerpc-ibm-aix5.2.0 #skip: rs6000-aix4.3.3, alpha-linuxecoff to all the files. Best Regards Ulf Samuelsson > Cheers >   Nick > > >