aboutsummaryrefslogtreecommitdiff
path: root/t/test-lib.sh
AgeCommit message (Expand)Author
2026-03-12Merge branch 'bc/sha1-256-interop-02'Junio C Hamano
2026-03-04Merge branch 'ps/maintenance-geometric-default'Junio C Hamano
2026-02-27Merge branch 'ps/tests-wo-iconv-fixes'Junio C Hamano
2026-02-24t: fix races caused by background maintenancePatrick Steinhardt
2026-02-20t: don't set ICONV prereq when iconv(1) is missingPatrick Steinhardt
2026-02-07repository: require Rust support for interoperabilitybrian m. carlson
2025-11-30Merge branch 'jk/asan-bonanza'Junio C Hamano
2025-11-18t: enable ASan's strict_string_checks optionJeff King
2025-10-22Merge branch 'bc/sha1-256-interop-01'Junio C Hamano
2025-10-09t: allow specifying compatibility hashbrian m. carlson
2025-09-18initial branch: give hints after switching the default nameJunio C Hamano
2025-09-10breaking-changes: switch default branch to mainPhillip Wood
2025-07-24Merge branch 'kl/test-installed-fix'Junio C Hamano
2025-07-21Merge branch 'bc/use-sha256-by-default-in-3.0'Junio C Hamano
2025-07-15test-lib: respect GIT_TEST_INSTALLED when querying default hashKyle Lippincott
2025-07-01Enable SHA-256 by default in breaking changes modebrian m. carlson
2025-07-01t: default to compile-time default hash if not setbrian m. carlson
2025-06-18Merge branch 'rj/meson-tap-parse-fixup'Junio C Hamano
2025-06-17Merge branch 'ps/meson-tap-parse'Junio C Hamano
2025-06-09test-lib: add missing prerequisites for DarwinRamsay Jones
2025-06-09Merge branch 'mm/test-in-absolute-home'Junio C Hamano
2025-06-02test-lib: fail on unexpectedly passing testsPatrick Steinhardt
2025-06-02t7815: fix unexpectedly passing test on macOSPatrick Steinhardt
2025-06-02t/test-lib: fix TAP format for BASH_XTRACEFD warningPatrick Steinhardt
2025-06-02t/test-lib: don't print shell traces to stdoutPatrick Steinhardt
2025-05-30t: run tests from a normalized working directoryMark Mentovai
2025-04-17Merge branch 'en/merge-recursive-debug'Junio C Hamano
2025-04-16Merge branch 'ps/test-wo-perl-prereq'Junio C Hamano
2025-04-08tests: remove GIT_TEST_MERGE_ALGORITHM and test_expect_merge_algorithmElijah Newren
2025-04-07t: introduce PERL_TEST_HELPERS prerequisitePatrick Steinhardt
2025-04-07t: refactor environment sanitization to not use PerlPatrick Steinhardt
2025-04-07t: skip chain lint when PERL_PATH is unsetPatrick Steinhardt
2025-03-12t: introduce WITH_BREAKING_CHANGES prerequisiteJunio C Hamano
2025-02-03Merge branch 'ps/3.0-remote-deprecation'Junio C Hamano
2025-01-22Makefile: wire up build option for deprecated featuresPatrick Steinhardt
2025-01-07test-lib: add a few comments to LSan log checkingJeff King
2025-01-07test-lib: simplify lsan results checkJeff King
2025-01-07test-lib: invert return value of check_test_results_san_file_emptyJeff King
2025-01-01test-lib: ignore leaks in the sanitizer's thread codeJeff King
2025-01-01test-lib: check leak logs for presence of DEDUP_TOKENJeff King
2025-01-01test-lib: simplify leak-log checkingJeff King
2025-01-01test-lib: rely on logs to detect leaksJeff King
2024-12-30test-lib: use individual lsan dir for --stress runsJeff King
2024-12-27GIT-BUILD-OPTIONS: wire up NO_GITWEB optionPatrick Steinhardt
2024-12-07t: allow overriding build dirPatrick Steinhardt
2024-12-07t: better support for out-of-tree buildsPatrick Steinhardt
2024-12-07Makefile: use common template for GIT-BUILD-OPTIONSPatrick Steinhardt
2024-12-04Merge branch 'ps/leakfixes-part-10'Junio C Hamano
2024-11-22Merge branch 'jk/test-malloc-debug-check'Junio C Hamano
2024-11-21test-lib: unconditionally enable leak checkingPatrick Steinhardt