leak tests: mark some fast-import tests as passing with SANITIZE=leak

Mark some tests that match "*fast-import*" 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).

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Ævar Arnfjörð Bjarmason 2021-10-31 00:24:24 +02:00 коммит произвёл Junio C Hamano
Родитель 676063016a
Коммит 4567e9c5f4
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,7 @@
#!/bin/sh
test_description='test git fast-import unpack limit'
TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
test_expect_success 'create loose objects on import' '

Просмотреть файл

@ -1,6 +1,8 @@
#!/bin/sh
test_description='compression setting of fast-import utility'
TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
import_large () {