From: David Bremner Date: Tue, 20 Mar 2018 21:22:35 +0000 (-0300) Subject: test: add known broken test for indexing an In-Reply-To loop. X-Git-Tag: 0.26.2~11 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=ab55ca8e0a84b8e00e42860fa0025c1ae86b4478 test: add known broken test for indexing an In-Reply-To loop. This documents the bug discussed in id:87d10042pu.fsf@curie.anarc.at --- diff --git a/test/T050-new.sh b/test/T050-new.sh index cd522364..b9854978 100755 --- a/test/T050-new.sh +++ b/test/T050-new.sh @@ -354,4 +354,9 @@ exit status: 75 EOF test_expect_equal_file EXPECTED OUTPUT +add_email_corpus broken +test_begin_subtest "reference loop does not crash" +test_subtest_known_broken +test_expect_code 0 "notmuch show --format=json id:mid-loop-12@example.org id:mid-loop-21@example.org > OUTPUT" + test_done