diff mbox series

[12/15] leak tests: mark some clone tests as passing with SANITIZE=leak

Message ID patch-12.15-0ede991b623-20211030T221945Z-avarab@gmail.com (mailing list archive)
State Accepted
Commit e2efbd23815b9235786b73b06bde5448b837ab28
Headers show
Series leak tests: remaining non-svn non-p4 tests as passing | expand

Commit Message

Ævar Arnfjörð Bjarmason Oct. 30, 2021, 10:24 p.m. UTC
Mark some tests that match "*clone*" 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>
---
 t/t5602-clone-remote-exec.sh | 1 +
 t/t5603-clone-dirname.sh     | 2 ++
 2 files changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/t/t5602-clone-remote-exec.sh b/t/t5602-clone-remote-exec.sh
index cbcceab9d56..56329aa160e 100755
--- a/t/t5602-clone-remote-exec.sh
+++ b/t/t5602-clone-remote-exec.sh
@@ -2,6 +2,7 @@ 
 
 test_description=clone
 
+TEST_PASSES_SANITIZE_LEAK=true
 . ./test-lib.sh
 
 test_expect_success setup '
diff --git a/t/t5603-clone-dirname.sh b/t/t5603-clone-dirname.sh
index 13b5e5eb9b9..8ca1f094237 100755
--- a/t/t5603-clone-dirname.sh
+++ b/t/t5603-clone-dirname.sh
@@ -1,6 +1,8 @@ 
 #!/bin/sh
 
 test_description='check output directory names used by git-clone'
+
+TEST_PASSES_SANITIZE_LEAK=true
 . ./test-lib.sh
 
 # we use a fake ssh wrapper that ignores the arguments