mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-23 01:44:52 +01:00
test: add known broken test for indexing an In-Reply-To loop.
This documents the bug discussed in id:87d10042pu.fsf@curie.anarc.at
This commit is contained in:
parent
044cbd920c
commit
ab55ca8e0a
1 changed files with 5 additions and 0 deletions
|
@ -354,4 +354,9 @@ exit status: 75
|
||||||
EOF
|
EOF
|
||||||
test_expect_equal_file EXPECTED OUTPUT
|
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
|
test_done
|
||||||
|
|
Loading…
Reference in a new issue