]> git.ipfire.org Git - thirdparty/git.git/commit - t/t4300-merge-tree.sh
leak tests: mark some misc tests as passing with SANITIZE=leak
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 12 Oct 2021 13:56:45 +0000 (15:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Oct 2021 01:23:24 +0000 (18:23 -0700)
commit7ff24785cb7e1655f1295dce3e0269348bbbbe02
treeb2dedbdaba4b0d4ad497f59837d73297f145135e
parent288a480621656981d5ad1f1e0af438b769821ab3
leak tests: mark some misc tests as passing with SANITIZE=leak

Mark some tests that match "*{mktree,commit,diff,grep,rm,merge,hunk}*"
as passing when git is compiled with SANITIZE=leak. They'll now be
listed as running under the "GIT_TEST_PASSING_SANITIZE_LEAK=true" test
mode (the "linux-leaks" CI target).

These were picked because we still have a lot of failures in adjacent
areas, and we didn't have much if any coverage of e.g. grep and diff
before this change, we could still whitelist a lot more tests, but
let's stop for now.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1010-mktree.sh
t/t1100-commit-tree-options.sh
t/t3601-rm-pathspec-file.sh
t/t4002-diff-basic.sh
t/t4016-diff-quote.sh
t/t4019-diff-wserror.sh
t/t4025-hunk-header.sh
t/t4300-merge-tree.sh
t/t7813-grep-icase-iso.sh
t/t7816-grep-binary-pattern.sh