diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-05-28 07:59:55 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-05-28 07:59:56 -0700 |
| commit | b5afd0a7ee809b2065c84d592f0117f19824576a (patch) | |
| tree | aea37426e17c9533ff9cbf4d8345165270a74e6f | |
| parent | 34673cd0e81df9ccc075dd5e25ec92bf3128b3e9 (diff) | |
| parent | 368d8c86f71a1477a079b340fe353b40f7039973 (diff) | |
| download | git-b5afd0a7ee809b2065c84d592f0117f19824576a.tar.gz | |
Merge branch 'kn/passing-leak-tests'
Remove the leftover hints to the test framework to mark tests that
do not pass the leak checker tests, as they should no longer be
needed.
* kn/passing-leak-tests:
t: remove unexpected SANITIZE_LEAK variables
| -rwxr-xr-x | t/perf/p5313-pack-objects.sh | 3 | ||||
| -rwxr-xr-x | t/perf/p5314-name-hash.sh | 3 | ||||
| -rwxr-xr-x | t/t6601-path-walk.sh | 2 |
3 files changed, 0 insertions, 8 deletions
diff --git a/t/perf/p5313-pack-objects.sh b/t/perf/p5313-pack-objects.sh index be5229a0ec..786a2c1c6f 100755 --- a/t/perf/p5313-pack-objects.sh +++ b/t/perf/p5313-pack-objects.sh @@ -3,9 +3,6 @@ test_description='Tests pack performance using bitmaps' . ./perf-lib.sh -GIT_TEST_PASSING_SANITIZE_LEAK=0 -export GIT_TEST_PASSING_SANITIZE_LEAK - test_perf_large_repo test_expect_success 'create rev input' ' diff --git a/t/perf/p5314-name-hash.sh b/t/perf/p5314-name-hash.sh index 4ef0ba7711..235cdfc824 100755 --- a/t/perf/p5314-name-hash.sh +++ b/t/perf/p5314-name-hash.sh @@ -3,9 +3,6 @@ test_description='Tests pack performance using bitmaps' . ./perf-lib.sh -GIT_TEST_PASSING_SANITIZE_LEAK=0 -export GIT_TEST_PASSING_SANITIZE_LEAK - test_perf_large_repo test_size 'paths at head' ' diff --git a/t/t6601-path-walk.sh b/t/t6601-path-walk.sh index c89b0f1e19..8d187f7279 100755 --- a/t/t6601-path-walk.sh +++ b/t/t6601-path-walk.sh @@ -1,7 +1,5 @@ #!/bin/sh -TEST_PASSES_SANITIZE_LEAK=true - test_description='direct path-walk API tests' . ./test-lib.sh |
