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 46D336DE1271 for ; Fri, 25 Sep 2015 13:49:12 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" X-Spam-Flag: NO X-Spam-Score: -0.153 X-Spam-Level: X-Spam-Status: No, score=-0.153 tagged_above=-999 required=5 tests=[AWL=-0.177, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, URIBL_SBL=0.644, URIBL_SBL_A=0.1] 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 3u5Qk-N8gOnC for ; Fri, 25 Sep 2015 13:49:10 -0700 (PDT) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by arlo.cworth.org (Postfix) with ESMTPS id 47D8C6DE0AC2 for ; Fri, 25 Sep 2015 13:49:10 -0700 (PDT) Received: by wiclk2 with SMTP id lk2so34415500wic.1 for ; Fri, 25 Sep 2015 13:49:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=/jQrce6PHjY6n8k8AXbkDSNRVI75fsc1a3SGnvqa4/Y=; b=hlyU/Zao2rw62+ypeV+HnKJYjhwUeO/s/MOou9sk7oTO46KhH+gRnfl+cvblk0J7h1 YKV1KG4wK9sz3YrEdnIiZTlfjg5vlVWd6YHAJ7rKQu5ZT44c+COMVZ6zPOrj/2wSME2+ Wh3nTCriboVXvnpXWfUm1cYrupKqQ7UYBO+F2x1MjiELTAvU87qfhKKw5/NhcwDNucr+ jiq1uSL5vWx0ldZOABGCsThffy13d/9WU2pssFnXrvaoXw1jJ5o+L0Nsq0DFnsFeEXDZ xj68GaG/MVmipt0TV291ltozyHo6k2sl1x43liW+CS+ZrZh92846deMGpHOFrNSJ70uY E2JA== X-Gm-Message-State: ALoCoQkAM6QIXvzYT9MlrevSFVxOzLsqwX/orLc6JeK262mAHwSTLplzpZCjtXxjFJARTwxjwRZ7 X-Received: by 10.194.223.104 with SMTP id qt8mr8332220wjc.60.1443214147577; Fri, 25 Sep 2015 13:49:07 -0700 (PDT) Received: from localhost (mobile-access-bcee63-221.dhcp.inet.fi. [188.238.99.221]) by smtp.gmail.com with ESMTPSA id o10sm5003219wia.4.2015.09.25.13.49.06 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 25 Sep 2015 13:49:06 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH 1/3] test: flag one more notmuch new test as broken Date: Fri, 25 Sep 2015 23:48:44 +0300 Message-Id: <9e52ae97ca9ea223ebbb9ffd5d1ec3b3f734647f.1443213654.git.jani@nikula.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: References: 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: Fri, 25 Sep 2015 20:49:12 -0000 Drop the test update added in commit e4e04bbc328f990e36b77f508aef904d156029b1 Author: David Bremner Date: Tue Aug 4 08:48:33 2015 +0200 cli/new: add more debugging output and mark the test as broken, like the tests flagged as broken in commit ed9ceda623d3f22fb66365b33db63c5c982067d3 Author: David Bremner Date: Tue Aug 4 08:48:34 2015 +0200 test: add debugging output to notmuch-new tests, mark 5 as broken --- test/T050-new.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/T050-new.sh b/test/T050-new.sh index 625739232369..33ce1ab90a3d 100755 --- a/test/T050-new.sh +++ b/test/T050-new.sh @@ -224,6 +224,7 @@ output=$(NOTMUCH_NEW 2>&1) test_expect_equal "$output" "Added 1 new message to the database." test_begin_subtest "Ignore files and directories specified in new.ignore (multiple occurrences)" +test_subtest_known_broken notmuch config set new.ignore .git ignored_file .ignored_hidden_file notmuch new > /dev/null # ensure that files/folders will be printed in ASCII order. touch "${MAIL_DIR}"/.git # change .git's mtime for notmuch new to rescan. @@ -246,7 +247,6 @@ test_expect_equal "$output" \ (D) add_files_recursive, pass 2: explicitly ignoring ${MAIL_DIR}/one/two/ignored_file (D) add_files_recursive, pass 2: explicitly ignoring ${MAIL_DIR}/one/two/three/.git (D) add_files_recursive, pass 2: explicitly ignoring ${MAIL_DIR}/one/two/three/ignored_file -(D) add_files_recursive, pass 3: queuing leftover directory ${MAIL_DIR}/two for deletion from database No new mail." -- 2.1.4