From ab55ca8e0a84b8e00e42860fa0025c1ae86b4478 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 20 Mar 2018 18:22:35 -0300 Subject: [PATCH] test: add known broken test for indexing an In-Reply-To loop. This documents the bug discussed in id:87d10042pu.fsf@curie.anarc.at --- test/T050-new.sh | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.43.0