summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
AgeCommit message (Expand)AuthorFilesLines
2025-01-01test-lib: simplify leak-log checkingJeff King1-13/+8
2025-01-01test-lib: rely on logs to detect leaksJeff King1-0/+1
2024-12-30test-lib: use individual lsan dir for --stress runsJeff King1-1/+1
2024-12-27GIT-BUILD-OPTIONS: wire up NO_GITWEB optionPatrick Steinhardt1-0/+1
2024-12-07t: allow overriding build dirPatrick Steinhardt1-1/+2
2024-12-07t: better support for out-of-tree buildsPatrick Steinhardt1-3/+3
2024-12-07Makefile: use common template for GIT-BUILD-OPTIONSPatrick Steinhardt1-6/+16
2024-12-04Merge branch 'ps/leakfixes-part-10'Junio C Hamano1-71/+1
2024-11-22Merge branch 'jk/test-malloc-debug-check'Junio C Hamano1-47/+50
2024-11-21test-lib: unconditionally enable leak checkingPatrick Steinhardt1-71/+1
2024-11-14test-lib: move malloc-debug setup after $PATH setupJeff King1-50/+50
2024-11-12test-lib: check malloc debug LD_PRELOAD before usingJeff King1-2/+5
2024-10-16t/test-lib: wire up NO_ICONV prerequisitePatrick Steinhardt1-0/+1
2024-10-16t/test-lib: fix quoting of TEST_RESULTS_SAN_FILEPatrick Steinhardt1-1/+1
2024-09-25test-lib: check for leak logs after every testJeff King1-5/+6
2024-09-25test-lib: show leak-sanitizer logs on --immediate failureJeff King1-0/+1
2024-09-25test-lib: stop showing old leak logsJeff King1-33/+2
2024-09-20Merge branch 'ps/leakfixes-part-6'Junio C Hamano1-1/+10
2024-09-10chainlint: reduce annotation noise-factorEric Sunshine1-1/+1
2024-09-05t/test-lib: allow skipping leak checks for passing testsPatrick Steinhardt1-1/+10
2024-07-11test-lib: GIT_TEST_SANITIZE_LEAK_LOG enabled by defaultRubén Justo1-21/+16
2024-07-01test-lib: fix GIT_TEST_SANITIZE_LEAK_LOGRubén Justo1-1/+4
2024-04-09Merge branch 'es/test-cron-safety'Junio C Hamano1-0/+1
2024-03-31test-lib: fix non-functioning GIT_TEST_MAINT_SCHEDULER fallbackEric Sunshine1-0/+1
2024-02-07refs: introduce reftable backendPatrick Steinhardt1-0/+2
2024-01-29test-lib: check for TEST_PASSES_SANITIZE_LEAKRubén Justo1-0/+5
2024-01-02t: introduce GIT_TEST_DEFAULT_REF_FORMAT envvarPatrick Steinhardt1-1/+10
2024-01-02setup: introduce "extensions.refStorage" extensionPatrick Steinhardt1-1/+1
2024-01-02t: introduce DEFAULT_REPO_FORMAT prereqPatrick Steinhardt1-0/+4
2023-12-18Merge branch 'js/update-urls-in-doc-and-comment'Junio C Hamano1-1/+1
2023-11-26doc: switch links to httpsJosh Soref1-1/+1
2023-09-29Merge branch 'jk/test-pass-ubsan-options-to-http-test'Junio C Hamano1-0/+3
2023-09-21test-lib: set UBSAN_OPTIONS to match ASanJeff King1-0/+3
2023-09-05Merge branch 'jk/test-lsan-denoise-output'Junio C Hamano1-0/+1
2023-08-28test-lib: ignore uninteresting LSan outputJeff King1-0/+1
2023-03-30tests: skip test_eval_ in internal chain-lintJeff King1-11/+6
2023-03-30tests: drop here-doc check from internal chain-linterJeff King1-2/+3
2023-03-30tests: replace chainlint subshell with a functionJeff King1-1/+5
2023-03-30tests: run internal chain-linter under "make test"Jeff King1-1/+2
2023-02-28Merge branch 'ar/test-lib-remove-stale-comment'Junio C Hamano1-6/+0
2023-02-27test-lib: drop comment about test_descriptionAndrei Rybak1-6/+0
2023-02-06add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"Ævar Arnfjörð Bjarmason1-4/+0
2023-01-23Merge branch 'ab/test-env-helper'Junio C Hamano1-3/+3
2023-01-14env-helper: move this built-in to "test-tool env-helper"Ævar Arnfjörð Bjarmason1-3/+3
2023-01-08Merge branch 'js/drop-mingw-test-cmp'Junio C Hamano1-1/+1
2022-12-13tests(mingw): avoid very slow `mingw_test_cmp`Johannes Schindelin1-1/+1
2022-10-27Merge branch 'js/cmake-updates'Junio C Hamano1-0/+10
2022-10-25Merge branch 'ab/test-malloc-with-sanitize-leak' into maint-2.38Junio C Hamano1-1/+3
2022-10-19cmake: avoid editing t/test-lib.shJohannes Schindelin1-0/+10
2022-10-10Merge branch 'ab/test-malloc-with-sanitize-leak'Junio C Hamano1-1/+3