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 AF8303858D33 for ; Fri, 3 Mar 2023 07:28:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org AF8303858D33 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 8067F12020B; Fri, 3 Mar 2023 08:28:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emagii.com; s=default; t=1677828503; bh=ma/CQxkfAN7tNR6i7v3Kno+GxSrng8IldpE1IbgrmVo=; h=Subject:To:From; b=kFJA+rd2aIhdwZ2SJKJy9rpl9GimcVckcP1ypkEh6K5nyJWrUGrEel5wUhz2NcXaI wuMAGn1sdF1fEdnefhtiG37qQDqPfKbJQN1wNEiTyuY7yUipW1ZehXSs5smZ3LaVuR 8MZPOeYiiSooAC2AB+O7ese5jFKEVDdHndYSHH9s= 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: <55eaeefb-e10e-fc29-faf6-839aca6cd231@emagii.com> Date: Fri, 3 Mar 2023 08:28:19 +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 v8 0/11 Add support for CRC64 generation in linker Content-Language: en-US To: Nick Clifton , binutils@sourceware.org References: <20230301174325.1858522-1-binutils@emagii.com> <2b4f460e-3796-10b0-7fc4-a0635acdea18@redhat.com> From: Ulf Samuelsson In-Reply-To: <2b4f460e-3796-10b0-7fc4-a0635acdea18@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-PPP-Message-ID: <167782850204.1546816.15354470102763018819@localhost.localdomain> X-PPP-Vhost: emagii.com X-Spam-Status: No, score=-6.5 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: Is there a way to run a test which is expected to fail, to check that an error message is generated? Best Regards Ulf Samuelsson