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>
This commit is contained in:
Ævar Arnfjörð Bjarmason 2021-10-12 15:56:45 +02:00 коммит произвёл Junio C Hamano
Родитель 288a480621
Коммит 7ff24785cb
10 изменённых файлов: 12 добавлений и 0 удалений

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

@ -2,6 +2,7 @@
test_description='git mktree'
TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
test_expect_success setup '

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

@ -12,6 +12,7 @@ Also make sure that command line parser understands the normal
"flags first and then non flag arguments" command line.
'
TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
cat >expected <<EOF

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

@ -2,6 +2,7 @@
test_description='rm --pathspec-from-file'
TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
test_tick

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

@ -6,6 +6,8 @@
test_description='Test diff raw-output.
'
TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
. "$TEST_DIRECTORY"/lib-read-tree-m-3way.sh

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

@ -6,6 +6,7 @@
test_description='Quoting paths in diff output.
'
TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
P0='pathname'

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

@ -2,6 +2,7 @@
test_description='diff whitespace error detection'
TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
test_expect_success setup '

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

@ -2,6 +2,7 @@
test_description='diff hunk header truncation'
TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
N='日本語'

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

@ -4,6 +4,8 @@
#
test_description='git merge-tree'
TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
test_expect_success setup '

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

@ -2,6 +2,7 @@
test_description='grep icase on non-English locales'
TEST_PASSES_SANITIZE_LEAK=true
. ./lib-gettext.sh
test_expect_success GETTEXT_ISO_LOCALE 'setup' '

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

@ -2,6 +2,7 @@
test_description='git grep with a binary pattern files'
TEST_PASSES_SANITIZE_LEAK=true
. ./lib-gettext.sh
nul_match_internal () {