]> git.ipfire.org Git - thirdparty/git.git/commit - t/t2027-checkout-track.sh
tests: mark as passing with SANITIZE=leak
authorRubén Justo <rjusto@gmail.com>
Sat, 17 Jun 2023 06:41:54 +0000 (08:41 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 17 Jun 2023 16:02:48 +0000 (09:02 -0700)
commit80d32e84b5ffc0f678fef2560ef386b1ef98b964
treef4ef479c5e904d3f1a551330a9a452ce243c47b0
parent5e786ed3ee109f166b05916f3f5410f76164f8db
tests: mark as passing with SANITIZE=leak

The tests listed below, since previous commits, no longer trigger any
leak.

   + t1507-rev-parse-upstream.sh
   + t1508-at-combinations.sh
   + t1514-rev-parse-push.sh
   + t2027-checkout-track.sh
   + t3200-branch.sh
   + t3204-branch-name-interpretation.sh
   + t5404-tracking-branches.sh
   + t5517-push-mirror.sh
   + t5525-fetch-tagopt.sh
   + t6040-tracking-info.sh
   + t7508-status.sh

Let's mark them with "TEST_PASSES_SANITIZE_LEAK=true" to notice and fix
promptly any new leak that may be introduced and triggered by them in
the future.

Signed-off-by: Rubén Justo <rjusto@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1507-rev-parse-upstream.sh
t/t1508-at-combinations.sh
t/t1514-rev-parse-push.sh
t/t2027-checkout-track.sh
t/t3200-branch.sh
t/t3204-branch-name-interpretation.sh
t/t5404-tracking-branches.sh
t/t5517-push-mirror.sh
t/t5525-fetch-tagopt.sh
t/t6040-tracking-info.sh
t/t7508-status.sh