aboutsummaryrefslogtreecommitdiffstats
path: root/t/test-lib.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-22Merge branch 'bc/sha1-256-interop-01'Junio C Hamano1-0/+13
2025-10-09t: allow specifying compatibility hashbrian m. carlson1-0/+13
2025-09-18initial branch: give hints after switching the default nameJunio C Hamano1-3/+7
2025-09-10breaking-changes: switch default branch to mainPhillip Wood1-4/+7
2025-07-24Merge branch 'kl/test-installed-fix'Junio C Hamano1-2/+3
2025-07-21Merge branch 'bc/use-sha256-by-default-in-3.0'Junio C Hamano1-1/+6
2025-07-15test-lib: respect GIT_TEST_INSTALLED when querying default hashKyle Lippincott1-2/+3
2025-07-01Enable SHA-256 by default in breaking changes modebrian m. carlson1-1/+1
2025-07-01t: default to compile-time default hash if not setbrian m. carlson1-1/+6
2025-06-18Merge branch 'rj/meson-tap-parse-fixup'Junio C Hamano1-0/+3
2025-06-17Merge branch 'ps/meson-tap-parse'Junio C Hamano1-4/+14
2025-06-09test-lib: add missing prerequisites for DarwinRamsay Jones1-0/+3
2025-06-09Merge branch 'mm/test-in-absolute-home'Junio C Hamano1-0/+2
2025-06-02test-lib: fail on unexpectedly passing testsPatrick Steinhardt1-1/+8
2025-06-02t7815: fix unexpectedly passing test on macOSPatrick Steinhardt1-0/+3
2025-06-02t/test-lib: fix TAP format for BASH_XTRACEFD warningPatrick Steinhardt1-1/+1
2025-06-02t/test-lib: don't print shell traces to stdoutPatrick Steinhardt1-2/+2
2025-05-30t: run tests from a normalized working directoryMark Mentovai1-0/+2
2025-04-17Merge branch 'en/merge-recursive-debug'Junio C Hamano1-2/+0
2025-04-16Merge branch 'ps/test-wo-perl-prereq'Junio C Hamano1-18/+31
2025-04-08tests: remove GIT_TEST_MERGE_ALGORITHM and test_expect_merge_algorithmElijah Newren1-2/+0
2025-04-07t: introduce PERL_TEST_HELPERS prerequisitePatrick Steinhardt1-0/+1
2025-04-07t: refactor environment sanitization to not use PerlPatrick Steinhardt1-18/+14
2025-04-07t: skip chain lint when PERL_PATH is unsetPatrick Steinhardt1-0/+16
2025-03-12t: introduce WITH_BREAKING_CHANGES prerequisiteJunio C Hamano1-1/+6
2025-02-03Merge branch 'ps/3.0-remote-deprecation'Junio C Hamano1-0/+4
2025-01-22Makefile: wire up build option for deprecated featuresPatrick Steinhardt1-0/+4
2025-01-07test-lib: add a few comments to LSan log checkingJeff King1-0/+5
2025-01-07test-lib: simplify lsan results checkJeff King1-6/+1
2025-01-07test-lib: invert return value of check_test_results_san_file_emptyJeff King1-4/+4
2025-01-01test-lib: ignore leaks in the sanitizer's thread codeJeff King1-1/+2
2025-01-01test-lib: check leak logs for presence of DEDUP_TOKENJeff King1-1/+1
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