From b27141b0ef113e8dd4a82712190cd566f6b65ecc Mon Sep 17 00:00:00 2001 From: David Bremner Date: Wed, 6 Jan 2016 17:41:06 +2000 Subject: [PATCH] Re: T070 tests portability --- 5e/61fa0466b8e74d474188ae59ca31d488c93679 | 64 +++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 5e/61fa0466b8e74d474188ae59ca31d488c93679 diff --git a/5e/61fa0466b8e74d474188ae59ca31d488c93679 b/5e/61fa0466b8e74d474188ae59ca31d488c93679 new file mode 100644 index 000000000..ac82b8d33 --- /dev/null +++ b/5e/61fa0466b8e74d474188ae59ca31d488c93679 @@ -0,0 +1,64 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 47EAC6DE138F + for ; Tue, 5 Jan 2016 13:41:16 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.31 +X-Spam-Level: +X-Spam-Status: No, score=-0.31 tagged_above=-999 required=5 tests=[AWL=0.241, + RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id DSDoWqI7aGGx for ; + Tue, 5 Jan 2016 13:41:13 -0800 (PST) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id 98D766DE1016 + for ; Tue, 5 Jan 2016 13:41:13 -0800 (PST) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1aGZLg-0000cC-4b; Tue, 05 Jan 2016 16:41:00 -0500 +Received: (nullmailer pid 11898 invoked by uid 1000); + Tue, 05 Jan 2016 21:41:06 -0000 +From: David Bremner +To: Tomi Ollila , + J Farkas , + notmuch@notmuchmail.org +Subject: Re: T070 tests portability +In-Reply-To: +References: <1451991305.14.acc64b88@201601.l2015aftruuq.dns007.net> + +User-Agent: Notmuch/0.21+26~g9404723 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Tue, 05 Jan 2016 17:41:06 -0400 +Message-ID: <87ziwj9025.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Tue, 05 Jan 2016 21:41:16 -0000 + +Tomi Ollila writes: + +> The page https://sourceware.org/gdb/onlinedocs/gdb/Returning.html +> talks something about gdb not knowing the return type if function +> was compiled without debug info... well, is this is the reason, +> perhaps we should allow testing w/o debug info compiled in. + +The test suite overall assumes debug info is present; T000-basic tests +for this. + +d + -- 2.26.2