summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
AgeCommit message (Expand)AuthorFilesLines
2026-07-16Merge branch 'ps/t-fixes-for-git-test-long'Junio C Hamano1-2/+2
2026-07-13Merge branch 'jk/format-patch-leakfix'Junio C Hamano1-3/+3
2026-07-06t: use `test_bool_env` to parse GIT_TEST_LONGPatrick Steinhardt1-2/+2
2026-06-30t: move LSan errors from stdout to stderrJeff King1-3/+3
2026-06-05t: let prove fail when parsing invalid TAP outputPatrick Steinhardt1-0/+6
2026-06-05t/test-lib: silence EBUSY errors on Windows during test cleanupPatrick Steinhardt1-2/+2
2026-05-20Merge branch 'js/adjust-tests-to-explicitly-access-bare-repo'Junio C Hamano1-0/+13
2026-04-27test-lib: allow bare repository access when breaking changes are enabledJohannes Schindelin1-0/+13
2026-04-22t: detect errors outside of test casesPatrick Steinhardt1-0/+25
2026-04-22t: prepare execution of potentially failing commands for `set -e`Patrick Steinhardt1-4/+6
2026-03-12Merge branch 'bc/sha1-256-interop-02'Junio C Hamano1-0/+4
2026-03-04Merge branch 'ps/maintenance-geometric-default'Junio C Hamano1-0/+4
2026-02-27Merge branch 'ps/tests-wo-iconv-fixes'Junio C Hamano1-1/+11
2026-02-24t: fix races caused by background maintenancePatrick Steinhardt1-0/+4
2026-02-20t: don't set ICONV prereq when iconv(1) is missingPatrick Steinhardt1-1/+11
2026-02-07repository: require Rust support for interoperabilitybrian m. carlson1-0/+4
2025-11-30Merge branch 'jk/asan-bonanza'Junio C Hamano1-0/+1
2025-11-18t: enable ASan's strict_string_checks optionJeff King1-0/+1
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