From: David Bremner Date: Sun, 31 May 2015 16:59:14 +0000 (+0200) Subject: [PATCH] test: remove redundant 'file' command from gdb scripts. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d5a26bcc0cbab99bea8b9bed4d0b831655f97852;p=notmuch-archives.git [PATCH] test: remove redundant 'file' command from gdb scripts. --- diff --git a/bb/3b4169b1960f5c09fa716a026e2bac5eef4617 b/bb/3b4169b1960f5c09fa716a026e2bac5eef4617 new file mode 100644 index 000000000..6a7828a17 --- /dev/null +++ b/bb/3b4169b1960f5c09fa716a026e2bac5eef4617 @@ -0,0 +1,76 @@ +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 CBCD66DE1617 + for ; Sun, 31 May 2015 10:00:32 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.275 +X-Spam-Level: +X-Spam-Status: No, score=0.275 tagged_above=-999 required=5 tests=[AWL=0.265, + T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] 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 7BiQhty_EpPO for ; + Sun, 31 May 2015 10:00:30 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 449FB6DE14FD + for ; Sun, 31 May 2015 10:00:29 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1Yz6aQ-0004wO-Qy; Sun, 31 May 2015 16:59:46 +0000 +Received: (nullmailer pid 31528 invoked by uid 1000); Sun, 31 May 2015 + 16:59:28 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: [PATCH] test: remove redundant 'file' command from gdb scripts. +Date: Sun, 31 May 2015 18:59:14 +0200 +Message-Id: <1433091554-31483-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 2.1.4 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +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: Sun, 31 May 2015 17:00:32 -0000 + +Quoting Debian bug 787341 + + It failed to build on arm64: the last ten tests in T070-insert + failed. + + What's happening here is that GDB is segfaulting in response to + the + "file" command. GDB on arm64 can be a bit buggy. + + However, the "file" command is redundant here as GDB has already + got + the file from the --args on the command line. +--- + test/T070-insert.sh | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/test/T070-insert.sh b/test/T070-insert.sh +index 168345c..74f1955 100755 +--- a/test/T070-insert.sh ++++ b/test/T070-insert.sh +@@ -191,7 +191,6 @@ for code in OUT_OF_MEMORY XAPIAN_EXCEPTION FILE_NOT_EMAIL \ + READ_ONLY_DATABASE UPGRADE_REQUIRED; do + gen_insert_msg + cat < index-file-$code.gdb +-file notmuch + set breakpoint pending on + break notmuch_database_add_message + commands +-- +2.1.4 +