]> git.ipfire.org Git - thirdparty/git.git/commit
leak tests: mark some ls-files tests as passing with SANITIZE=leak
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 12 Oct 2021 13:56:42 +0000 (15:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Oct 2021 01:23:24 +0000 (18:23 -0700)
commit0b3481c9ab24fdd3893cfea8d694250a08a99b34
tree40400387a90379ded800b8a1bd673a184fd862b4
parentb7bcdbdb482d469fec5c7dac0568432f80cd512d
leak tests: mark some ls-files tests as passing with SANITIZE=leak

Mark some tests that match "*ls-files*" 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). We still have others that match '*ls-files*" that fail
under SANITIZE=leak.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3000-ls-files-others.sh
t/t3002-ls-files-dashpath.sh
t/t3003-ls-files-exclude.sh
t/t3004-ls-files-basic.sh
t/t3006-ls-files-long.sh
t/t3008-ls-files-lazy-init-name-hash.sh