From: Junio C Hamano Date: Wed, 17 May 2023 21:10:39 +0000 (-0700) Subject: t9001: mark the script as no longer leak checker clean X-Git-Tag: v2.41.0-rc1~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20bd08aefb20168c6c227d2bfd1965761f9201ea;p=thirdparty%2Fgit.git t9001: mark the script as no longer leak checker clean The test uses "format-patch --thread" which is known to leak the generated message ID list. Plugging these leaks involves straightening out the memory ownership rules around rev_info.message_id and rev_info.ref_message_ids, and is beyond the scope of send-email fix, so for now mark the test as leaky to unblock the topic before the release. Signed-off-by: Junio C Hamano --- diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh index 8d49eff91a..2051103226 100755 --- a/t/t9001-send-email.sh +++ b/t/t9001-send-email.sh @@ -4,7 +4,7 @@ test_description='git send-email' GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME -TEST_PASSES_SANITIZE_LEAK=true +# no longer TEST_PASSES_SANITIZE_LEAK=true - format-patch --thread leaks . ./test-lib.sh # May be altered later in the test