From 1490a276da959c570fa98753f11fba8e4e67da7b Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 6 May 2014 22:06:27 +0900 Subject: [PATCH] [PATCH 1/2] test: allow pending break points in atomicity script. --- 46/86a9ac14cdd65059c432c1dc7c73ef2047cd49 | 72 +++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 46/86a9ac14cdd65059c432c1dc7c73ef2047cd49 diff --git a/46/86a9ac14cdd65059c432c1dc7c73ef2047cd49 b/46/86a9ac14cdd65059c432c1dc7c73ef2047cd49 new file mode 100644 index 000000000..1aebd17a6 --- /dev/null +++ b/46/86a9ac14cdd65059c432c1dc7c73ef2047cd49 @@ -0,0 +1,72 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 52D8E431FD6 + for ; Tue, 6 May 2014 06:08:20 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id u9FZWCIHPVVR for ; + Tue, 6 May 2014 06:08:15 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id E2140429E25 + for ; Tue, 6 May 2014 06:08:05 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.72) (envelope-from ) + id 1Whf5g-0006xq-9H; Tue, 06 May 2014 13:07:24 +0000 +Received: (nullmailer pid 29570 invoked by uid 1000); Tue, 06 May 2014 + 13:06:29 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: [PATCH 1/2] test: allow pending break points in atomicity script. +Date: Tue, 6 May 2014 22:06:27 +0900 +Message-Id: <1399381588-26271-2-git-send-email-david@tethera.net> +X-Mailer: git-send-email 1.9.2 +In-Reply-To: <1399381588-26271-1-git-send-email-david@tethera.net> +References: <1399381588-26271-1-git-send-email-david@tethera.net> +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +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, 06 May 2014 13:08:20 -0000 + +This seems to fix problems with the symbol rename not being defined +at startup on at least OS/X and some Debian Linux architectures. +--- + test/atomicity.gdb | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/test/atomicity.gdb b/test/atomicity.gdb +index fd67525..15adb16 100644 +--- a/test/atomicity.gdb ++++ b/test/atomicity.gdb +@@ -18,6 +18,10 @@ shell echo 0 > outcount + + shell touch inodes + ++# work around apparent issue with lazy library loading on some ++# platforms ++set breakpoint pending on ++ + break rename + commands + # As an optimization, only consider snapshots after a Xapian commit. +-- +1.9.2 + -- 2.26.2